From 2f6448ae7f9cc4af7ab3d6d07232bcc0b9160303 Mon Sep 17 00:00:00 2001 From: vapvarun Date: Tue, 1 Oct 2024 15:25:20 +0530 Subject: [PATCH] preparing for version update --- assets/css/buddypress.css | 49 +- assets/css/buddypress.min.css | 2 +- assets/css/content.css | 1154 +------ assets/css/content.min.css | 2 +- assets/css/global.css | 1163 +++++++ assets/css/global.min.css | 2 +- assets/css/platform.css | 19 +- assets/css/platform.min.css | 2 +- functions.php | 5 + inc/Accessibility/Component.php | 65 +- inc/Editor/Component.php | 70 +- inc/Welcome/Component.php | 42 +- .../woocommerce/woocommerce-functions.php | 88 + inc/extra.php | 238 +- inc/login.php | 55 +- inc/widgets/bp-profile-completion-widget.php | 336 +-- inc/wordpress-shims.php | 6 +- languages/buddyx.pot | 2674 ++++++++--------- readme.txt | 11 +- single.php | 2 + style.css | 4 +- template-parts/content/entry-header-post.php | 33 +- template-parts/content/entry.php | 2 +- template-parts/header/navigation.php | 100 +- theme.json | 24 + woocommerce/single-product.php | 114 +- 26 files changed, 3072 insertions(+), 3190 deletions(-) create mode 100644 inc/compatibility/woocommerce/woocommerce-functions.php diff --git a/assets/css/buddypress.css b/assets/css/buddypress.css index d850756..848fd1b 100644 --- a/assets/css/buddypress.css +++ b/assets/css/buddypress.css @@ -1413,6 +1413,10 @@ body:not(.logged-in) .activity-list.bp-list .activity-item { margin-bottom: 15px !important; } +.buddypress-wrap .activity-list .activity-item.new_blog_comment .activity-content .activity-inner { + margin-bottom: 15px; +} + .activity-list .activity-item .activity-meta.action .fav:before, .activity-list .activity-item .activity-meta.action .unfav:before { content: "\f487"; @@ -2561,6 +2565,18 @@ body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul div background: transparent; } +.buddypress-wrap .standard-form .field-visibility-settings-header { + font-size: 14px; + margin: 5px 0; +} + +#buddypress.buddypress-wrap .standard-form .field-visibility-settings-header button.visibility-toggle-link, +#buddypress.buddypress-wrap .standard-form .field-visibility-settings-open button.field-visibility-settings-close { + display: block; + margin: 10px 0 0; + font-size: 14px; + padding: 5px 10px; +} /* change photo */ @@ -2609,6 +2625,13 @@ body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning { /* message-threads */ +.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap select { + padding: 0 40px 0 12px; + font-size: inherit; + border:1px solid var(--global-border-color); + -webkit-appearance: none; +} + .bp-messages-content #bp-message-thread-list { border-top: 0; } @@ -3717,18 +3740,6 @@ button#bp-delete-avatar { .activity-list li.blogs .activity-content .activity-inner { border: 0; padding: 0 15px; - max-width: 100%; -} - -.activity-list li.blogs .activity-content .activity-inner img { - width: 100%; - max-width: 100%; - margin: 0 0 15px; -} - -.activity-list li.blogs .activity-content .activity-inner img, -.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img { - border-radius: 4px; } .activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp { @@ -3759,6 +3770,20 @@ button#bp-delete-avatar { color: inherit; } +.activity-list li .activity-content .activity-inner a.buddyx-post-img-link { + display: flex; + flex-flow: wrap; + margin: 0 0 15px; + background: var(--global-body-lightcolor); + border-radius: 4px; +} + +.activity-list li .activity-content .activity-inner a.buddyx-post-img-link img { + margin: 0 auto; + width: auto; + max-height: 640px; + border-radius: 4px; +} /*-------------------------------------------------------------- # Register Page diff --git a/assets/css/buddypress.min.css b/assets/css/buddypress.min.css index 54ed861..c91c343 100644 --- a/assets/css/buddypress.min.css +++ b/assets/css/buddypress.min.css @@ -1 +1 @@ -body.buddypress article.page>.entry-header .entry-title{color:var(--color-h1)}.buddypress .entry-meta{display:none}body.bp-nouveau .entry-content{margin-top:0}.buddypress .entry-footer{padding:0;border:0}.buddypress .entry-content ol,.buddypress .entry-content ul{margin:0;padding:0;list-style:none}.buddypress-wrap .select-wrap{display:inline-block;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px}.buddypress-wrap .select-wrap select{margin-right:0;text-indent:0}body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;width:100%;min-height:34px;background-image:url(../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;border:0}.buddypress-wrap .standard-form select{padding-left:10px}.buddypress-wrap .select-wrap span.select-arrow{display:none}#buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,.buddypress-wrap select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 40px 0 12px;color:inherit}.buddypress-wrap #notification-select,.buddypress-wrap .select-wrap select,.buddypress-wrap .standard-form select,body #buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,select{-webkit-appearance:none;background-image:url(../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.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{-webkit-box-shadow:none;box-shadow:none}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff;background-color:#fff}#bplock-login-btn,#bplock-register-btn,#buddypress #header-cover-image .header-cover-reposition-wrap>.button,#buddypress.buddypress-wrap .activity-list .load-more a,#buddypress.buddypress-wrap .activity-list .load-newest a,#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset]:not(.text-button),#buddypress input[type=submit],#buddypress ul.button-nav li a,#bupr_save_review,.avatar-history-actions button.avatar-history-action.delete,.avatar-history-actions button.avatar-history-action.recycle,.avatar-history-actions button.delete.disabled,.avatar-history-actions button.recycle.disabled,.bgr-submit-review,.bp-member-blog-post-form button.button,.buddypress-wrap .members-list li .member-button-wrap .generic-button button,.buddypress .buddypress-wrap .action button,.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button,.buddypress .buddypress-wrap .btn-default,.buddypress .buddypress-wrap button.button,.buddypress .buddypress-wrap button.button.edit,.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button,.buddypress .buddypress-wrap button.ges-change,.buddypress .buddypress-wrap button.group-email-tooltip__close,.buddypress .buddypress-wrap button.mpp-button-primary,.ges-change,.group-email-tooltip__close,.moderation-popup .modal-container .bb-model-footer .button.report-submit,a.bp-title-button,body.bp-nouveau.media #buddypress div#item-header div#item-header-content a,body.bp-nouveau.media #buddypress div#item-header div#item-header-content button,button#bbp_reply_submit,button#bbp_topic_submit,button#mpp-edit-media-submit,button.friendship-button,button.gamipress-achievement-unlock-with-points-button,button.group-button,form#bp-data-export button{font-family:inherit;font-size:medium;color:var(--button-text-color);background-color:var(--button-background-color);border-radius:var(--button-border-radius)!important;padding:8px 20px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#bplock-login-btn:hover,#bplock-register-btn:hover,#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus,#buddypress #header-cover-image .header-cover-reposition-wrap>.button:hover,#buddypress.buddypress-wrap .activity-list .load-more a:hover,#buddypress.buddypress-wrap .activity-list .load-newest a:hover,#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]:not(.text-button):hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#bupr_save_review:hover,.avatar-history-actions button.avatar-history-action.delete:hover,.avatar-history-actions button.avatar-history-action.recycle:hover,.avatar-history-actions button.delete.disabled:hover,.avatar-history-actions button.recycle.disabled:hover,.bgr-submit-review:hover,.bp-member-blog-post-form button.button:focus,.bp-member-blog-post-form button.button:hover,.buddypress .buddypress-wrap .action button:hover,.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover,.buddypress .buddypress-wrap .btn-default:hover,.buddypress .buddypress-wrap button.button.edit:hover,.buddypress .buddypress-wrap button.button:hover,.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button:hover,.buddypress .buddypress-wrap button.ges-change:hover,.buddypress .buddypress-wrap button.group-email-tooltip__close:hover,.buddypress .buddypress-wrap button.mpp-button-primary:hover,.ges-change:hover,.group-email-tooltip__close:hover,.moderation-popup .modal-container .bb-model-footer .button.report-submit:hover,a.bp-title-button:hover,body.bp-nouveau.media #buddypress div#item-header div#item-header-content a:hover,body.bp-nouveau.media #buddypress div#item-header div#item-header-content button:hover,button#bbp_reply_submit:hover,button#bbp_topic_submit:hover,button#mpp-edit-media-submit:hover,button.friendship-button:hover,button.gamipress-achievement-unlock-with-points-button:hover,button.group-button:hover,form#bp-data-export button:hover{background-color:var(--button-background-hover-color);border:1px solid var(--button-border-hover-color);color:var(--button-text-hover-color)}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:none}body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container button,body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container input[type=button],body.buddypress #buddypress.buddypress-wrap .wp-editor-tabs button{background:#fff;border:1px solid #ccc;border-radius:0!important;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:2px 3px;text-align:center;text-decoration:none;width:auto;line-height:normal}body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container button:hover,body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container input[type=button]:hover,body.buddypress #buddypress.buddypress-wrap .wp-editor-tabs button:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}body.buddypress #buddypress.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-radius:0!important;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}#buddypress.buddypress-wrap .wp-switch-editor{padding:3px 8px 4px!important}body.buddypress #buddypress.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-radius:0!important;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress .buddypress-wrap .wp-editor-container .button-small[type=button]{padding:0 8px 1px!important}.buddypress-wrap .bp-feedback,.buddypress-wrap .bp-messages{padding:.615em 2.25em .615em .7em;font-size:14px;line-height:1.5;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;max-width:1140px;margin-left:auto;margin-right:auto}.buddypress-wrap .activity-update-form .bp-feedback,.buddypress-wrap .activity-update-form .bp-messages{margin:10px}.buddypress-wrap .bp-feedback .bp-icon,.buddypress-wrap .bp-messages .bp-icon{margin:-10px}.buddypress-wrap .bp-feedback p{font-size:14px;line-height:1.5;padding:3px 3px 3px 8px}.buddypress .avatar,.grid>li .item-avatar .avatar{border-radius:3px}.buddypress.round-avatars .avatar,body.round-avatars #buddypress #item-header-cover-image #item-header-avatar img.avatar,body.round-avatars .buddypress-wrap .avatar{border-radius:50%}.round-avatars #buddypress #item-header-cover-image #item-header-avatar .member-status{right:15px;top:15px}body:not(.round-avatars) .grid .member-status{right:-2px;top:-2px}@media screen and (min-width:46.8em){.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid var(--global-border-color);border-top:0;-webkit-box-shadow:none;box-shadow:none}}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs:not(.bp-subnavs) li{background:#f5f5f5}}.buddypress-wrap .bp-navs li{margin-bottom:0}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover,.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:transparent;color:var(--color-theme-primary)}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.selected a{background:transparent;border-bottom:1px solid var(--color-theme-primary);font-weight:500}.avatar-history-table td .avatar.selected,.buddypress-wrap .bp-navs li.selected a{border-color:var(--color-theme-primary)}.bp-navs.bp-navs{overflow:visible;overflow:initial}ul.component-navigation.activity-nav li{display:inline-block}ul.component-navigation.activity-nav li a{margin:0}.buddypress-wrap .bp-subnavs{margin:0;border:0!important}.buddypress-wrap ul.subnav{width:100%;background:#fafafa;margin:15px 0;padding:0 8px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}.buddypress-wrap .bp-navs ul.subnav li a{padding:8px 10px}.buddypress-wrap.bp-dir-hori-nav ul.subnav{margin-top:0}body.media .buddypress-wrap.bp-dir-hori-nav ul.subnav{margin-top:15px}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li,.buddypress-wrap.bp-vertical-navs ul.subnav{margin:0}.bp-navs:after,.bp-navs ul:after{content:" ";display:table;clear:both}.bp-navs ul li a{border-bottom:1px solid transparent;margin-bottom:-1px}.buddypress-wrap .bp-pagination{float:none;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:wrap;flex-flow:wrap}.bp-pagination-links .page-numbers{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;font-size:12px;border-radius:var(--button-border-radius);padding:0}.bp-pagination-links a.next,.bp-pagination-links a.prev{background-color:#fff;border:1px solid var(--global-border-color);font-size:0}.bp-pagination-links span.page-numbers:not(.dots){color:#fff;background-color:var(--color-theme-primary)}.bp-navs ul li .count,.buddypress-wrap .bp-navs li.dynamic a .count{background:var(--color-theme-primary);-webkit-box-shadow:none;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:16px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px;text-align:center;vertical-align:middle}.buddypress-wrap .bp-navs li.dynamic a .count:empty{display:none}.bp-single-vert-nav .bp-navs.vertical li span,.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.dynamic.selected a .count,.buddypress-wrap .bp-navs li.dynamic a:hover .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress-wrap .rtm-bp-navs ul li.selected a:hover>span,.buddypress-wrap .rtm-bp-navs ul li.selected a>span,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.dynamic.current a .count,.buddypress_object_nav .bp-navs li.dynamic.selected a .count,.buddypress_object_nav .bp-navs li.dynamic a .count,.buddypress_object_nav .bp-navs li.dynamic a:hover .count,.buddypress_object_nav .bp-navs li.selected a .count,.single-headers .group-status .group-type,.users-header .bp-member-type{background-color:var(--color-theme-primary)}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}.buddypress-wrap .subnav-filters{margin:20px 0}.buddypress-wrap .media_search.media_search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:#fff;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative}#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #dir-members-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-left:35px;font-size:14px;height:35px}.buddypress-wrap .media_search.media_search .media_search_input,.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text],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:url(../images/search.svg);background-position:left 10px center;padding-left:2rem;width:100%;font-size:14px;min-width:210px}.buddypress-wrap .media_search.media_search .search_option,.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{position:absolute;right:0;opacity:0;visibility:hidden;width:0;height:0}.buddypress-wrap .field_type_multiselectbox select[multiple]{overflow:auto;background-image:none;min-height:85px;width:100%;border-radius:0}.buddypress-wrap .field_type_multiselectbox select[multiple] option{padding:2px 5px}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{border-radius:var(--form-border-radius)}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{border-width:1px}#buddypress .rtmedia-actions-before-comments .rtmedia-like:hover,.rtmedia-actions-before-comments .rtmedia-comment-link:hover,.rtmedia-actions-before-comments .rtmedia-view-conversation:hover{color:var(--color-theme-primary)}div#rtmedia-action-update>span{display:none}.bp-nouveau .activity-update-form.activity-update-form #aw-whats-new-reset{margin-top:0}.bp-nouveau #aw-whats-new-reset,.bp-nouveau #aw-whats-new-reset:hover{background:transparent;border:0}.activity-list .activity-item .activity-content .rtm-activity-media-list{line-height:0}.rtmedia-activity-container .rtm-activity-music-list,.rtmedia-activity-container .rtm-activity-video-list{padding:10px!important}.rtmedia-activity-container li.media-type-music,.rtmedia-activity-container li.media-type-video{margin:5px!important}.rtmedia-activity-container .rtmedia-item-title,.rtmedia-activity-container .rtmedia-item-title a{display:none}.rtmedia-activity-text{margin:0 15px 15px;display:inline-block}.buddypress-wrap .activity-comments .acomment-content p{margin:0 15px 15px}.rtm-activity-media-list:not(.rtmedia-activity-media-length-1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0!important;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.rtm-activity-media-list:after,.rtm-activity-media-list:before{content:normal}.media-type-photo .rtmedia-item-thumbnail{border-radius:0!important}.media-type-photo{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.rtmedia-activity-media-length-1 .media-type-photo,.rtmedia-activity-media-length-3 .media-type-photo:first-child,.rtmedia-activity-media-length-4 .media-type-photo:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:0}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:nth-child(3),.rtm-activity-media-list:not(.rtmedia-activity-media-length-1):not(.rtmedia-activity-media-length-3):not(.rtmedia-activity-media-length-4) .media-type-photo:first-child,.rtm-activity-media-list:not(.rtmedia-activity-media-length-4) .media-type-photo:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.media-type-photo .rtmedia-item-thumbnail{margin:0;padding-top:100%;position:relative}.media-type-photo .rtmedia-item-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.rtmedia-activity-media-length-1 .media-type-photo .rtmedia-item-thumbnail{padding-top:0}.rtmedia-activity-media-length-1 .media-type-photo .rtmedia-item-thumbnail img{position:relative}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:first-child .rtmedia-item-thumbnail,.rtm-activity-media-list.rtmedia-activity-media-length-4 .media-type-photo:first-child .rtmedia-item-thumbnail{margin:0;padding-top:52.56%;position:relative}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:first-child .rtmedia-item-thumbnail img,.rtm-activity-media-list.rtmedia-activity-media-length-4 .media-type-photo:first-child .rtmedia-item-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.widget .rtmedia-remain-count{font-size:16px}.rtmedia-list-item>a{cursor:pointer}.rtmedia-activity-container li.media-type-photo:not(.masonry-brick) .rtmedia-item-thumbnail img{-o-object-fit:cover;object-fit:cover}.rtmedia-activity-container ul.rtmedia-list.rtm-activity-media-list:not(.rtmedia-activity-media-length-1) li.media-type-photo:not(.masonry-brick){width:100%!important;height:100%!important;margin:0!important;padding:0!important;line-height:0}body .rtmedia-activity-container li.media-type-photo{width:100%!important;height:100%!important;margin:0;padding:0}body .rtmedia-activity-container ul.rtm-activity-media-list{overflow:hidden}.rtmedia-activity-container .rtmedia-list.masonry{padding:0 8px!important;margin:0 7px 6px!important}.rtmedia-activity-container .rtmedia-list.masonry li.media-type-photo{width:32%!important;height:auto!important;margin:0 0 8px}.rtmedia-activity-container .rtmedia-list-item.masonry-brick{display:inline-block;padding:0!important}.activity-list .activity-item .activity-meta.action select.rtm-form-select{margin-right:11px;min-height:37px;margin-top:14px;vertical-align:bottom}body.bp-nouveau .activity-update-form .rtmedia-plupload-container{width:98%}.buddypress-wrap .rtm-bp-navs ul li a>span{background:#c8cbcf;-webkit-box-shadow:none;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:16px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px;text-align:center;vertical-align:text-bottom}.buddypress-wrap .rtm-bp-navs ul li.selected a:hover>span,.buddypress-wrap .rtm-bp-navs ul li.selected a>span{background:var(--color-theme-primary);color:#fff}.buddypress-wrap .rtm-gallery-media-title-container .rtm-media-options{margin-bottom:20px}.buddypress-wrap .rtm-gallery-media-title-container #rtm-media-options:after{content:" ";display:table;clear:both}.rtmedia-activity-container .rtm-activity-video-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.rtmedia-activity-container .rtm-activity-video-list.rtmedia-activity-media-length-1 li.media-type-video,.rtmedia-activity-container .rtm-activity-video-list li.media-type-video{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin:0!important;padding:5px!important;height:auto!important;width:auto!important}.rtmedia-activity-container .rtm-activity-video-list li.media-type-video div.rtmedia-item-thumbnail .mejs-video,.rtmedia-activity-container .rtm-activity-video-list li.media-type-video div.rtmedia-item-thumbnail .mejs-video video{min-height:300px!important}@media screen and (min-width:768px){.rtmedia-activity-container .rtm-activity-video-list li.media-type-video{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.media .rtmedia-list:not(.masonry){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media .rtmedia-container .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item{width:175px;height:175px;overflow:hidden;margin-bottom:5px}@media (max-width:480px){.media .rtmedia-container .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item{width:45%;height:120px}}.media .rtmedia-list-item.masonry-brick{overflow:hidden}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-item-thumbnail{background:#e8e8e8}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail,.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:175px!important;height:175px!important;max-height:175px;max-width:175px;line-height:inherit}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{max-width:175px;max-height:175px}@media (max-width:480px){.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail,body.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:100%!important;height:100%!important;min-height:200px;max-height:200px}}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{-o-object-fit:cover;object-fit:cover;padding:5px}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item:hover .rtmedia-item-thumbnail>img{opacity:.4;-webkit-animation:lightBlur .5s forwards;animation:lightBlur .5s forwards}@-webkit-keyframes lightBlur{0%{-webkit-filter:blur(0);filter:blur(0)}to{-webkit-filter:blur(4px);filter:blur(4px)}}@keyframes lightBlur{0%{-webkit-filter:blur(0);filter:blur(0)}to{-webkit-filter:blur(4px);filter:blur(4px)}}.media .rtmedia-gallery-item-actions{position:absolute;top:0;left:0;right:0;bottom:0;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;pointer-events:none;z-index:9}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a{color:hsla(0,0%,100%,.8);pointer-events:auto;text-decoration:none;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;border-radius:20px}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a:not(.rtm-delete-media){background:hsla(0,0%,97.3%,.15)}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media{margin-top:.5rem}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media:hover{color:red}.media .rtm-tabs li.active a{color:var(--color-theme-primary)}.media .rtm-tabs-content{padding:15px;border:1px solid var(--global-border-color);border-top:0}#buddypress.buddypress-wrap a.rtm-button-back,#buddypress.buddypress-wrap input[type=button],#buddypress.buddypress-wrap input[type=submit]{padding:8px 20px}.media .rtmedia-editor-buttons{margin-top:15px}button.mfp-arrow,button.mfp-close{border-radius:0}.rtmedia-gallery-item-actions .dashicons{-webkit-transition:none;transition:none}body:not(.buddyx-mediapress) .mfp-arrow{cursor:pointer;position:absolute;opacity:.65;filter:alpha(opacity=65);top:50%;margin:-50px 0 0;padding:0;width:50px;height:60px;-webkit-tap-highlight-color:transparent;opacity:0;z-index:10;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;background:transparent;-webkit-appearance:none}body:not(.buddyx-mediapress) .mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:10px;margin-left:35px;border:inset transparent;border-top-width:13px;border-bottom-width:13px;top:8px}body:not(.buddyx-mediapress) .mfp-arrow-left:after,body:not(.buddyx-mediapress) .mfp-arrow-right:after{font-family:FontAwesome;font-size:24px;font-weight:900;color:#fff;border-left:0;margin-left:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.buddyx-mediapress) .mfp-arrow-left:after{content:"\f104"}body:not(.buddyx-mediapress) .mfp-arrow-right:after{content:"\f105"}body:not(.buddyx-mediapress) .mfp-arrow-left:before,body:not(.buddyx-mediapress) .mfp-arrow-right:before{border:none}.activity-update-form{position:relative;margin:0 0 15px;padding:0;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;-webkit-box-shadow:none;box-shadow:none}.activity-update-form #whats-new-avatar{padding:12px 15px;text-align:left;line-height:0}.activity-update-form #whats-new-avatar img{max-width:50px}#buddypress input#aw-whats-new-submit,form.ac-form .ac-reply-content input{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px!important;min-height:34px;margin:0;border-radius:var(--button-border-radius)!important}select#whats-new-post-in{padding-right:40px}.buddypress-wrap #whats-new-post-in{font-size:medium}.activity-update-form #whats-new-content{padding:0;margin-left:65px}#buddypress.buddypress-wrap form#whats-new-form #whats-new-submit,.activity-update-form #whats-new-post-in-box{margin:10px 0;padding:0}#buddypress.buddypress-wrap form#whats-new-form #whats-new-submit{margin-left:auto}.activity-update-form #whats-new-textarea textarea{color:inherit;padding:10px;min-height:70px;border-radius:var(--form-border-radius)!important}.buddypress-wrap #whats-new-textarea{margin:0;padding:12px 15px;border:0}#buddypress #whats-new-options{background:rgba(0,0,0,.02);border-top:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0;padding:0 15px}#buddypress .activity-form #whats-new-options{overflow:visible}#buddypress #whats-new-submit{margin:10px 0 10px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.activity-update-form #whats-new-submit input{width:auto;margin-bottom:0}@media screen and (max-width:46.8em){.activity-update-form #whats-new-avatar{margin:0;padding-bottom:0}.activity-update-form #whats-new-content{margin-left:0}}body.bp-nouveau .activity-update-form .rtmedia-uploader-div{margin-left:15px;margin-bottom:15px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{margin:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin:0 10px}.rtm-upload-button-wrapper button.rtmedia-comment-media-upload,button#rtmedia-add-media-button-post-update,button.rtmedia-comment-media-upload{padding:.3em .5em!important;background:#fff!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8}.activity-list.bp-list{margin:0;padding:0;background:transparent;border:0}.activity-list.bp-list .activity-item{position:relative;margin:2rem 0;padding:0;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important}body:not(.logged-in) .activity-list.bp-list .activity-item{overflow:hidden}.activity-item-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.activity-card-head{padding:12px 15px 11px;border-bottom:1px solid var(--global-border-color)}.card-head-content-type{margin:0!important;font-size:14px;font-weight:700;text-transform:capitalize;display:inline-block}.activity-list.item-list .activity-item .activity-avatar{margin:0 15px 0 0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;line-height:0}.bp-list li .item-avatar a{display:inline-block;position:relative}.activity-list .activity-item.mini .activity-avatar img.avatar,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item div.item-avatar img{max-width:50px}.activity-list .activity-item .activity-header{margin:0;width:auto}.activity-item-head{padding:1em}.activity-list .activity-item .activity-header p{margin:0}.activity-list .activity-item .activity-header a:not(.activity-time-since),.activity-list .activity-item .activity-header a:not(.view){font-weight:600}.activity-list .activity-item .activity-header .activity-time-since{display:block}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:transparent;margin:0;padding:0;overflow:visible}.buddypress-wrap .activity-inner{font-size:inherit}.buddypress-wrap .activity-inner p{padding:0 15px;margin-bottom:15px!important}.activity-list .activity-item .activity-meta.action .fav:before,.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f487"}.activity-list .activity-item .activity-meta.action .unfav:before{color:#db2828}div#buddypress .activity-read-more{margin-left:0}div#buddypress .activity-read-more a{font-size:inherit;line-height:1.2;border:0;clear:both;display:block;margin-top:15px;padding:12px 25px;text-align:center;background-color:#eee;border-radius:var(--global-border-radius)}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:transparent;margin:30px 0 15px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:inherit;display:inline-block;padding:.5em 0}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.activity-list .activity-item .activity-meta.action{border:0;border-top:1px solid var(--global-border-color);background:rgba(0,0,0,.02);margin:0;padding:0 15px 15px;position:relative;text-align:left;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-flow:row wrap;flex-flow:row wrap}form.ac-form .ac-reply-content .ac-textarea textarea{border-radius:var(--form-border-radius)!important}.activity-list .activity-item.has-comments .activity-content>.activity-meta.action{border-bottom:1px solid var(--global-border-color)}.bp-list li .action .generic-button{font-size:inherit}.activity-list.bp-list .activity-item .activity-meta.action .generic-button{margin-right:11px;margin-top:15px}.activity-list.bp-list .activity-item .activity-meta.action .generic-button .fa{min-width:23px;font-size:18px;line-height:1.3}@media screen and (min-width:46.8em){.activity-list .activity-item .activity-meta.action .bp-screen-reader-text{clip:auto;height:auto;margin:0 0 0 5px;overflow:visible;position:relative;width:auto}}@media screen and (max-width:46.8em){#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button.buddyboss_edit_activity,.activity-list .activity-item .activity-meta .bmpro-flag-activity-btn span,.activity-list .activity-item .activity-meta .bmpro-unflag-activity-btn span,.activity-list .activity-item .activity-meta .bp-share-button span,.activity-list .activity-item .activity-meta .bpsp-pin-tool span{font-size:0}.bp-nouveau .activity-list .activity-item .activity-meta.action .bp-share-button:before,.site-wrapper .bmpro-flag-activity-btn:before,.site-wrapper .bmpro-unflag-activity-btn:before{margin-right:0}}.activity-list .activity-item .activity-meta.action .button{padding:6px 12px!important;background:0 0;color:inherit;background:#fff!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important}.activity-list .activity-item .activity-meta.action .button span{color:inherit;vertical-align:middle}.activity-list .activity-item .activity-content>.activity-meta.action .button{border:1px solid var(--global-border-color)!important}#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button{border-radius:.28571429rem!important}.activity-list .activity-item .activity-content>.activity-meta.action .button:hover{border:1px solid rgba(0,0,0,.8)!important;color:rgba(0,0,0,.8)!important}.buddypress-wrap .activity-comments{margin:0}form.ac-form .ac-reply-content{color:inherit;padding-left:0}form.ac-form .ac-reply-avatar img{border:0;max-width:38px}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:0;float:left;height:38px;max-width:none;width:38px}#buddypress input#aw-whats-new-submit,form.ac-form .ac-reply-content input{margin-left:10px}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0!important;border:0!important;text-decoration:none!important}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f182"}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:0;padding:0}.buddypress-wrap .activity-comments>ul>li{margin:0;padding:15px;border-top:1px solid var(--global-border-color)}body.activity-permalink .activity-list li:first-child{padding-top:15px}.buddypress-wrap .activity-comments .show-all button{padding:0}.activity-list .activity-item div.item-avatar{margin:0 15px 0 0;text-align:left;line-height:0;float:left;width:auto}.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:36px;width:100%;height:auto}.buddypress-wrap .activity-comments .acomment-meta{color:inherit;overflow:visible;padding-left:0}.buddypress-wrap .activity-comments .acomment-meta a:not(.activity-time-since){font-weight:600}.buddypress-wrap .activity-comments .acomment-content{border-left:0;margin:0 0 0 51px;padding:0;word-break:break-word}body #buddypress .bp-list .activity-comments .action{background:transparent;line-height:1;margin-left:51px;padding:0}.activity-list .activity-item.mini,.buddypress-wrap .activity-comments .acomment-content .rtmedia-activity-text,.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-content p{margin:5px 0 10px}#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment,#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a,body #buddypress .bp-list .activity-comments .action .generic-button a{background:0 0;padding:0;color:#939597;border:0;font-size:12px;line-height:1;margin:0;min-height:10px}body #buddypress .bp-list .activity-comments .action .generic-button{margin-top:0}.buddypress-wrap .activity-comments ul li ul{margin-left:0}.buddypress-wrap .activity-comments .rtmedia-activity-text,.buddypress-wrap .activity-comments ul li{margin:0}.buddypress-wrap .activity-comments>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul>li>ul{margin-left:51px;border-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .activity-comments>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul>li>ul{margin-left:0}.buddypress-wrap .activity-comments>ul>li>ul{margin-left:15px}}.buddypress-wrap .activity-comments ul>li>ul>li{border-top:0}.activity-list .activity-item .activity-comments .activity-meta.action{margin:0;border:0}body.activity-permalink .activity-list .activity-avatar{left:0;position:relative;top:0}body.activity-permalink .activity-list .activity-content{margin-right:0}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}body.activity-permalink .activity-comments>ul{padding:0}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-left:0;margin-top:0}input#rt_media_comment_submit{margin-left:6px}.rtmedia-comment-user-pic img,.userprofile img{border-radius:3px}#buddypress .rtm-like-comments-info:after{content:none}.buddypress .buddypress-wrap .generic-button .loading:not(.bp-tooltip):after,li.load-more a.loading:after{content:"\f110";font-family:FontAwesome;font-size:18px;font-weight:900;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.buddypress .buddypress-wrap .generic-button .loading{-webkit-animation:none;animation:none}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bp-group-activity-preview,.bp-member-activity-preview{padding:15px}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{border:5px solid #fff;background:hsla(0,0%,100%,.8);height:80px;width:80px;margin:0 auto 10px}.bp-group-preview-cover,.bp-group-preview-cover img,.bp-member-preview-cover,.bp-member-preview-cover img{border-radius:var(--global-border-radius)!important}.activity-list .activity-item .activity-content .bp-group-short-description-title,.activity-list .activity-item .activity-content .bp-member-nickname,.activity-list .activity-item .activity-content .bp-member-short-description-title{margin-bottom:0!important}.bp-profile-button{text-align:center;margin-top:15px}.bp-pagination.top{display:none}.member-status{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;width:12px;height:12px;right:-4px;top:-4px}.member-status.offline{background-color:#edbb34;opacity:0;visibility:hidden}.round-avatars .member-status{right:2px;top:0}.grid .member-status{right:18px;top:5px;width:14px;height:14px}.bp-list{border:0}.bp-list li .list-wrap:after,.bp-list li .list-wrap:before{content:" ";display:table}.bp-list li .list-wrap:after{clear:both}.bp-list>li{margin:0;padding:0;border-bottom:0}.bp-list>li .list-wrap{position:relative;margin:1rem 0;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box);-webkit-transition:-webkit-box-shadow .2s linear;transition:-webkit-box-shadow .2s linear;transition:box-shadow .2s linear;transition:box-shadow .2s linear,-webkit-box-shadow .2s linear}.bp-list>li .list-wrap:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddypress-wrap .members-list li .last-activity,.buddypress-wrap .members-list li .member-name{margin:0}.bp-list li .action div.generic-button,.bp-list li .action li.generic-button{margin:10px;padding:0}.bp-list:not(.grid) li .action #bupr-view-review-btn{width:auto}@media screen and (min-width:46.8em){.bp-list:not(.grid) li .item .item-block{float:left;margin-right:0;width:100%;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-wrap:wrap;flex-wrap:wrap}.bp-list li .item-avatar img.avatar{max-width:50px}.bp-list li .item-avatar{float:left;margin-right:15px;line-height:0}.bp-list li .action div.generic-button:last-child,.bp-list li .action li.generic-button:last-child{margin-right:0}}@media screen and (max-width:46.8em){.bp-list li .action{margin-top:20px}.bp-list li .item-avatar{margin-bottom:15px;line-height:0}}#buddypress.buddypress-wrap .grid.bp-list{padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:auto;margin:0 -15px}.buddypress-wrap .grid.bp-list:after,.buddypress-wrap .grid.bp-list:before,.buddypress-wrap .grid.bp-list>li:after,.buddypress-wrap .grid.bp-list>li:before{content:normal}.buddypress-wrap .grid.bp-list>li{border-bottom:none;margin:0 0 30px;padding:0 15px}.grid>li{width:100%}.grid.bp-list>li .list-wrap{margin:0}.grid.members-list .list-wrap{min-height:40px}.buddypress-wrap .grid.bp-list>li .list-wrap{height:100%;padding-bottom:15px}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .action{bottom:0;float:none;height:auto;padding:0;position:relative;top:0;margin:20px auto auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{max-width:126px;width:100%;border:5px solid #fff;-webkit-box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec}.buddypress:not(.logged-in) .grid.members-list .list-wrap,.grid.members-list .list-wrap .item-block{min-height:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{margin:10px 0 0}@media screen and (min-width:24em){.grid.four>li{width:50%}}@media screen and (min-width:46.8em){.grid.four>li{width:33.333333%;width:33.33333%}}@media screen and (min-width:73.2em){.grid.four>li{width:25%}}.bp-list:not(.grid) .buddyx-grp-cover-wrapper,.bp-list:not(.grid) .buddyx-mem-cover-wrapper{display:none}.buddypress-wrap .grid.bp-list>li .list-wrap .buddyx-grp-cover-wrapper+.item-avatar,.buddypress-wrap .grid.bp-list>li .list-wrap .buddyx-mem-cover-wrapper+.item-avatar{margin-top:-80px;margin-bottom:15px}.buddypress-wrap .grid.bp-list>li .list-wrap .item-avatar img.avatar{border:5px solid #fff}.buddyx-grp-cover-wrapper,.buddyx-mem-cover-wrapper{position:relative;margin:-16px -16px 16px}.buddyx-grp-cover-img,.buddyx-mem-cover-img{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0!important;position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#ffefba;background:-webkit-gradient(linear,right top,left top,from(#fff),to(#ffefba));background:linear-gradient(270deg,#fff,#ffefba)}.buddyx-grp-cover-img:before,.buddyx-mem-cover-img:before{background:rgba(0,0,0,.25);content:"";position:absolute;width:100%;height:100%;left:0;top:0}.buddyx-grp-cover-img img,.buddyx-mem-cover-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%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:46.8em){#groups-list.bp-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#groups-list.bp-list:not(.grid) li .item-avatar img.avatar{max-width:85px}#groups-list.bp-list:not(.grid) li .item .item-block{display:block;width:auto;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;min-height:85px}.buddypress-wrap .groups-list li .last-activity{margin-top:0}.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;width:100%}}.buddypress-wrap .groups-list li .list-title{margin-bottom:10px}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc,.buddypress:not(.logged-in) .grid.groups-list .list-wrap,.grid.groups-list .list-wrap{min-height:100%}.groups-list .list-wrap .group-desc{display:none}#group-create-body{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:25px}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{color:var(--color-theme-primary)}.buddypress-wrap .tabbed-links ol.group-create-buttons li.current a{border-bottom:0}}.buddypress .bp-invites-content ul.item-list>li{float:left;width:49.5%;background-color:#fff;border:1px solid var(--global-border-color);margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0}@media screen and (max-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{width:100%}}.buddypress .bp-invites-content ul.item-list>li .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.buddypress .bp-invites-content ul.item-list>li .item .list-title{font-size:20px;margin:0;text-align:left}@media (min-width:768px){.site-wrapper.group-home,.site-wrapper.member-home{min-height:auto}}body.buddypress.bp-user #page #primary .entry-header,body.buddypress.group-create #page #primary .entry-header,body.buddypress.single-item.groups #page #primary .entry-header{display:none}#item-header-content .member-review-stars{display:inline;display:initial}@media screen and (min-width:60em){.has-single-group-sidebar .group-home,.has-single-member-sidebar .member-home{display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-buddypress-sidebar-both:not(.has-single-group-sidebar) .group-home,.has-buddypress-sidebar-both:not(.has-single-member-sidebar) .member-home,.has-buddypress-sidebar-right:not(.has-single-group-sidebar) .group-home,.has-buddypress-sidebar-right:not(.has-single-member-sidebar) .member-home{grid-template-columns:1fr}.has-single-group-sidebar.has-single-group-activity-sidebar .group-home,.has-single-member-sidebar.has-single-member-activity-sidebar .member-home{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-group-activity-sidebar:not(.has-single-group-sidebar) .group-home,.has-single-member-activity-sidebar:not(.has-single-member-sidebar) .member-home{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-group-activity-sidebar .primary-sidebar,.has-single-member-activity-sidebar .primary-sidebar{padding:0;grid-column:auto;min-width:0}}#buddypress #header-cover-image,#cover-image-container{height:300px;border-radius:0}.groups-header #buddypress #header-cover-image,.groups-header #cover-image-container,.users-header #buddypress #header-cover-image,.users-header #cover-image-container{width:100vw;margin-left:-50vw;left:50%}.item-header-cover-image-wrapper{position:relative;background:var(--color-theme-white-box);-webkit-box-shadow:none;box-shadow:none;padding:1em;border-radius:var(--global-border-radius)!important;border:1px solid var(--global-border-color);z-index:1;margin:-50px 0 0}.item-header-cover-image-wrapper:after{content:"";display:table;clear:both}.item-header-cover-image-wrapper.hide-header-cover-image{margin:2rem 0 0}#buddypress .hide-header-cover-image #item-header-cover-image #item-header-avatar{margin-top:0;float:left}@media screen and (min-width:46.8em){.single-headers #item-header-content{padding-left:0}.single-headers #item-header-avatar+#item-header-content{padding-left:2em}#buddypress div#item-header.users-header .hide-header-cover-image #item-header-cover-image #item-header-avatar+#item-header-content{margin-left:152px}#buddypress div#item-header.users-header .hide-header-cover-image #item-header-cover-image #item-header-content{margin-left:0}}.compact-view .hide-header-cover-image.item-header-cover-image-wrapper{border-radius:var(--global-border-radius)!important}@media screen and (max-width:782px){.single-headers .hide-header-cover-image #item-header-content{text-align:center}#buddypress .hide-header-cover-image #item-header-cover-image #item-header-avatar{float:none}}#buddypress #item-header-cover-image #item-header-avatar{margin-top:0}#buddypress.buddypress-wrap #item-header-cover-image{min-height:auto;margin:0;padding:0}.bp-wrap{width:100%}.buddypress-wrap:not(.bp-vertical-navs) .item-body{margin:20px 0;position:relative;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box)}.media .buddypress-wrap:not(.bp-vertical-navs) .item-body{margin-top:0}#item-header-cover-image #item-header-avatar{padding:0}.single-headers img.avatar{margin:0}#buddypress #item-header-cover-image #item-header-avatar img.avatar{-webkit-box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff;max-width:150px}#buddypress div#item-header #item-header-cover-image #item-header-content{clear:none;float:none;margin-left:152px;margin-top:0;width:auto}#buddypress div#item-header-cover-image h2,#buddypress div#item-header-cover-image h2 a,body.bp-nouveau.media #buddypress #item-header-cover-image .user-nicename{color:#111;text-rendering:inherit;text-shadow:none;margin:0 0 15px;font-size:200%}#buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0;padding:0;border-radius:4px}#buddypress.round-avatars #item-header-cover-image #item-header-avatar img.avatar{border-radius:50%}.single-headers li.generic-button,body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul div,body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul li{margin:10px 10px 0 0}.single-headers li.generic-button.follow-button a{margin:0}.single-headers .item-meta{margin:0 0 10px;padding-bottom:0}.buddypress-wrap .profile{margin-top:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid var(--global-border-color);padding-bottom:5px}.buddypress-wrap .profile.edit .button-nav li{margin-bottom:10px}.buddypress-wrap .profile.edit .standard-form .field_multiselect select{width:100%}.buddypress-wrap .profile.edit .standard-form .field_multiselect select option{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.buddypress-wrap .profile.edit .editfield{background:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}.buddypress-wrap .profile.edit .editfield fieldset{padding:0}.buddypress-wrap .profile.edit .standard-form .description{background:transparent}.buddypress-wrap #drag-drop-area,.buddypress-wrap .drag-drop #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed var(--global-border-color);border-radius:var(--form-border-radius);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}.buddypress-wrap .drag-drop .drag-drop-inside{margin:0}#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{border-radius:var(--global-border-radius)}.avatars-history{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.avatar-history-list{width:100%}.avatar-history-actions{margin-left:0;text-align:left}.avatar-history-actions button.delete.disabled,.avatar-history-actions button.recycle.disabled{cursor:not-allowed}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap select{padding:0 40px 0 12px;font-size:inherit;border:1px solid var(--global-border-color);-webkit-appearance:none}.bp-messages-content #bp-message-thread-list{border-top:0}.bp-messages-content #bp-message-thread-list li{padding:15px;margin:0 0 15px;border:1px solid var(--global-border-color)}.bp-messages-content #thread-preview .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-preview .preview-content .preview-message{margin:10px 0;padding:0 15px}.bp-messages-content #bp-message-thread-list .message-metadata{-webkit-box-shadow:none;box-shadow:none;padding:0;width:100%;border:0}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:100%}.bp-messages-content #bp-message-thread-list .message-content p{margin:0}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:transparent}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{text-align:center}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current:last-child a{border-bottom:1px solid}#friend-list.bp-list>li .list-wrap{width:100%}#friend-list.bp-list>li .list-wrap .action{line-height:1}.buddypress-wrap .accept,.buddypress-wrap .reject{margin-left:0}.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{margin-left:10px;line-height:1.3;border:1px solid transparent}#group-list.bp-list:not(.grid) li .item p:not(.meta){display:none}@media screen and (min-width:46.8em){#group-list.bp-list:not(.grid) li .item-avatar img.avatar{max-width:85px}#group-list.bp-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#group-list.bp-list .item .item-block{width:50%}#group-list.bp-list .item .list-title{font-size:26px;margin:0}#group-list.bp-list .item .group-details{display:block;width:100%}}.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{color:var(--color-theme-primary)}@media screen and (max-width:46.8em){.buddypress-wrap #group-list.bp-list .accept,.buddypress-wrap #group-list.bp-list .reject{float:none;margin-left:0}}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-header-avatar img.avatar{float:none;margin:auto auto 15px}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0}.single-headers h2{text-align:center}.single-headers ul li{float:none}}@media screen and (min-width:46.8em) and (max-width:782px){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:transparent}.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;padding:0;border-radius:var(--global-border-radius)!important}nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;margin:0;min-height:50vh;background:#fdfdfd;border-radius:var(--global-border-radius) 0 0 var(--global-border-radius);border:0;border-right:1px solid var(--global-border-color);padding:20px 0}.bp-single-vert-nav .bp-navs.vertical ul{border-right:0;border-bottom:0;float:none;margin-right:0;width:auto}#buddypress.buddypress-wrap #item-body:not(#group-create-body){padding:15px}.bp-single-vert-nav .item-body:not(#group-create-body){padding:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0;border-left:0;background:transparent}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items{width:100%}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items li a,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items li span,nav#object-nav.vertical a{display:-webkit-box;display:-ms-flexbox;display:flex}nav#object-nav.vertical a{border:0;-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}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:transparent}nav#object-nav.vertical .selected>a,nav#object-nav.vertical a:hover{background:rgba(77,92,109,.1);color:var(--color-theme-primary)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){margin:0 0 15px;background:transparent}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{color:var(--color-theme-primary);text-decoration:none}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:inherit}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{font-size:inherit;border-right:0;padding:.5em calc(.5em + 2px)}#object-nav:not(.vertical)>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{position:relative;margin:15px 0;padding:0;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;-webkit-box-shadow:none;box-shadow:none}.bp-navs ul li a,.bp-navs ul li span{padding:10px}.buddypress-wrap .item-body{margin:20px 0;position:relative;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box)}#buddypress.buddypress-wrap #item-body{padding:1em}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items>li,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-subnav-nav-items>li{display:inline-block;border-radius:0}.buddypress-wrap .bp-subnavs ul li{float:left}.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:transparent}.media .media_search.media_search{margin-top:15px}}.buddypress-wrap button[data-bp-close]:hover{border:0}#item-header-content img.bpsts-name-icon{display:inline}.bpsts-icon-dialog-title .bpsts-icon-div img{margin:auto}.buddypress.settings .profile-settings.bp-tables-user select{width:auto}.single-headers #item-header-avatar a img{width:150px;height:150px}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{margin-top:0;margin-left:152px;clear:none;max-width:100%}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{padding-top:0;margin-bottom:0}@media screen and (min-width:782px){body.single-item.groups #buddypress div#item-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{float:left;margin-left:0}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{float:right;margin-left:auto}}.groups-header .moderators-lists{margin-bottom:0}.groups-header div#item-header-content{padding-top:0}.single-headers .activity{display:block;font-size:inherit;margin:0 0 10px;padding:0}.groups-header .desc-wrap{position:relative;background:var(--color-theme-white-box);-webkit-box-shadow:none;box-shadow:none;margin:10px 0 0;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}.groups-header .desc-wrap .group-description{background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0;text-align:left}@media screen and (min-width:46.8em){.groups-header .groups-meta{clear:none}.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:15px;width:auto}.bp-list li .member-info-wrapper .item-meta,.bp-list li .member-info-wrapper .meta{margin:0}}@media screen and (max-width:782px){#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,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{margin-top:15px;text-align:center}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.ideastream.bp-user .wp-embed-share{float:none}body.ideastream.bp-user .wp-embed-share .wp-embed-share-dialog-open{margin:auto}body.ideastream #item-header-content{height:auto!important;width:auto!important}}#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:#fff;border:1px solid var(--global-border-color);border-bottom:0;margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px;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:last-child{border-bottom:1px solid var(--global-border-color)}#item-body #group-invites-container .bp-invites-content .list-title{font-size:20px;margin:0;width:100%;text-align:left}#buddypress.buddypress-wrap .bp-invites-content .item-list li .invite-button{color:inherit;padding:0}.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-top:8px}.bp-list ul.group-inviters li .item{overflow:visible;overflow:initial}#buddypress .bp-invites-content li ul.group-inviters li{padding:0;border:0;float:left;font-size:11px;width:inherit}#buddypress .bp-invites-content li .item-meta{margin:0}#buddypress .bp-invites-content li .item-avatar{margin-right:15px;margin-bottom:0}.buddypress .bp-invites-content ul.item-list li .action{position:relative;top:0;bottom:0;right:0;margin-top:0;margin-left:auto;height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:transparent;-webkit-box-shadow:none;box-shadow:none}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important}.buddypress-wrap form[data-bp-search].bp-invites-search-form{float:left}.group-member-actions{margin-left:65px}#group-roles-filter label{display:none}#group-members-list-table .alignleft{margin-right:15px}#group-members-list-table td{padding:8px 10px;border:1px solid var(--global-border-color);border-radius:4px}.button.avatar-crop-submit,button#bp-delete-avatar{margin-top:15px}.widget .activity-list{padding:0}.buddypress-wrap .buddypress.widget .avatar-block,.buddypress.widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -5px}.buddypress.widget .avatar-block img{margin:5px}.buddypress-wrap .widget.buddypress div.item-content,.buddypress-wrap .widget.buddypress div.item-meta,.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin:0}#buddypress.buddypress-wrap .widget.buddypress ul.item-list,.widget.buddypress ul.item-list{border:0}#buddypress.buddypress-wrap .widget.buddypress ul.item-list li div.item-title,.widget.buddypress ul.item-list li div.item-title{width:100%;font-size:inherit;font-weight:600}.buddypress-wrap .widget.buddypress div.item,.widget.buddypress div.item{margin-bottom:0}.buddypress-wrap .widget.buddypress .item-avatar a,.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-right:0}.buddypress-wrap .widget.buddypress div.item-avatar img,.widget.buddypress div.item-avatar img{height:50px;width:50px}.buddypress-wrap .buddypress.widget .item-options,.buddypress-wrap .widget.buddypress div.item-options,.buddypress.widget .item-options,.widget.buddypress div.item-options{margin:0 0 1em;padding:0 0 1em}.buddypress.widget .item-options a.selected{color:var(--color-theme-primary)}.buddypress-wrap .buddypress.widget:after,.buddypress.widget:after{content:"";display:table;clear:both}.buddypress-wrap .buddypress.widget ul#friends-list li:last-child,.buddypress-wrap .buddypress.widget ul#groups-list li:last-child,.buddypress-wrap .buddypress.widget ul#members-list li:last-child,.buddypress.widget ul#friends-list li:last-child,.buddypress.widget ul#groups-list li:last-child,.buddypress.widget ul#members-list li:last-child{margin-bottom:0}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list,.buddypress.widget ul#friends-list,.buddypress.widget ul#groups-list,.buddypress.widget ul#members-list{margin:0;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li,.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 0 1em;padding:0;width:100%;border:0}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar,.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item,.buddypress.widget ul#members-list li .item-avatar{padding:0}.widget.buddypress .item-title{font-weight:600}.buddypress.widget blockquote,.widget.buddypress.bp-latest-activities blockquote{padding:0;border:0}.widget.buddypress.bp-latest-activities .activity-list{padding:0}.widget.buddypress.bp-latest-activities .rtmedia-activity-text span{margin:0}.widget.buddypress.bp-latest-activities footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--global-border-color)}.widget.buddypress.bp-latest-activities blockquote:last-child footer{border-bottom:0;margin-bottom:0;padding-bottom:0}.widget.buddypress.bp-latest-activities blockquote cite{margin-right:15px}.widget.widget_bp_core_login_widget label{display:block}.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;margin-bottom:8px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){padding-top:15px;padding-bottom:15px;-webkit-box-shadow:none;box-shadow:none;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}.buddypress.widget .bp-latest-activities-block .activity-list blockquote{margin:0 0 15px;padding:0!important}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini) p{margin:0}.wp-block-bp-login-form form#bp-login-widget-form{position:relative;margin:0 0 30px;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}#bp-login-widget-form input[type=password],#bp-login-widget-form input[type=text]{background-color:#fff;color:var(--global-font-color);border:1px solid var(--global-border-color);border-radius:var(--form-border-radius);padding:10px;min-height:38px}#bp-login-widget-form input[type=password]:focus,#bp-login-widget-form input[type=text]:focus{color:var(--global-font-color);outline:none}.widget .bp-block-groups .group-content .item-header-avatar img.avatar,.widget .bp-block-members .member-content .item-header-avatar img.avatar{width:50px;height:50px}.widget .bp-block-groups.avatar-full .item-header-avatar,.widget .bp-block-members.avatar-full .item-header-avatar{width:70px}.widget .bp-dynamic-block-container .item-options{font-size:13px}.widget .bp-block-group .group-content,.widget .bp-block-member .member-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .bp-block-group .group-description,.widget .bp-block-member .member-description{padding:15px 0 0;text-align:center}.widget .bp-block-group.avatar-full.has-cover .item-header-avatar,.widget .bp-block-member.avatar-full.has-cover .item-header-avatar{width:100%;text-align:center}.widget .bp-block-group.avatar-full.has-cover img.avatar,.widget .bp-block-member.avatar-full.has-cover img.avatar{margin:auto}.widget .bp-block-group.has-description .bp-profile-button a.button{float:none}.widget .bp-block-group .bp-profile-button a.button,.widget .bp-block-member .bp-profile-button a.button,.widget .bp-profile-button{margin-top:0;position:static}.widget .bp-block-member .member-description .bp-profile-button{margin-top:15px}.widget .bp-block-group.has-description .bp-profile-button a.button,.widget .bp-block-member .bp-profile-button a.button{font-family:inherit;font-size:medium;color:var(--button-text-color);background-color:var(--button-background-color);border-radius:var(--button-border-radius)!important;padding:8px 20px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.widget .bp-block-group.has-description .bp-profile-button a.button:hover,.widget .bp-block-member .bp-profile-button a.button:hover{background-color:var(--button-background-hover-color);border:1px solid var(--button-border-hover-color);color:var(--button-text-hover-color)}.blpro-locked-title-header{margin-top:1rem}.wb-bp-profile-completion-wrap .wb-bp-user-avatar-wrap{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;margin-bottom:20px}.wb-bp-profile-completion-wrap .wb-bp-user-avatar img{width:70px;height:70px;max-width:70px;border-radius:50%!important}.wb-bp-profile-completion-wrap .wb-bp-progress-label{margin-left:12px}.wb-bp-profile-completion-wrap .wb-bp-progress-label span{display:block;line-height:1.1}.wb-bp-profile-completion-wrap span.wb-bp-completion{color:#121212;font-size:32px}.wb-bp-profile-completion-wrap .wb-bp-progress-wrap .wb-bp-progress-container{height:6px;background-color:#eef0f3;border-radius:12px!important}.wb-bp-profile-completion-wrap .wb-bp-progress-container .wb-bp-progress{height:6px;background-color:#4caf50;border-radius:12px!important;background-image:-webkit-gradient(linear,left top,right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#5856d6),to(#ff2d55));background-image:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#5856d6,#ff2d55)}.wb-bp-profile-completion-wrap .wb-bp-detailed-progress-container{margin-top:30px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress{list-style:none;margin:0;padding:0}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap{margin:10px 0;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap span.wb-bp-completed-staus{display:block;font-size:14px;width:50px;height:25px;text-align:center;float:right;color:#fff;background:#4caf50;border:2px solid #4caf50;border-radius:30px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.incomplete span.wb-bp-completed-staus{background:red;border:2px solid red}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap span.wb-bp-section-number{text-indent:-9999px;width:25px;height:25px;display:inline-block;border:2px solid rgba(0,0,0,.2);border-radius:100px;vertical-align:middle;margin-right:10px;position:relative}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.completed span.wb-bp-section-number{background:#4caf50;border-color:#4caf50}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.completed span.wb-bp-section-number:before{content:"";display:inline-block;font-size:14px;position:absolute;top:4px;left:8px;height:10px;width:6px;border-bottom:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#item-header-cover-image #item-header-avatar{position:relative}#item-header a.link-change-cover-image,#item-header a.link-change-profile-image,#item-header a.position-change-cover-image{background:hsla(0,0%,100%,.9);border-radius:50%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:30px;height:30px;left:12px;top:12px;z-index:3;opacity:0;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.2);box-shadow:0 0 3px 0 rgba(0,0,0,.2)}#item-header a.link-change-cover-image>i,#item-header a.link-change-profile-image>i,#item-header a.position-change-cover-image>i{font-size:16px}#item-header a.position-change-cover-image{top:55px;display:none}@media screen and (min-width:1220px){#buddypress #item-header a.position-change-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress #item-header .header-cover-img{display:block}#buddypress #item-header #header-cover-image.has-cover-image{background-image:none}}#item-header-avatar a.link-change-profile-image{top:55px;left:50%;margin-left:-15px}#header-cover-image:hover a.link-change-cover-image,#header-cover-image:hover a.position-change-cover-image,#item-header-avatar:hover a.link-change-profile-image{opacity:1}#header-cover-image:hover a.link-change-cover-image .bp-tooltip:after{left:100px;right:auto;margin-top:3px;top:0;-webkit-transform:translate(-50%);transform:translate(-50%)}[data-bp-tooltip]:after{pointer-events:none;opacity:0;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;font-weight:500;font-size:13px;background:rgba(18,43,70,.95);border:0;border-radius:4px!important;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.22);box-shadow:0 1px 3px 0 rgba(0,0,0,.22);color:#fff;content:attr(data-bp-tooltip);line-height:1.3;padding:7px 15px;position:absolute;white-space:nowrap;z-index:10;-webkit-animation:none!important;animation:none!important}[data-bp-tooltip][data-bp-tooltip-pos=right]:after{left:100%;margin-top:0;margin-left:11px;top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.activity-list li.blogs .activity-content .activity-inner{border:0;padding:0 15px;max-width:100%}.activity-list li.blogs .activity-content .activity-inner img{width:100%;max-width:100%;margin:0 0 15px}.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img,.activity-list li.blogs .activity-content .activity-inner img{border-radius:4px}.activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp{display:block;padding:0}.activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp p{padding:0}.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{display:block;padding:12px 0 0;background-color:transparent}.activity-list li.blogs .activity-content .activity-inner .bb-post-title,.activity-list li.blogs .activity-content .activity-inner .buddyx-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:inherit}@media screen and (min-width:46.8em){body.register .buddypress-wrap{max-width:460px;margin-left:auto;margin-right:auto}.buddypress-wrap .register-page .layout-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddypress-wrap.extended-default-reg .register-page .default-profile{padding-right:0}.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding-left:0}}.gamipress-buddypress-user-details-activity{margin:0 15px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .gamipress-buddypress-user-achievements{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}@media screen and (max-width:782px){.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .gamipress-buddypress-user-achievements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.users-header .center-view .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .center-view .gamipress-buddypress-points,.users-header .center-view .gamipress-buddypress-ranks,.users-header .center-view .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .center-view .gamipress-buddypress-user-achievements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{margin-top:0;margin-bottom:0}.users-header .gamipress-buddypress-points-type{margin:0 10px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-right:5px}body #buddypress #item-header-cover-image span.activity{font-size:14px}.activity.gamipress-buddypress-points-label{margin-left:2px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-achievement-title{font-size:14px;margin-right:10px;margin-bottom:10px}.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-ranks{margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px}.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-rank-title{margin-right:10px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:calc(33.33333% - 10px);background-color:#fff;border:1px solid var(--global-border-color);border-radius:4px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.gamipress-columns-2 .gamipress-rank,.gamipress-columns-2>.gamipress-achievement,.gamipress-columns-2>.gamipress-points,.gamipress-columns-2>.gamipress-points-type{width:calc(50% - 10px)}}@media (max-width:1200px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:calc(50% - 10px);padding:20px}}@media (max-width:767px){.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-image{margin-right:15px;min-width:50px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0}.gamipress-open-close-switch{text-align:left;padding:5px 0;font-size:12px;text-transform:uppercase}#gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type,.gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.gamipress-user-points[class*=gamipress-columns]>.gamipress-points{background:var(--color-theme-white-box);margin:5px;border:1px solid var(--global-border-color);border-radius:4px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4,.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px}table#gamipress-earnings-table tbody,table#gamipress-earnings-table thead{background:#fff}table#gamipress-earnings-table tbody tr td,table#gamipress-earnings-table thead tr th{padding:10px}input#gamipress-achievements-search-input{height:44px;vertical-align:middle}.gamipress-logs-list .gamipress-log{margin:5px 0;padding:5px 0;border-bottom:1px solid var(--global-border-color)}.gamipress-logs-list .gamipress-log:first-child{border-top:1px solid var(--global-border-color)}#gamipress-achievements-filter select{margin-left:0}#gamipress-achievements-search{margin-right:0}.gamipress_achievements_widget #gamipress-achievements-search{width:100%}.gamipress_achievements_widget #gamipress-achievements-search label{display:block}.gamipress_achievements_widget input#gamipress-achievements-search-input{height:42px;display:block;float:left}.bp-nouveau.media #buddypress.buddypress-wrap div#item-header div#item-header-content .gamipress-buddypress-user-details a{padding:0}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.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:0 15px 15px}.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 15px 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,.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:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .activity,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points .activity,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .activity{margin-bottom: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,.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:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.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{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.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,.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(--global-border-color);padding:3px 9px 3px 4px;-webkit-box-shadow:0 1px 2px rgba(18,43,70,.12);box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:inherit;background-color:#fff;line-height:1.5;border-radius:6px!important;-webkit-transition:all .3s ease;transition:all .3s ease}.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank img{width:20px}.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,.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;-webkit-box-shadow:0 0 2px rgba(0,0,0,.13);box-shadow:0 0 2px rgba(0,0,0,.13);margin-right:5px!important;width:20px}.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,.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!important}.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,.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!important}.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,.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!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .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-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,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-right:5px}.gamipress-achievement,.gamipress-rank,.single-rank,.single .single-achievement{padding:20px!important;background-color:#fff;border:1px solid var(--global-border-color);font-size:14px;line-height:24px;border-radius:var(--global-border-radius)!important}.gamipress-progress-map-item .gamipress-achievement-points>img{max-width:30px}.gamipress-ranks-list h2.gamipress-rank-title{margin-top:0!important}.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-right:15px}.activity-list .activity-item .activity-content .gamipress-achievement,.activity-list .activity-item .activity-content .gamipress-points-award,.activity-list .activity-item .activity-content .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 30px)!important;margin:0 15px;padding:15px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}button.gamipress-achievement-unlock-with-points-cancel-button,button.gamipress-achievement-unlock-with-points-confirm-button{background:#fff;border:1px solid #ccc;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:none;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1;border-radius:var(--global-border-radius)!important}button.gamipress-achievement-unlock-with-points-cancel-button:hover,button.gamipress-achievement-unlock-with-points-confirm-button:hover{background:#ededed;border-color:#999;color:#333;outline:none;text-decoration:none}.gamipress-achievement-congratulations,.gamipress-rank-congratulations{font-size:14px;padding:10px!important}.gamipress-achievement-congratulations p,.gamipress-rank-congratulations p{margin:0}.gamipress-achievement-earned p{margin:0 0 15px}.gamipress-achievement ul,.gamipress-rank ul,.single-rank ul,.single .single-achievement ul{margin-left:18px;padding:0}.gamipress-achievement p,.gamipress-rank p,.single-rank p,.single .single-achievement p{margin-top:0}@media screen and (min-width:46.8em){.bp-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{position:absolute;left:65px;bottom:0;opacity:0;visibility:hidden;z-index:1}.bp-list:not(.grid) .item-avatar:hover .gamipress-buddypress-user-details-listing{opacity:1;visibility:visible}}.widget .item-avatar{position:relative}body.hide-overflow{overflow:hidden}body.hide-overflow #buddypress .activity-list .bp-activity-more-options-wrap,body.hide-overflow .bp-group-avatar-content,body.hide-overflow .bp-member-avatar-content,body.hide-overflow .site-footer,body.hide-overflow .site-header-wrapper,body.hide-overflow .site-header-wrapper.has-sticky-header{z-index:0}.buddypress.widget .GamiPress-data-popup{display:none}.buddypress.widget .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{display:block!important;background-color:#fff;padding:20px 20px 10px;border:1px solid var(--global-border-color);-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.1);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 img{width:20px;height:20px;margin:0}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:18px;position:absolute;right:5px;top:5px;opacity:.8;cursor:pointer}.buddypress.widget .gamipress-buddypress-user-details-listing{display:none}.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points{display:inline-block}.buddypress.widget .showGamipressData{position:absolute;bottom:0;right:0;background-color:#fff;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 .GamiPress-data-popup.is_active .gamipress-buddypress-user-achievements{text-align:center}.buddypress.widget .showGamipressData img{height:14px!important;width:14px!important}.buddypress.widget .showGamipressData .far{font-size:12px}.users-header #mycred-users-badges{height:35px}#mycred-users-badges .the-badge{display:inline-block}.users-header #mycred-users-badges .mycred-badge-image{width:30px;height:30px;border-radius:100%;-o-object-fit:cover;object-fit:cover}#mycred-users-badges .mycred-badge-image{display:inline-block;margin:5px 5px 0 0}.buddypress-wrap .profile.public .mycred h4{border-bottom:1px solid var(--global-border-color);padding-bottom:5px}table.mycred-table tbody,table.mycred-table tfoot,table.mycred-table thead{background:#fff}table.mycred-table tbody tr td,table.mycred-table tfoot tr th,table.mycred-table thead tr th{padding:10px;border:1px solid var(--global-border-color)}.activity-inner .badgeos-achievements-list-item{padding:0;border-bottom:0}#badgeos-achievements-container .grid>li,#badgeos-achievements-container .list>li,#badgeos-earned-achievements-container .grid>li,#badgeos-earned-achievements-container .list>li,#badgeos-earned-ranks-container .grid>li,#badgeos-earned-ranks-container .list>li,.achievement-wrap.earned,.earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:1rem;padding:1em!important;border:1px solid var(--global-border-color)!important;-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.achievement-wrap.earned{margin:0}ul.badgeos-achievement-earners-list li img{max-width:50px;border-radius:100%}#badgeos-achievements-container .list>li,#badgeos-earned-achievements-container .list>li,#badgeos-earned-ranks-container .list>li{margin:1rem 0}#badgeos-earned-achievements-container .badgeos-achievements-list-item{padding:0;border:0}.badgeos-credits h3,h2.badgeos-item-title{margin:0 0 15px!important}.badgeos-item-excerpt p{margin:0}.activity-list .activity-item .activity-content .badgeos-achievements-list-item,.activity-list .activity-item .activity-content .badgeos-points-list-item,.activity-list .activity-item .activity-content .badgeos-ranks-list-item{margin:0 15px 15px}#badgeos-achievements-container .selected,#badgeos-earned-achievements-container .selected,#badgeos-earned-ranks-container .selected{background-color:#111!important}table.badgeos-rank-table tbody,table.badgeos-rank-table tfoot,table.badgeos-rank-table thead{background:#fff}table.badgeos-rank-table tbody tr td,table.badgeos-rank-table tfoot tr th,table.badgeos-rank-table thead tr th{padding:10px;border:1px solid var(--global-border-color)}.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:20px 1%}.earned-user-credits-wrapper .badgeos-credits:nth-child(2n){margin:20px 2%}.earned-user-credits-wrapper .badgeos-credits .badgeos-earned-credit{padding:0}@media (max-width:767px){#badgeos-achievements-container .grid>li,#badgeos-earned-achievements-container .grid>li,#badgeos-earned-ranks-container .grid>li,.earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){width:100%!important;margin:1rem 0}#badgeos-achievements-container .badgeos-arrange-buttons,#badgeos-earned-achievements-container .badgeos-arrange-buttons,#badgeos-earned-ranks-container .badgeos-arrange-buttons{margin-top:15px}}@media (max-width:400px){.badgeos-rank-table{font-size:12px}}.buddyx-badge{margin:5px 0}.buddyx-badge .ps-badgeos__list{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-flow:row wrap;flex-flow:row wrap}@media screen and (max-width:782px){.buddyx-badge .ps-badgeos__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.buddyx-badge .ps-badgeos__item img{max-width:36px;margin:5px 5px 0 0}.groups-list .bgr-header-row{width:100%;text-align:center}.bpchk-marker-container{margin-top:10px}#whats-new-toolbar .bpchk-marker-container{margin-top:0}.bp-checkins.bp-checkin-panel{width:100%;margin:0 0 15px}@media screen and (min-width:46.8em){#whats-new-options .post-elements-buttons-item:first-child{margin-left:0!important}[dir=rtl] #whats-new-options .post-elements-buttons-item:first-child{margin-left:10px!important;margin-right:0!important}}.quote-btn{margin-top:10px}#whats-new-toolbar .quote-btn{margin-top:0}.bp-nouveau .site-wrapper .bpquotes-bg-selection-div{margin-bottom:5px}[dir=rtl] .bp-nouveau .site-wrapper .bpquotes-bg-selection-div{margin-left:0;margin-right:0}.bp-nouveau .site-wrapper .bpolls-html-container{margin-top:10px}.bp-nouveau .site-wrapper #whats-new-toolbar .bpolls-html-container{margin-top:0}[dir=rtl] .bp-nouveau .site-wrapper .bpolls-polls-option-html{margin-right:0}.buddypress-wrap .profile .bp-widget abbr{display:block;padding-bottom:5px;border-bottom:1px solid var(--global-border-color);cursor:auto}.bp-nouveau .activity-list .activity-item .activity-meta.action .bp-share-button:before{margin-right:5px}body:not(.logged-in) .activity-list .activity-item .activity-meta .bp-share-button{margin:15px}body:not(.logged-in) .bp-share-btn.generic-button{font-family:inherit;font-size:14px;margin:10px;border-radius:3px!important;padding:8px 12px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--global-border-color);outline:0;vertical-align:middle;-webkit-transition:all .2s linear;transition:all .2s linear;margin:15px!important}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button:before{font-size:18px}.birthday-item-content i{margin-left:5px}.buddypress-wrap .bgr-group-review-no-popup-add-block .bgr-submit-review,.buddypress .buddypress-wrap .bgr-group-review-no-popup-add-block .bgr-submit-review,.bupr-bp-member-review-no-popup-add-block #bupr_save_review{font-size:14px}.member-review-stars{font-size:14px;margin:5px 0 0}.rating-bgr{font-size:14px}#bupr_member_review_id{padding:0}#frm_buddypress-edit-activity textarea{width:calc(100% - 30px)!important;min-height:60px;margin:0 15px 15px!important}#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button.buddyboss_edit_activity{margin-right:11px;margin-top:15px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-edit:before{content:"\f464"}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity_cancel:before{content:"\f335"}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-save:before{content:"\f15e"}.groups-header .bp-group-type-list{font-size:inherit}@media screen and (max-width:782px){.groups-header .bp-group-type-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.item-list.groups-list.bp-list:not(.grid) .item-meta.wb-bpgt-group-types{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{font-size:14px;color:inherit}.wp-embed-share-tab-button{display:inline-block!important}.wp-embed-share-tab[aria-hidden=true]{display:none!important}.wp-embed-share-tab{margin-top:10px}.search-results.buddypress-global-search form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.search-results.buddypress-global-search .item-list-tabs>ul{border-bottom:1px solid var(--global-border-color)}.search-results.buddypress-global-search .activity_comment-list .activity-content{margin-left:65px}.search-results.buddypress-global-search .activity_comment-list .item-meta{float:none;text-align:left}.search-results.buddypress-global-search .activity_comment-list .activity-avatar img.avatar{margin-top:10px}.search-results.buddypress-global-search #buddypress .results-group .activity-list .activity-content{margin-left:0}.search-results.buddypress-global-search .activity-list .item-avatar p{margin:0}.search-results.buddypress-global-search .activity-list .activity-avatar img.avatar{margin:15px}.search-results.buddypress-global-search .activity-list .activity-content .activity-header{padding:15px}.search-results.buddypress-global-search .activity-list.item-list .activity-item .activity-avatar{margin-right:0}body.search-results.buddypress-global-search #buddypress .bp-list .activity-comments .acomment-meta p,body.search-results.buddypress-global-search .bp-list li .item .list-title{margin:0}body.search-results.buddypress-global-search .bp-list li .action{text-align:left}@media screen and (min-width:60em){.has-sidebar-right.search-results.buddypress-global-search .site-wrapper{display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-left.search-results.buddypress-global-search .site-wrapper{display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.activity-giphy-container,.bp-giphy-html-container{margin-top:10px}#whats-new-toolbar .activity-giphy-container,#whats-new-toolbar .bp-giphy-html-container,.bp-giphy-comment-html-container.bp-giphy-html-container{margin-top:0}.buddypress-giphy-active form.ac-form .ac-reply-content .bp-giphy-html-container{float:left}[dir=rtl] .buddypress-giphy-active form.ac-form .ac-reply-content .bp-giphy-html-container{float:right}.mce-container button{background:transparent!important;border:0!important}form#mpp-whats-new-form p.activity-greeting{margin-top:0}#mpp-whats-new-options{min-height:60px}.mpp-activity-header .time-since{float:none;display:block}.mpp-activity-list .mpp-activity-content .mpp-activity-inner,.mpp-activity-list .mpp-activity-content blockquote{margin-top:0}.buddypress-wrap .mpp-upload-buttons a{margin-right:8px}.buddypress-wrap .mpp-upload-buttons a img{max-width:20px}.buddypress-wrap .activity-form .mpp-upload-buttons,.buddypress-wrap .mpp-upload-buttons{display:none}.buddypress-wrap .activity-form.activity-form-expanded .mpp-upload-buttons{display:block}.buddypress-wrap .mpp-upload-buttons{padding:0 10px}#mpp-activity-upload-buttons{width:100%;margin-bottom:15px}.mpp-upload-container-active{display:block!important;-webkit-transition:none!important;transition:none!important;height:auto!important;overflow:visible!important}.mpp-uploading-media-list ul{margin-left:0}.mpp-uploading-media-list ul .fluid-width-video-wrapper{width:200px}button#mpp-add-remote-media{min-height:38px;padding:14px 15px;border-radius:3px}.mpp-single-gallery-audio-list .mpp-item-content.mpp-audio-content.mpp-audio-player{display:none}.mpp-g:not(.mpp-form-wrap){margin:0 -15px}.mpp-g.mpp-bulk-edit-media-action-row,.mpp-g.mpp-bulk-edit-media-item,.mpp-g.mpp-form-wrap,.mpp-g.ui-sortable,.mpp-gallery-edit-form .mpp-g,.mpp-media-edit-form .mpp-g{margin:0}.mpp-item{padding:15px}.activity-inner .mpp-item{padding:0}.mpp-item .mpp-item-thumbnail img{width:100%;margin-bottom:15px}#change-gallery-cover a,.mpp-item-actions a,a.mpp-gallery-title{margin-top:5px;padding:2px 10px;display:inline-block;font-size:14px;border:1px solid;border-radius:4px}.mpp-type-navs .mpp-nav a{background:transparent!important}select#mpp-edit-media-bulk-action,select#mpp-gallery-status,select#mpp-gallery-type,select#mpp-media-status{padding-right:40px}.mpp-g.mpp-bulk-edit-media-action-row,.mpp-g.mpp-bulk-edit-media-item,.mpp-g.mpp-form-wrap{margin-bottom:20px}.mpp-g.mpp-bulk-edit-media-item select,.mpp-g.mpp-form-wrap select{padding-right:40px}.mpp-breadcrumbs{margin-bottom:15px;background:transparent;color:inherit}.mpp-activity-meta a.button:empty{display:none!important}.mpp-menu.mpp-menu-horizontal li .mpp-menu-children,.mpp-menu.mpp-menu-open{background:transparent}div.mpp-bulk-edit-media-action-row select{padding:.5em .6em}.mpp-menu a.mpp-selected-item{color:var(--color-theme-primary)}.buddyx-mediapress .mejs-button>button{background:transparent url(../images/mejs-controls.svg)!important;padding:0!important;width:20px!important;border:0!important}.buddyx-mediapress .mejs-play>button{background-position:0 0!important}.buddyx-mediapress .mejs-pause>button{background-position:-20px 0!important}.buddyx-mediapress .mejs-replay>button{background-position:-160px 0!important}.buddyx-mediapress .mejs-fullscreen-button>button{background-position:-80px 0!important}.buddyx-mediapress .mejs-unfullscreen>button{background-position:-100px 0!important}.buddyx-mediapress .mejs-mute>button{background-position:-60px 0!important}.buddyx-mediapress .mejs-unmute>button{background-position:-40px 0!important}.buddyx-mediapress .mejs-captions-button>button{background-position:-140px 0!important}.buddyx-mediapress .mejs-chapters-button>button{background-position:-180px 0!important}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list{padding:0 15px 15px}.mpp-paginator ul li{padding:0}.mpp-paginator ul .page-numbers{margin:0 5px 5px 0;padding:.5em 1em;background:transparent!important;color:#565a62!important;display:inline-block;font-size:1em;float:none;line-height:1.5;border-radius:2px;-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out}.mpp-paginator ul .page-numbers.current,.mpp-paginator ul .page-numbers:hover{background:#e6e6e6!important;color:#565a62!important}.mpp-form input[type=color],.mpp-form input[type=date],.mpp-form input[type=datetime-local],.mpp-form input[type=datetime],.mpp-form input[type=email],.mpp-form input[type=month],.mpp-form input[type=number],.mpp-form input[type=password],.mpp-form input[type=search],.mpp-form input[type=tel],.mpp-form input[type=text],.mpp-form input[type=time],.mpp-form input[type=url],.mpp-form input[type=week],.mpp-form select,.mpp-form textarea{-webkit-box-shadow:none;box-shadow:none}.buddyx-bpges .group-subscription-div #js-dialogtooltip{z-index:99}@media screen and (max-width:782px){.buddyx-bpges .group-subscription-div #js-dialogtooltip{width:auto}}#groups-dir-list .group-subscription-div,#groups-list .group-subscription-div{padding-top:10px!important;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}#groups-dir-list .group-subscription-div .gemail_icon,#groups-list .group-subscription-div .gemail_icon{padding:0;background:none!important;margin:10px 0 0}#groups-dir-list .group-subscription-div .group-subscription-status,#groups-list .group-subscription-div .group-subscription-status{margin-top:10px}.buddyx-bpges .group-subscription-div .group-email-tooltip #js-tooltip-content a{display:inline-block;margin:0 .4em .4em 0;width:auto;background:transparent;border:0;color:inherit;font-size:inherit;font-weight:700;padding:0;text-decoration:underline}.buddyx-bpges .group-subscription-div{padding-top:6px;font-size:11px}.buddyx-bpges .bp-list li .item,.buddyx-bpges .grid>li .list-wrap{overflow:visible}button.ges-change,button.ges-change:hover{padding:3px 6px!important}.ass-email-type{margin:15px 0}.ass-email-type label input{margin-right:7px}@media screen and (min-width:46.8em){body.bp-nouveau.groups.buddyx-bpges:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:auto}}.bpfb_form_container{padding:0;background:transparent}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos{background:none;position:relative}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks:before,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos:before,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos:before{font-family:FontAwesome;font-weight:900;font-size:18px}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos:before{content:"\f030"}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos:before{content:"\f03d"}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks:before{content:"\f0c1"}ul#bpfb_tmp_photo_list{display:none}.bpfb_preview_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:10px}input#bpfb_add_remote_image{margin:10px 0 0}.bpfb_preview_photo_item{border:3px solid rgba(0,0,0,.2)}input#bpfb_link_preview_url,input#bpfb_video_url,input.bpfb_remote_image{margin:0 0 15px;width:calc(100% - 15px)!important}input.bpfb_remote_image{margin:15px 0}.bpfb_images{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:5px 10px}.bpfb_images br{display:none}.bpfb_images a{line-height:0;margin:5px}.bpfb_final_link{margin:0 15px 15px;padding:15px 15px 5px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;content:"";display:table;clear:both}.bpfb_final_link .bpfb_link_contents{margin-left:20px;width:calc(100% - 200px)}.bpfb_final_link .bpfb_link_contents>*{margin:0 0 10px}.bpfb_actions_container{padding:0 15px}.bpfb_preview_container table tbody td>*{padding:5px 0}.bpfb_action_container p{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px;-ms-flex-flow:wrap;flex-flow:wrap;margin:0}@media screen and (max-width:46.8em){.bpfb_final_link .bpfb_link_preview_container{float:none;width:100%;height:auto;margin:0 0 20px}.bpfb_final_link .bpfb_link_contents{margin-left:0;width:100%}.bpfb_preview_container{overflow:auto}}.activity-list.bp-list .activity-item .activity-meta.action .bplua-close-activity,.activity-list.bp-list .activity-item .activity-meta.action .bplua-open-activity{margin-right:11px;margin-top:15px}.activity-list .activity-item .activity-meta.action .bplua-close-activity:before,.activity-list .activity-item .activity-meta.action .bplua-open-activity:before{font-family:dashicons;font-size:18px;vertical-align:bottom}.activity-list .activity-item .activity-meta.action .bplua-open-activity:before{content:"\f528"}.activity-list .activity-item .activity-meta.action .bplua-close-activity:before{content:"\f160"}.thickbox-loading #TB_ajaxContent{margin:auto;padding:15px;height:100%!important}.thickbox-loading #TB_title{height:40px;padding-top:5px;padding-bottom:5px}.thickbox-loading textarea#whats-new-profile-ux{margin-bottom:10px}.thickbox-loading form#private-message-form-ux label[for=private_message_content],.thickbox-loading form#private-message-form-ux label[for=private_message_subject],.thickbox-loading form#public-message-form-ux label[for=public_message_content]{display:block}.thickbox-loading form#private-message-form-ux input#private_message_subject{width:100%}@media screen and (max-width:450px){#TB_window.thickbox-loading{max-width:285px!important;margin-left:auto!important;margin-right:auto!important;left:0;right:0}.thickbox-loading #TB_ajaxContent{width:100%!important}}body.bmpro_moderation_content .member-home aside{display:none}@media screen and (min-width:60em){body.bmpro_moderation_content.has-single-member-sidebar .member-home{grid-template-columns:1fr}}.bpstatus-icon{margin-top:8px;display:inline-block}#whats-new-toolbar .bpstatus-icon{margin-top:0}.member-info-wrapper img.bpsts-name-icon{display:inline-block}ul.component-navigation.bp-docs-nav{margin-left:0}.activity-share-modal .activity-list .activity-item .activity-header{margin-bottom:0}.activity-list.bp-list .activity-reshare-item-container>.activity-item{padding:1rem;margin:1rem}.post-reshare-item-container .post-preview{margin-left:15px;margin-right:15px}.activity-list .activity-item .activity-meta.action .bp-activity-share-btn .bp-screen-reader-text{margin-left:0}.bp-activity-share-button:before{margin-right:5px!important}#bp-activity-share-widget-box-status-header .buddyx-content-wrp{margin-top:1rem}.activity-list.bp-list .activity-reshare-item-container .activity-header{padding-left:65px;padding-bottom:10px}.activity-list .activity-content .activity-inner .activity-reshare-item-container img:not(.avatar),.activity-share-modal .activity-list .activity-content .activity-inner img:not(.avatar){width:100%;max-width:100%;margin:0 0 15px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .bb-post-title,.activity-list .activity-content .activity-inner .activity-reshare-item-container .buddyx-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .bb-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .buddyx-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .buddyx-content-wrp p{margin:0!important;padding:0}.buddypress-wrap .activity-inner .activity-reshare-item-container p{margin:0!important;padding:0!important}.activity-list li.bbp_reply_create .activity-content .activity-inner blockquote,.activity-list li.bbp_topic_create .activity-content .activity-inner blockquote{margin-left:15px}.buddypress-wrap ul.subnav li#members-order-select{padding:10px 0}.buddypress-wrap ul.subnav li#members-order-select label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle}body.resume.has-single-member-sidebar .site-wrapper.member-home .primary-sidebar{display:none}body.resume.has-single-member-sidebar .member-home{grid-template-columns:1fr}.activity-link-preview-container{width:calc(100% - 30px);margin:0 15px;border-radius:var(--global-border-radius)!important}.activity-link-preview-title,.activity-list .activity-item .activity-content .activity-link-preview-title{padding:0}.activity-update-form #whats-new-buttons{margin:0 15px 0 0;padding:0}.activity-update-form #whats-new-buttons .dashicons-admin-media:before{font-family:dashicons}div#bp-attachments-activity-medium-preview{margin:0;padding:.5em;border:1px solid var(--global-border-color);border-radius:var(--form-border-radius)!important}div#bp-attachments-activity-medium-preview:empty{padding:0;border:0}div#bp-attachments-activity-medium-preview dl.bp-attachment-meta dd{margin:0 0 0 .5em}body.activity.buddypress figure.wp-block-bp-image-attachment img,body.activity.buddypress figure.wp-block-bp-image-attachment video{margin-top:0}body.activity.buddypress figure a,body.activity.buddypress figure a img{width:100%}body.activity.buddypress figure figcaption{margin:.5em 15px}.wp-block-bp-audio-attachment audio{padding:0 15px}body.activity.buddypress div.wp-block-bp-file-attachment{padding:15px}#bp-media-library .components-button,#bp-media-library .media-toolbar-secondary .media-button,#bp-media-library .split-button .split-button-head a,#bp-media-library .split-button .split-button-primary,#bp-media-library .split-button .split-button-toggle,.activity-update-form #whats-new-buttons>li button,.components-button.is-primary,.components-button.is-secondary,.components-button.is-tertiary,.components-modal__frame .components-button,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button,body.personal.attachments #bp-media-library .components-button.is-secondary,body.personal.attachments #bp-media-library .components-button.is-tertiary,body.personal.attachments #bp-media-library .split-button .split-button-toggle{font-family:inherit;font-size:medium;color:var(--button-text-color)!important;background-color:var(--button-background-color)!important;border-radius:var(--button-border-radius)!important;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;max-height:100%!important;line-height:1.3;border:1px solid var(--button-border-color)!important;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#bp-media-library .components-button:hover,#bp-media-library .media-toolbar-secondary .media-button:hover,#bp-media-library .split-button .split-button-head a:hover,#bp-media-library .split-button .split-button-primary:hover,#bp-media-library .split-button .split-button-toggle:hover,.activity-update-form #whats-new-buttons>li button:hover,.components-button.is-primary:hover,.components-button.is-secondary:hover,.components-button.is-tertiary:hover,.components-modal__frame .components-button:hover,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button:hover,body.personal.attachments #bp-media-library .components-button.is-secondary:hover,body.personal.attachments #bp-media-library .components-button.is-tertiary:hover,body.personal.attachments #bp-media-library .split-button .split-button-toggle:hover{background-color:var(--button-background-hover-color)!important;border:1px solid var(--button-border-hover-color)!important;color:var(--button-text-hover-color)!important}body.personal.attachments #bp-media-library .wp-filter .view-switch a:before{color:inherit}body.personal.attachments #bp-media-library .wp-filter .view-switch a.current:before{color:var(--color-theme-primary)}body.personal.attachments #bp-media-library .screen-heading{font-size:20px;font-weight:400;margin:auto 10px auto auto;padding-bottom:5px}body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;width:100%;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:inherit}@media (min-width:46.8em){body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{width:200px}}@media (max-width:480px){.bp-attachments-media-list .media-items.list .media-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-attachments-media-list .media-items.list .media-item .item-description{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;height:auto}}#bp-media-library .split-button{top:auto}#bp-media-library .split-button .split-button-toggle i{padding:0}#bp-media-library .split-button .split-button-body li+li{margin-top:5px}#bp-media-library .uploader-container.enabled{font-size:16px;background:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:6px}.bp-attachments-media-list .media-item{min-width:100px}.bp-attachments-media-list .media-item .media-name{font-size:14px}@media (max-width:46.8em){.bp-attachment-edit-item{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.bp-attachment-edit-item__form,.bp-attachment-edit-item__preview{width:100%}}.bp-attachment-edit-item audio,.bp-attachment-edit-item video{width:100%}.bp-attachment-edit-item__form-actions button{margin-bottom:1em}#bp-media-library .split-button .split-button-toggle{margin-left:15px;padding:4px}.components-form-file-upload .components-button{height:100%} \ No newline at end of file +body.buddypress article.page>.entry-header .entry-title{color:var(--color-h1)}.buddypress .entry-meta{display:none}body.bp-nouveau .entry-content{margin-top:0}.buddypress .entry-footer{padding:0;border:0}.buddypress .entry-content ol,.buddypress .entry-content ul{margin:0;padding:0;list-style:none}.buddypress-wrap .select-wrap{display:inline-block;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px}.buddypress-wrap .select-wrap select{margin-right:0;text-indent:0}body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;width:100%;min-height:34px;background-image:url(../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;border:0}.buddypress-wrap .standard-form select{padding-left:10px}.buddypress-wrap .select-wrap span.select-arrow{display:none}#buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,.buddypress-wrap select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 40px 0 12px;color:inherit}.buddypress-wrap #notification-select,.buddypress-wrap .select-wrap select,.buddypress-wrap .standard-form select,body #buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,select{-webkit-appearance:none;background-image:url(../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.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{-webkit-box-shadow:none;box-shadow:none}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff;background-color:#fff}#bplock-login-btn,#bplock-register-btn,#buddypress #header-cover-image .header-cover-reposition-wrap>.button,#buddypress.buddypress-wrap .activity-list .load-more a,#buddypress.buddypress-wrap .activity-list .load-newest a,#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset]:not(.text-button),#buddypress input[type=submit],#buddypress ul.button-nav li a,#bupr_save_review,.avatar-history-actions button.avatar-history-action.delete,.avatar-history-actions button.avatar-history-action.recycle,.avatar-history-actions button.delete.disabled,.avatar-history-actions button.recycle.disabled,.bgr-submit-review,.bp-member-blog-post-form button.button,.buddypress-wrap .members-list li .member-button-wrap .generic-button button,.buddypress .buddypress-wrap .action button,.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button,.buddypress .buddypress-wrap .btn-default,.buddypress .buddypress-wrap button.button,.buddypress .buddypress-wrap button.button.edit,.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button,.buddypress .buddypress-wrap button.ges-change,.buddypress .buddypress-wrap button.group-email-tooltip__close,.buddypress .buddypress-wrap button.mpp-button-primary,.ges-change,.group-email-tooltip__close,.moderation-popup .modal-container .bb-model-footer .button.report-submit,a.bp-title-button,body.bp-nouveau.media #buddypress div#item-header div#item-header-content a,body.bp-nouveau.media #buddypress div#item-header div#item-header-content button,button#bbp_reply_submit,button#bbp_topic_submit,button#mpp-edit-media-submit,button.friendship-button,button.gamipress-achievement-unlock-with-points-button,button.group-button,form#bp-data-export button{font-family:inherit;font-size:medium;color:var(--button-text-color);background-color:var(--button-background-color);border-radius:var(--button-border-radius)!important;padding:8px 20px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#bplock-login-btn:hover,#bplock-register-btn:hover,#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus,#buddypress #header-cover-image .header-cover-reposition-wrap>.button:hover,#buddypress.buddypress-wrap .activity-list .load-more a:hover,#buddypress.buddypress-wrap .activity-list .load-newest a:hover,#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]:not(.text-button):hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#bupr_save_review:hover,.avatar-history-actions button.avatar-history-action.delete:hover,.avatar-history-actions button.avatar-history-action.recycle:hover,.avatar-history-actions button.delete.disabled:hover,.avatar-history-actions button.recycle.disabled:hover,.bgr-submit-review:hover,.bp-member-blog-post-form button.button:focus,.bp-member-blog-post-form button.button:hover,.buddypress .buddypress-wrap .action button:hover,.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover,.buddypress .buddypress-wrap .btn-default:hover,.buddypress .buddypress-wrap button.button.edit:hover,.buddypress .buddypress-wrap button.button:hover,.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button:hover,.buddypress .buddypress-wrap button.ges-change:hover,.buddypress .buddypress-wrap button.group-email-tooltip__close:hover,.buddypress .buddypress-wrap button.mpp-button-primary:hover,.ges-change:hover,.group-email-tooltip__close:hover,.moderation-popup .modal-container .bb-model-footer .button.report-submit:hover,a.bp-title-button:hover,body.bp-nouveau.media #buddypress div#item-header div#item-header-content a:hover,body.bp-nouveau.media #buddypress div#item-header div#item-header-content button:hover,button#bbp_reply_submit:hover,button#bbp_topic_submit:hover,button#mpp-edit-media-submit:hover,button.friendship-button:hover,button.gamipress-achievement-unlock-with-points-button:hover,button.group-button:hover,form#bp-data-export button:hover{background-color:var(--button-background-hover-color);border:1px solid var(--button-border-hover-color);color:var(--button-text-hover-color)}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:none}body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container button,body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container input[type=button],body.buddypress #buddypress.buddypress-wrap .wp-editor-tabs button{background:#fff;border:1px solid #ccc;border-radius:0!important;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:2px 3px;text-align:center;text-decoration:none;width:auto;line-height:normal}body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container button:hover,body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container input[type=button]:hover,body.buddypress #buddypress.buddypress-wrap .wp-editor-tabs button:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}body.buddypress #buddypress.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-radius:0!important;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}#buddypress.buddypress-wrap .wp-switch-editor{padding:3px 8px 4px!important}body.buddypress #buddypress.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-radius:0!important;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress .buddypress-wrap .wp-editor-container .button-small[type=button]{padding:0 8px 1px!important}.buddypress-wrap .bp-feedback,.buddypress-wrap .bp-messages{padding:.615em 2.25em .615em .7em;font-size:14px;line-height:1.5;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;max-width:1140px;margin-left:auto;margin-right:auto}.buddypress-wrap .activity-update-form .bp-feedback,.buddypress-wrap .activity-update-form .bp-messages{margin:10px}.buddypress-wrap .bp-feedback .bp-icon,.buddypress-wrap .bp-messages .bp-icon{margin:-10px}.buddypress-wrap .bp-feedback p{font-size:14px;line-height:1.5;padding:3px 3px 3px 8px}.buddypress .avatar,.grid>li .item-avatar .avatar{border-radius:3px}.buddypress.round-avatars .avatar,body.round-avatars #buddypress #item-header-cover-image #item-header-avatar img.avatar,body.round-avatars .buddypress-wrap .avatar{border-radius:50%}.round-avatars #buddypress #item-header-cover-image #item-header-avatar .member-status{right:15px;top:15px}body:not(.round-avatars) .grid .member-status{right:-2px;top:-2px}@media screen and (min-width:46.8em){.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid var(--global-border-color);border-top:0;-webkit-box-shadow:none;box-shadow:none}}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs:not(.bp-subnavs) li{background:#f5f5f5}}.buddypress-wrap .bp-navs li{margin-bottom:0}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover,.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:transparent;color:var(--color-theme-primary)}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.selected a{background:transparent;border-bottom:1px solid var(--color-theme-primary);font-weight:500}.avatar-history-table td .avatar.selected,.buddypress-wrap .bp-navs li.selected a{border-color:var(--color-theme-primary)}.bp-navs.bp-navs{overflow:visible;overflow:initial}ul.component-navigation.activity-nav li{display:inline-block}ul.component-navigation.activity-nav li a{margin:0}.buddypress-wrap .bp-subnavs{margin:0;border:0!important}.buddypress-wrap ul.subnav{width:100%;background:#fafafa;margin:15px 0;padding:0 8px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}.buddypress-wrap .bp-navs ul.subnav li a{padding:8px 10px}.buddypress-wrap.bp-dir-hori-nav ul.subnav{margin-top:0}body.media .buddypress-wrap.bp-dir-hori-nav ul.subnav{margin-top:15px}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li,.buddypress-wrap.bp-vertical-navs ul.subnav{margin:0}.bp-navs:after,.bp-navs ul:after{content:" ";display:table;clear:both}.bp-navs ul li a{border-bottom:1px solid transparent;margin-bottom:-1px}.buddypress-wrap .bp-pagination{float:none;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:wrap;flex-flow:wrap}.bp-pagination-links .page-numbers{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;font-size:12px;border-radius:var(--button-border-radius);padding:0}.bp-pagination-links a.next,.bp-pagination-links a.prev{background-color:#fff;border:1px solid var(--global-border-color);font-size:0}.bp-pagination-links span.page-numbers:not(.dots){color:#fff;background-color:var(--color-theme-primary)}.bp-navs ul li .count,.buddypress-wrap .bp-navs li.dynamic a .count{background:var(--color-theme-primary);-webkit-box-shadow:none;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:16px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px;text-align:center;vertical-align:middle}.buddypress-wrap .bp-navs li.dynamic a .count:empty{display:none}.bp-single-vert-nav .bp-navs.vertical li span,.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.dynamic.selected a .count,.buddypress-wrap .bp-navs li.dynamic a:hover .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress-wrap .rtm-bp-navs ul li.selected a:hover>span,.buddypress-wrap .rtm-bp-navs ul li.selected a>span,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.dynamic.current a .count,.buddypress_object_nav .bp-navs li.dynamic.selected a .count,.buddypress_object_nav .bp-navs li.dynamic a .count,.buddypress_object_nav .bp-navs li.dynamic a:hover .count,.buddypress_object_nav .bp-navs li.selected a .count,.single-headers .group-status .group-type,.users-header .bp-member-type{background-color:var(--color-theme-primary)}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}.buddypress-wrap .subnav-filters{margin:20px 0}.buddypress-wrap .media_search.media_search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:#fff;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative}#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #dir-members-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-left:35px;font-size:14px;height:35px}.buddypress-wrap .media_search.media_search .media_search_input,.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text],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:url(../images/search.svg);background-position:left 10px center;padding-left:2rem;width:100%;font-size:14px;min-width:210px}.buddypress-wrap .media_search.media_search .search_option,.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{position:absolute;right:0;opacity:0;visibility:hidden;width:0;height:0}.buddypress-wrap .field_type_multiselectbox select[multiple]{overflow:auto;background-image:none;min-height:85px;width:100%;border-radius:0}.buddypress-wrap .field_type_multiselectbox select[multiple] option{padding:2px 5px}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{border-radius:var(--form-border-radius)}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{border-width:1px}#buddypress .rtmedia-actions-before-comments .rtmedia-like:hover,.rtmedia-actions-before-comments .rtmedia-comment-link:hover,.rtmedia-actions-before-comments .rtmedia-view-conversation:hover{color:var(--color-theme-primary)}div#rtmedia-action-update>span{display:none}.bp-nouveau .activity-update-form.activity-update-form #aw-whats-new-reset{margin-top:0}.bp-nouveau #aw-whats-new-reset,.bp-nouveau #aw-whats-new-reset:hover{background:transparent;border:0}.activity-list .activity-item .activity-content .rtm-activity-media-list{line-height:0}.rtmedia-activity-container .rtm-activity-music-list,.rtmedia-activity-container .rtm-activity-video-list{padding:10px!important}.rtmedia-activity-container li.media-type-music,.rtmedia-activity-container li.media-type-video{margin:5px!important}.rtmedia-activity-container .rtmedia-item-title,.rtmedia-activity-container .rtmedia-item-title a{display:none}.rtmedia-activity-text{margin:0 15px 15px;display:inline-block}.buddypress-wrap .activity-comments .acomment-content p{margin:0 15px 15px}.rtm-activity-media-list:not(.rtmedia-activity-media-length-1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0!important;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.rtm-activity-media-list:after,.rtm-activity-media-list:before{content:normal}.media-type-photo .rtmedia-item-thumbnail{border-radius:0!important}.media-type-photo{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.rtmedia-activity-media-length-1 .media-type-photo,.rtmedia-activity-media-length-3 .media-type-photo:first-child,.rtmedia-activity-media-length-4 .media-type-photo:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:0}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:nth-child(3),.rtm-activity-media-list:not(.rtmedia-activity-media-length-1):not(.rtmedia-activity-media-length-3):not(.rtmedia-activity-media-length-4) .media-type-photo:first-child,.rtm-activity-media-list:not(.rtmedia-activity-media-length-4) .media-type-photo:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.media-type-photo .rtmedia-item-thumbnail{margin:0;padding-top:100%;position:relative}.media-type-photo .rtmedia-item-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.rtmedia-activity-media-length-1 .media-type-photo .rtmedia-item-thumbnail{padding-top:0}.rtmedia-activity-media-length-1 .media-type-photo .rtmedia-item-thumbnail img{position:relative}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:first-child .rtmedia-item-thumbnail,.rtm-activity-media-list.rtmedia-activity-media-length-4 .media-type-photo:first-child .rtmedia-item-thumbnail{margin:0;padding-top:52.56%;position:relative}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:first-child .rtmedia-item-thumbnail img,.rtm-activity-media-list.rtmedia-activity-media-length-4 .media-type-photo:first-child .rtmedia-item-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.widget .rtmedia-remain-count{font-size:16px}.rtmedia-list-item>a{cursor:pointer}.rtmedia-activity-container li.media-type-photo:not(.masonry-brick) .rtmedia-item-thumbnail img{-o-object-fit:cover;object-fit:cover}.rtmedia-activity-container ul.rtmedia-list.rtm-activity-media-list:not(.rtmedia-activity-media-length-1) li.media-type-photo:not(.masonry-brick){width:100%!important;height:100%!important;margin:0!important;padding:0!important;line-height:0}body .rtmedia-activity-container li.media-type-photo{width:100%!important;height:100%!important;margin:0;padding:0}body .rtmedia-activity-container ul.rtm-activity-media-list{overflow:hidden}.rtmedia-activity-container .rtmedia-list.masonry{padding:0 8px!important;margin:0 7px 6px!important}.rtmedia-activity-container .rtmedia-list.masonry li.media-type-photo{width:32%!important;height:auto!important;margin:0 0 8px}.rtmedia-activity-container .rtmedia-list-item.masonry-brick{display:inline-block;padding:0!important}.activity-list .activity-item .activity-meta.action select.rtm-form-select{margin-right:11px;min-height:37px;margin-top:14px;vertical-align:bottom}body.bp-nouveau .activity-update-form .rtmedia-plupload-container{width:98%}.buddypress-wrap .rtm-bp-navs ul li a>span{background:#c8cbcf;-webkit-box-shadow:none;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:16px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px;text-align:center;vertical-align:text-bottom}.buddypress-wrap .rtm-bp-navs ul li.selected a:hover>span,.buddypress-wrap .rtm-bp-navs ul li.selected a>span{background:var(--color-theme-primary);color:#fff}.buddypress-wrap .rtm-gallery-media-title-container .rtm-media-options{margin-bottom:20px}.buddypress-wrap .rtm-gallery-media-title-container #rtm-media-options:after{content:" ";display:table;clear:both}.rtmedia-activity-container .rtm-activity-video-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.rtmedia-activity-container .rtm-activity-video-list.rtmedia-activity-media-length-1 li.media-type-video,.rtmedia-activity-container .rtm-activity-video-list li.media-type-video{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin:0!important;padding:5px!important;height:auto!important;width:auto!important}.rtmedia-activity-container .rtm-activity-video-list li.media-type-video div.rtmedia-item-thumbnail .mejs-video,.rtmedia-activity-container .rtm-activity-video-list li.media-type-video div.rtmedia-item-thumbnail .mejs-video video{min-height:300px!important}@media screen and (min-width:768px){.rtmedia-activity-container .rtm-activity-video-list li.media-type-video{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.media .rtmedia-list:not(.masonry){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media .rtmedia-container .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item{width:175px;height:175px;overflow:hidden;margin-bottom:5px}@media (max-width:480px){.media .rtmedia-container .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item{width:45%;height:120px}}.media .rtmedia-list-item.masonry-brick{overflow:hidden}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-item-thumbnail{background:#e8e8e8}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail,.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:175px!important;height:175px!important;max-height:175px;max-width:175px;line-height:inherit}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{max-width:175px;max-height:175px}@media (max-width:480px){.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail,body.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:100%!important;height:100%!important;min-height:200px;max-height:200px}}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{-o-object-fit:cover;object-fit:cover;padding:5px}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item:hover .rtmedia-item-thumbnail>img{opacity:.4;-webkit-animation:lightBlur .5s forwards;animation:lightBlur .5s forwards}@-webkit-keyframes lightBlur{0%{-webkit-filter:blur(0);filter:blur(0)}to{-webkit-filter:blur(4px);filter:blur(4px)}}@keyframes lightBlur{0%{-webkit-filter:blur(0);filter:blur(0)}to{-webkit-filter:blur(4px);filter:blur(4px)}}.media .rtmedia-gallery-item-actions{position:absolute;top:0;left:0;right:0;bottom:0;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;pointer-events:none;z-index:9}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a{color:hsla(0,0%,100%,.8);pointer-events:auto;text-decoration:none;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;border-radius:20px}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a:not(.rtm-delete-media){background:hsla(0,0%,97.3%,.15)}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media{margin-top:.5rem}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media:hover{color:red}.media .rtm-tabs li.active a{color:var(--color-theme-primary)}.media .rtm-tabs-content{padding:15px;border:1px solid var(--global-border-color);border-top:0}#buddypress.buddypress-wrap a.rtm-button-back,#buddypress.buddypress-wrap input[type=button],#buddypress.buddypress-wrap input[type=submit]{padding:8px 20px}.media .rtmedia-editor-buttons{margin-top:15px}button.mfp-arrow,button.mfp-close{border-radius:0}.rtmedia-gallery-item-actions .dashicons{-webkit-transition:none;transition:none}body:not(.buddyx-mediapress) .mfp-arrow{cursor:pointer;position:absolute;opacity:.65;filter:alpha(opacity=65);top:50%;margin:-50px 0 0;padding:0;width:50px;height:60px;-webkit-tap-highlight-color:transparent;opacity:0;z-index:10;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;background:transparent;-webkit-appearance:none}body:not(.buddyx-mediapress) .mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:10px;margin-left:35px;border:inset transparent;border-top-width:13px;border-bottom-width:13px;top:8px}body:not(.buddyx-mediapress) .mfp-arrow-left:after,body:not(.buddyx-mediapress) .mfp-arrow-right:after{font-family:FontAwesome;font-size:24px;font-weight:900;color:#fff;border-left:0;margin-left:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.buddyx-mediapress) .mfp-arrow-left:after{content:"\f104"}body:not(.buddyx-mediapress) .mfp-arrow-right:after{content:"\f105"}body:not(.buddyx-mediapress) .mfp-arrow-left:before,body:not(.buddyx-mediapress) .mfp-arrow-right:before{border:none}.activity-update-form{position:relative;margin:0 0 15px;padding:0;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;-webkit-box-shadow:none;box-shadow:none}.activity-update-form #whats-new-avatar{padding:12px 15px;text-align:left;line-height:0}.activity-update-form #whats-new-avatar img{max-width:50px}#buddypress input#aw-whats-new-submit,form.ac-form .ac-reply-content input{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px!important;min-height:34px;margin:0;border-radius:var(--button-border-radius)!important}select#whats-new-post-in{padding-right:40px}.buddypress-wrap #whats-new-post-in{font-size:medium}.activity-update-form #whats-new-content{padding:0;margin-left:65px}#buddypress.buddypress-wrap form#whats-new-form #whats-new-submit,.activity-update-form #whats-new-post-in-box{margin:10px 0;padding:0}#buddypress.buddypress-wrap form#whats-new-form #whats-new-submit{margin-left:auto}.activity-update-form #whats-new-textarea textarea{color:inherit;padding:10px;min-height:70px;border-radius:var(--form-border-radius)!important}.buddypress-wrap #whats-new-textarea{margin:0;padding:12px 15px;border:0}#buddypress #whats-new-options{background:rgba(0,0,0,.02);border-top:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0;padding:0 15px}#buddypress .activity-form #whats-new-options{overflow:visible}#buddypress #whats-new-submit{margin:10px 0 10px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.activity-update-form #whats-new-submit input{width:auto;margin-bottom:0}@media screen and (max-width:46.8em){.activity-update-form #whats-new-avatar{margin:0;padding-bottom:0}.activity-update-form #whats-new-content{margin-left:0}}body.bp-nouveau .activity-update-form .rtmedia-uploader-div{margin-left:15px;margin-bottom:15px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{margin:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin:0 10px}.rtm-upload-button-wrapper button.rtmedia-comment-media-upload,button#rtmedia-add-media-button-post-update,button.rtmedia-comment-media-upload{padding:.3em .5em!important;background:#fff!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8}.activity-list.bp-list{margin:0;padding:0;background:transparent;border:0}.activity-list.bp-list .activity-item{position:relative;margin:2rem 0;padding:0;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important}body:not(.logged-in) .activity-list.bp-list .activity-item{overflow:hidden}.activity-item-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.activity-card-head{padding:12px 15px 11px;border-bottom:1px solid var(--global-border-color)}.card-head-content-type{margin:0!important;font-size:14px;font-weight:700;text-transform:capitalize;display:inline-block}.activity-list.item-list .activity-item .activity-avatar{margin:0 15px 0 0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;line-height:0}.bp-list li .item-avatar a{display:inline-block;position:relative}.activity-list .activity-item.mini .activity-avatar img.avatar,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item div.item-avatar img{max-width:50px}.activity-list .activity-item .activity-header{margin:0;width:auto}.activity-item-head{padding:1em}.activity-list .activity-item .activity-header p{margin:0}.activity-list .activity-item .activity-header a:not(.activity-time-since),.activity-list .activity-item .activity-header a:not(.view){font-weight:600}.activity-list .activity-item .activity-header .activity-time-since{display:block}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:transparent;margin:0;padding:0;overflow:visible}.buddypress-wrap .activity-inner{font-size:inherit}.buddypress-wrap .activity-inner p{padding:0 15px;margin-bottom:15px!important}.buddypress-wrap .activity-list .activity-item.new_blog_comment .activity-content .activity-inner{margin-bottom:15px}.activity-list .activity-item .activity-meta.action .fav:before,.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f487"}.activity-list .activity-item .activity-meta.action .unfav:before{color:#db2828}div#buddypress .activity-read-more{margin-left:0}div#buddypress .activity-read-more a{font-size:inherit;line-height:1.2;border:0;clear:both;display:block;margin-top:15px;padding:12px 25px;text-align:center;background-color:#eee;border-radius:var(--global-border-radius)}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:transparent;margin:30px 0 15px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:inherit;display:inline-block;padding:.5em 0}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.activity-list .activity-item .activity-meta.action{border:0;border-top:1px solid var(--global-border-color);background:rgba(0,0,0,.02);margin:0;padding:0 15px 15px;position:relative;text-align:left;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-flow:row wrap;flex-flow:row wrap}form.ac-form .ac-reply-content .ac-textarea textarea{border-radius:var(--form-border-radius)!important}.activity-list .activity-item.has-comments .activity-content>.activity-meta.action{border-bottom:1px solid var(--global-border-color)}.bp-list li .action .generic-button{font-size:inherit}.activity-list.bp-list .activity-item .activity-meta.action .generic-button{margin-right:11px;margin-top:15px}.activity-list.bp-list .activity-item .activity-meta.action .generic-button .fa{min-width:23px;font-size:18px;line-height:1.3}@media screen and (min-width:46.8em){.activity-list .activity-item .activity-meta.action .bp-screen-reader-text{clip:auto;height:auto;margin:0 0 0 5px;overflow:visible;position:relative;width:auto}}@media screen and (max-width:46.8em){#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button.buddyboss_edit_activity,.activity-list .activity-item .activity-meta .bmpro-flag-activity-btn span,.activity-list .activity-item .activity-meta .bmpro-unflag-activity-btn span,.activity-list .activity-item .activity-meta .bp-share-button span,.activity-list .activity-item .activity-meta .bpsp-pin-tool span{font-size:0}.bp-nouveau .activity-list .activity-item .activity-meta.action .bp-share-button:before,.site-wrapper .bmpro-flag-activity-btn:before,.site-wrapper .bmpro-unflag-activity-btn:before{margin-right:0}}.activity-list .activity-item .activity-meta.action .button{padding:6px 12px!important;background:0 0;color:inherit;background:#fff!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important}.activity-list .activity-item .activity-meta.action .button span{color:inherit;vertical-align:middle}.activity-list .activity-item .activity-content>.activity-meta.action .button{border:1px solid var(--global-border-color)!important}#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button{border-radius:.28571429rem!important}.activity-list .activity-item .activity-content>.activity-meta.action .button:hover{border:1px solid rgba(0,0,0,.8)!important;color:rgba(0,0,0,.8)!important}.buddypress-wrap .activity-comments{margin:0}form.ac-form .ac-reply-content{color:inherit;padding-left:0}form.ac-form .ac-reply-avatar img{border:0;max-width:38px}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:0;float:left;height:38px;max-width:none;width:38px}#buddypress input#aw-whats-new-submit,form.ac-form .ac-reply-content input{margin-left:10px}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0!important;border:0!important;text-decoration:none!important}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f182"}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:0;padding:0}.buddypress-wrap .activity-comments>ul>li{margin:0;padding:15px;border-top:1px solid var(--global-border-color)}body.activity-permalink .activity-list li:first-child{padding-top:15px}.buddypress-wrap .activity-comments .show-all button{padding:0}.activity-list .activity-item div.item-avatar{margin:0 15px 0 0;text-align:left;line-height:0;float:left;width:auto}.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:36px;width:100%;height:auto}.buddypress-wrap .activity-comments .acomment-meta{color:inherit;overflow:visible;padding-left:0}.buddypress-wrap .activity-comments .acomment-meta a:not(.activity-time-since){font-weight:600}.buddypress-wrap .activity-comments .acomment-content{border-left:0;margin:0 0 0 51px;padding:0;word-break:break-word}body #buddypress .bp-list .activity-comments .action{background:transparent;line-height:1;margin-left:51px;padding:0}.activity-list .activity-item.mini,.buddypress-wrap .activity-comments .acomment-content .rtmedia-activity-text,.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-content p{margin:5px 0 10px}#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment,#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a,body #buddypress .bp-list .activity-comments .action .generic-button a{background:0 0;padding:0;color:#939597;border:0;font-size:12px;line-height:1;margin:0;min-height:10px}body #buddypress .bp-list .activity-comments .action .generic-button{margin-top:0}.buddypress-wrap .activity-comments ul li ul{margin-left:0}.buddypress-wrap .activity-comments .rtmedia-activity-text,.buddypress-wrap .activity-comments ul li{margin:0}.buddypress-wrap .activity-comments>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul>li>ul{margin-left:51px;border-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .activity-comments>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul>li>ul{margin-left:0}.buddypress-wrap .activity-comments>ul>li>ul{margin-left:15px}}.buddypress-wrap .activity-comments ul>li>ul>li{border-top:0}.activity-list .activity-item .activity-comments .activity-meta.action{margin:0;border:0}body.activity-permalink .activity-list .activity-avatar{left:0;position:relative;top:0}body.activity-permalink .activity-list .activity-content{margin-right:0}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}body.activity-permalink .activity-comments>ul{padding:0}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-left:0;margin-top:0}input#rt_media_comment_submit{margin-left:6px}.rtmedia-comment-user-pic img,.userprofile img{border-radius:3px}#buddypress .rtm-like-comments-info:after{content:none}.buddypress .buddypress-wrap .generic-button .loading:not(.bp-tooltip):after,li.load-more a.loading:after{content:"\f110";font-family:FontAwesome;font-size:18px;font-weight:900;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.buddypress .buddypress-wrap .generic-button .loading{-webkit-animation:none;animation:none}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bp-group-activity-preview,.bp-member-activity-preview{padding:15px}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{border:5px solid #fff;background:hsla(0,0%,100%,.8);height:80px;width:80px;margin:0 auto 10px}.bp-group-preview-cover,.bp-group-preview-cover img,.bp-member-preview-cover,.bp-member-preview-cover img{border-radius:var(--global-border-radius)!important}.activity-list .activity-item .activity-content .bp-group-short-description-title,.activity-list .activity-item .activity-content .bp-member-nickname,.activity-list .activity-item .activity-content .bp-member-short-description-title{margin-bottom:0!important}.bp-profile-button{text-align:center;margin-top:15px}.bp-pagination.top{display:none}.member-status{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;width:12px;height:12px;right:-4px;top:-4px}.member-status.offline{background-color:#edbb34;opacity:0;visibility:hidden}.round-avatars .member-status{right:2px;top:0}.grid .member-status{right:18px;top:5px;width:14px;height:14px}.bp-list{border:0}.bp-list li .list-wrap:after,.bp-list li .list-wrap:before{content:" ";display:table}.bp-list li .list-wrap:after{clear:both}.bp-list>li{margin:0;padding:0;border-bottom:0}.bp-list>li .list-wrap{position:relative;margin:1rem 0;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box);-webkit-transition:-webkit-box-shadow .2s linear;transition:-webkit-box-shadow .2s linear;transition:box-shadow .2s linear;transition:box-shadow .2s linear,-webkit-box-shadow .2s linear}.bp-list>li .list-wrap:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddypress-wrap .members-list li .last-activity,.buddypress-wrap .members-list li .member-name{margin:0}.bp-list li .action div.generic-button,.bp-list li .action li.generic-button{margin:10px;padding:0}.bp-list:not(.grid) li .action #bupr-view-review-btn{width:auto}@media screen and (min-width:46.8em){.bp-list:not(.grid) li .item .item-block{float:left;margin-right:0;width:100%;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-wrap:wrap;flex-wrap:wrap}.bp-list li .item-avatar img.avatar{max-width:50px}.bp-list li .item-avatar{float:left;margin-right:15px;line-height:0}.bp-list li .action div.generic-button:last-child,.bp-list li .action li.generic-button:last-child{margin-right:0}}@media screen and (max-width:46.8em){.bp-list li .action{margin-top:20px}.bp-list li .item-avatar{margin-bottom:15px;line-height:0}}#buddypress.buddypress-wrap .grid.bp-list{padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:auto;margin:0 -15px}.buddypress-wrap .grid.bp-list:after,.buddypress-wrap .grid.bp-list:before,.buddypress-wrap .grid.bp-list>li:after,.buddypress-wrap .grid.bp-list>li:before{content:normal}.buddypress-wrap .grid.bp-list>li{border-bottom:none;margin:0 0 30px;padding:0 15px}.grid>li{width:100%}.grid.bp-list>li .list-wrap{margin:0}.grid.members-list .list-wrap{min-height:40px}.buddypress-wrap .grid.bp-list>li .list-wrap{height:100%;padding-bottom:15px}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .action{bottom:0;float:none;height:auto;padding:0;position:relative;top:0;margin:20px auto auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{max-width:126px;width:100%;border:5px solid #fff;-webkit-box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec}.buddypress:not(.logged-in) .grid.members-list .list-wrap,.grid.members-list .list-wrap .item-block{min-height:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{margin:10px 0 0}@media screen and (min-width:24em){.grid.four>li{width:50%}}@media screen and (min-width:46.8em){.grid.four>li{width:33.333333%;width:33.33333%}}@media screen and (min-width:73.2em){.grid.four>li{width:25%}}.bp-list:not(.grid) .buddyx-grp-cover-wrapper,.bp-list:not(.grid) .buddyx-mem-cover-wrapper{display:none}.buddypress-wrap .grid.bp-list>li .list-wrap .buddyx-grp-cover-wrapper+.item-avatar,.buddypress-wrap .grid.bp-list>li .list-wrap .buddyx-mem-cover-wrapper+.item-avatar{margin-top:-80px;margin-bottom:15px}.buddypress-wrap .grid.bp-list>li .list-wrap .item-avatar img.avatar{border:5px solid #fff}.buddyx-grp-cover-wrapper,.buddyx-mem-cover-wrapper{position:relative;margin:-16px -16px 16px}.buddyx-grp-cover-img,.buddyx-mem-cover-img{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0!important;position:relative;overflow:hidden;padding-top:52.56%;display:block;background:#ffefba;background:-webkit-gradient(linear,right top,left top,from(#fff),to(#ffefba));background:linear-gradient(270deg,#fff,#ffefba)}.buddyx-grp-cover-img:before,.buddyx-mem-cover-img:before{background:rgba(0,0,0,.25);content:"";position:absolute;width:100%;height:100%;left:0;top:0}.buddyx-grp-cover-img img,.buddyx-mem-cover-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%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:46.8em){#groups-list.bp-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#groups-list.bp-list:not(.grid) li .item-avatar img.avatar{max-width:85px}#groups-list.bp-list:not(.grid) li .item .item-block{display:block;width:auto;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;min-height:85px}.buddypress-wrap .groups-list li .last-activity{margin-top:0}.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;width:100%}}.buddypress-wrap .groups-list li .list-title{margin-bottom:10px}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc,.buddypress:not(.logged-in) .grid.groups-list .list-wrap,.grid.groups-list .list-wrap{min-height:100%}.groups-list .list-wrap .group-desc{display:none}#group-create-body{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:25px}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{color:var(--color-theme-primary)}.buddypress-wrap .tabbed-links ol.group-create-buttons li.current a{border-bottom:0}}.buddypress .bp-invites-content ul.item-list>li{float:left;width:49.5%;background-color:#fff;border:1px solid var(--global-border-color);margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0}@media screen and (max-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{width:100%}}.buddypress .bp-invites-content ul.item-list>li .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.buddypress .bp-invites-content ul.item-list>li .item .list-title{font-size:20px;margin:0;text-align:left}@media (min-width:768px){.site-wrapper.group-home,.site-wrapper.member-home{min-height:auto}}body.buddypress.bp-user #page #primary .entry-header,body.buddypress.group-create #page #primary .entry-header,body.buddypress.single-item.groups #page #primary .entry-header{display:none}#item-header-content .member-review-stars{display:inline;display:initial}@media screen and (min-width:60em){.has-single-group-sidebar .group-home,.has-single-member-sidebar .member-home{display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-buddypress-sidebar-both:not(.has-single-group-sidebar) .group-home,.has-buddypress-sidebar-both:not(.has-single-member-sidebar) .member-home,.has-buddypress-sidebar-right:not(.has-single-group-sidebar) .group-home,.has-buddypress-sidebar-right:not(.has-single-member-sidebar) .member-home{grid-template-columns:1fr}.has-single-group-sidebar.has-single-group-activity-sidebar .group-home,.has-single-member-sidebar.has-single-member-activity-sidebar .member-home{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-group-activity-sidebar:not(.has-single-group-sidebar) .group-home,.has-single-member-activity-sidebar:not(.has-single-member-sidebar) .member-home{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-group-activity-sidebar .primary-sidebar,.has-single-member-activity-sidebar .primary-sidebar{padding:0;grid-column:auto;min-width:0}}#buddypress #header-cover-image,#cover-image-container{height:300px;border-radius:0}.groups-header #buddypress #header-cover-image,.groups-header #cover-image-container,.users-header #buddypress #header-cover-image,.users-header #cover-image-container{width:100vw;margin-left:-50vw;left:50%}.item-header-cover-image-wrapper{position:relative;background:var(--color-theme-white-box);-webkit-box-shadow:none;box-shadow:none;padding:1em;border-radius:var(--global-border-radius)!important;border:1px solid var(--global-border-color);z-index:1;margin:-50px 0 0}.item-header-cover-image-wrapper:after{content:"";display:table;clear:both}.item-header-cover-image-wrapper.hide-header-cover-image{margin:2rem 0 0}#buddypress .hide-header-cover-image #item-header-cover-image #item-header-avatar{margin-top:0;float:left}@media screen and (min-width:46.8em){.single-headers #item-header-content{padding-left:0}.single-headers #item-header-avatar+#item-header-content{padding-left:2em}#buddypress div#item-header.users-header .hide-header-cover-image #item-header-cover-image #item-header-avatar+#item-header-content{margin-left:152px}#buddypress div#item-header.users-header .hide-header-cover-image #item-header-cover-image #item-header-content{margin-left:0}}.compact-view .hide-header-cover-image.item-header-cover-image-wrapper{border-radius:var(--global-border-radius)!important}@media screen and (max-width:782px){.single-headers .hide-header-cover-image #item-header-content{text-align:center}#buddypress .hide-header-cover-image #item-header-cover-image #item-header-avatar{float:none}}#buddypress #item-header-cover-image #item-header-avatar{margin-top:0}#buddypress.buddypress-wrap #item-header-cover-image{min-height:auto;margin:0;padding:0}.bp-wrap{width:100%}.buddypress-wrap:not(.bp-vertical-navs) .item-body{margin:20px 0;position:relative;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box)}.media .buddypress-wrap:not(.bp-vertical-navs) .item-body{margin-top:0}#item-header-cover-image #item-header-avatar{padding:0}.single-headers img.avatar{margin:0}#buddypress #item-header-cover-image #item-header-avatar img.avatar{-webkit-box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff;max-width:150px}#buddypress div#item-header #item-header-cover-image #item-header-content{clear:none;float:none;margin-left:152px;margin-top:0;width:auto}#buddypress div#item-header-cover-image h2,#buddypress div#item-header-cover-image h2 a,body.bp-nouveau.media #buddypress #item-header-cover-image .user-nicename{color:#111;text-rendering:inherit;text-shadow:none;margin:0 0 15px;font-size:200%}#buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0;padding:0;border-radius:4px}#buddypress.round-avatars #item-header-cover-image #item-header-avatar img.avatar{border-radius:50%}.single-headers li.generic-button,body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul div,body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul li{margin:10px 10px 0 0}.single-headers li.generic-button.follow-button a{margin:0}.single-headers .item-meta{margin:0 0 10px;padding-bottom:0}.buddypress-wrap .profile{margin-top:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid var(--global-border-color);padding-bottom:5px}.buddypress-wrap .profile.edit .button-nav li{margin-bottom:10px}.buddypress-wrap .profile.edit .standard-form .field_multiselect select{width:100%}.buddypress-wrap .profile.edit .standard-form .field_multiselect select option{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.buddypress-wrap .profile.edit .editfield{background:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}.buddypress-wrap .profile.edit .editfield fieldset{padding:0}.buddypress-wrap .profile.edit .standard-form .description{background:transparent}.buddypress-wrap .standard-form .field-visibility-settings-header{font-size:14px;margin:5px 0}#buddypress.buddypress-wrap .standard-form .field-visibility-settings-header button.visibility-toggle-link,#buddypress.buddypress-wrap .standard-form .field-visibility-settings-open button.field-visibility-settings-close{display:block;margin:10px 0 0;font-size:14px;padding:5px 10px}.buddypress-wrap #drag-drop-area,.buddypress-wrap .drag-drop #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed var(--global-border-color);border-radius:var(--form-border-radius);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}.buddypress-wrap .drag-drop .drag-drop-inside{margin:0}#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{border-radius:var(--global-border-radius)}.avatars-history{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.avatar-history-list{width:100%}.avatar-history-actions{margin-left:0;text-align:left}.avatar-history-actions button.delete.disabled,.avatar-history-actions button.recycle.disabled{cursor:not-allowed}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap select{padding:0 40px 0 12px;font-size:inherit;border:1px solid var(--global-border-color);-webkit-appearance:none}.bp-messages-content #bp-message-thread-list{border-top:0}.bp-messages-content #bp-message-thread-list li{padding:15px;margin:0 0 15px;border:1px solid var(--global-border-color)}.bp-messages-content #thread-preview .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-preview .preview-content .preview-message{margin:10px 0;padding:0 15px}.bp-messages-content #bp-message-thread-list .message-metadata{-webkit-box-shadow:none;box-shadow:none;padding:0;width:100%;border:0}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:100%}.bp-messages-content #bp-message-thread-list .message-content p{margin:0}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:transparent}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{text-align:center}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current:last-child a{border-bottom:1px solid}#friend-list.bp-list>li .list-wrap{width:100%}#friend-list.bp-list>li .list-wrap .action{line-height:1}.buddypress-wrap .accept,.buddypress-wrap .reject{margin-left:0}.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{margin-left:10px;line-height:1.3;border:1px solid transparent}#group-list.bp-list:not(.grid) li .item p:not(.meta){display:none}@media screen and (min-width:46.8em){#group-list.bp-list:not(.grid) li .item-avatar img.avatar{max-width:85px}#group-list.bp-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#group-list.bp-list .item .item-block{width:50%}#group-list.bp-list .item .list-title{font-size:26px;margin:0}#group-list.bp-list .item .group-details{display:block;width:100%}}.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{color:var(--color-theme-primary)}@media screen and (max-width:46.8em){.buddypress-wrap #group-list.bp-list .accept,.buddypress-wrap #group-list.bp-list .reject{float:none;margin-left:0}}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-header-avatar img.avatar{float:none;margin:auto auto 15px}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0}.single-headers h2{text-align:center}.single-headers ul li{float:none}}@media screen and (min-width:46.8em) and (max-width:782px){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:transparent}.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;padding:0;border-radius:var(--global-border-radius)!important}nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;margin:0;min-height:50vh;background:#fdfdfd;border-radius:var(--global-border-radius) 0 0 var(--global-border-radius);border:0;border-right:1px solid var(--global-border-color);padding:20px 0}.bp-single-vert-nav .bp-navs.vertical ul{border-right:0;border-bottom:0;float:none;margin-right:0;width:auto}#buddypress.buddypress-wrap #item-body:not(#group-create-body){padding:15px}.bp-single-vert-nav .item-body:not(#group-create-body){padding:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0;border-left:0;background:transparent}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items{width:100%}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items li a,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items li span,nav#object-nav.vertical a{display:-webkit-box;display:-ms-flexbox;display:flex}nav#object-nav.vertical a{border:0;-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}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:transparent}nav#object-nav.vertical .selected>a,nav#object-nav.vertical a:hover{background:rgba(77,92,109,.1);color:var(--color-theme-primary)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){margin:0 0 15px;background:transparent}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{color:var(--color-theme-primary);text-decoration:none}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:inherit}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{font-size:inherit;border-right:0;padding:.5em calc(.5em + 2px)}#object-nav:not(.vertical)>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{position:relative;margin:15px 0;padding:0;background:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;-webkit-box-shadow:none;box-shadow:none}.bp-navs ul li a,.bp-navs ul li span{padding:10px}.buddypress-wrap .item-body{margin:20px 0;position:relative;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box)}#buddypress.buddypress-wrap #item-body{padding:1em}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items>li,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-subnav-nav-items>li{display:inline-block;border-radius:0}.buddypress-wrap .bp-subnavs ul li{float:left}.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:transparent}.media .media_search.media_search{margin-top:15px}}.buddypress-wrap button[data-bp-close]:hover{border:0}#item-header-content img.bpsts-name-icon{display:inline}.bpsts-icon-dialog-title .bpsts-icon-div img{margin:auto}.buddypress.settings .profile-settings.bp-tables-user select{width:auto}.single-headers #item-header-avatar a img{width:150px;height:150px}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{margin-top:0;margin-left:152px;clear:none;max-width:100%}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{padding-top:0;margin-bottom:0}@media screen and (min-width:782px){body.single-item.groups #buddypress div#item-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{float:left;margin-left:0}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{float:right;margin-left:auto}}.groups-header .moderators-lists{margin-bottom:0}.groups-header div#item-header-content{padding-top:0}.single-headers .activity{display:block;font-size:inherit;margin:0 0 10px;padding:0}.groups-header .desc-wrap{position:relative;background:var(--color-theme-white-box);-webkit-box-shadow:none;box-shadow:none;margin:10px 0 0;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}.groups-header .desc-wrap .group-description{background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0;text-align:left}@media screen and (min-width:46.8em){.groups-header .groups-meta{clear:none}.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:15px;width:auto}.bp-list li .member-info-wrapper .item-meta,.bp-list li .member-info-wrapper .meta{margin:0}}@media screen and (max-width:782px){#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,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{margin-top:15px;text-align:center}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.ideastream.bp-user .wp-embed-share{float:none}body.ideastream.bp-user .wp-embed-share .wp-embed-share-dialog-open{margin:auto}body.ideastream #item-header-content{height:auto!important;width:auto!important}}#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:#fff;border:1px solid var(--global-border-color);border-bottom:0;margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px;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:last-child{border-bottom:1px solid var(--global-border-color)}#item-body #group-invites-container .bp-invites-content .list-title{font-size:20px;margin:0;width:100%;text-align:left}#buddypress.buddypress-wrap .bp-invites-content .item-list li .invite-button{color:inherit;padding:0}.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-top:8px}.bp-list ul.group-inviters li .item{overflow:visible;overflow:initial}#buddypress .bp-invites-content li ul.group-inviters li{padding:0;border:0;float:left;font-size:11px;width:inherit}#buddypress .bp-invites-content li .item-meta{margin:0}#buddypress .bp-invites-content li .item-avatar{margin-right:15px;margin-bottom:0}.buddypress .bp-invites-content ul.item-list li .action{position:relative;top:0;bottom:0;right:0;margin-top:0;margin-left:auto;height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:transparent;-webkit-box-shadow:none;box-shadow:none}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important}.buddypress-wrap form[data-bp-search].bp-invites-search-form{float:left}.group-member-actions{margin-left:65px}#group-roles-filter label{display:none}#group-members-list-table .alignleft{margin-right:15px}#group-members-list-table td{padding:8px 10px;border:1px solid var(--global-border-color);border-radius:4px}.button.avatar-crop-submit,button#bp-delete-avatar{margin-top:15px}.widget .activity-list{padding:0}.buddypress-wrap .buddypress.widget .avatar-block,.buddypress.widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -5px}.buddypress.widget .avatar-block img{margin:5px}.buddypress-wrap .widget.buddypress div.item-content,.buddypress-wrap .widget.buddypress div.item-meta,.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin:0}#buddypress.buddypress-wrap .widget.buddypress ul.item-list,.widget.buddypress ul.item-list{border:0}#buddypress.buddypress-wrap .widget.buddypress ul.item-list li div.item-title,.widget.buddypress ul.item-list li div.item-title{width:100%;font-size:inherit;font-weight:600}.buddypress-wrap .widget.buddypress div.item,.widget.buddypress div.item{margin-bottom:0}.buddypress-wrap .widget.buddypress .item-avatar a,.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-right:0}.buddypress-wrap .widget.buddypress div.item-avatar img,.widget.buddypress div.item-avatar img{height:50px;width:50px}.buddypress-wrap .buddypress.widget .item-options,.buddypress-wrap .widget.buddypress div.item-options,.buddypress.widget .item-options,.widget.buddypress div.item-options{margin:0 0 1em;padding:0 0 1em}.buddypress.widget .item-options a.selected{color:var(--color-theme-primary)}.buddypress-wrap .buddypress.widget:after,.buddypress.widget:after{content:"";display:table;clear:both}.buddypress-wrap .buddypress.widget ul#friends-list li:last-child,.buddypress-wrap .buddypress.widget ul#groups-list li:last-child,.buddypress-wrap .buddypress.widget ul#members-list li:last-child,.buddypress.widget ul#friends-list li:last-child,.buddypress.widget ul#groups-list li:last-child,.buddypress.widget ul#members-list li:last-child{margin-bottom:0}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list,.buddypress.widget ul#friends-list,.buddypress.widget ul#groups-list,.buddypress.widget ul#members-list{margin:0;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li,.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 0 1em;padding:0;width:100%;border:0}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar,.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item,.buddypress.widget ul#members-list li .item-avatar{padding:0}.widget.buddypress .item-title{font-weight:600}.buddypress.widget blockquote,.widget.buddypress.bp-latest-activities blockquote{padding:0;border:0}.widget.buddypress.bp-latest-activities .activity-list{padding:0}.widget.buddypress.bp-latest-activities .rtmedia-activity-text span{margin:0}.widget.buddypress.bp-latest-activities footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--global-border-color)}.widget.buddypress.bp-latest-activities blockquote:last-child footer{border-bottom:0;margin-bottom:0;padding-bottom:0}.widget.buddypress.bp-latest-activities blockquote cite{margin-right:15px}.widget.widget_bp_core_login_widget label{display:block}.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;margin-bottom:8px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){padding-top:15px;padding-bottom:15px;-webkit-box-shadow:none;box-shadow:none;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}.buddypress.widget .bp-latest-activities-block .activity-list blockquote{margin:0 0 15px;padding:0!important}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini) p{margin:0}.wp-block-bp-login-form form#bp-login-widget-form{position:relative;margin:0 0 30px;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}#bp-login-widget-form input[type=password],#bp-login-widget-form input[type=text]{background-color:#fff;color:var(--global-font-color);border:1px solid var(--global-border-color);border-radius:var(--form-border-radius);padding:10px;min-height:38px}#bp-login-widget-form input[type=password]:focus,#bp-login-widget-form input[type=text]:focus{color:var(--global-font-color);outline:none}.widget .bp-block-groups .group-content .item-header-avatar img.avatar,.widget .bp-block-members .member-content .item-header-avatar img.avatar{width:50px;height:50px}.widget .bp-block-groups.avatar-full .item-header-avatar,.widget .bp-block-members.avatar-full .item-header-avatar{width:70px}.widget .bp-dynamic-block-container .item-options{font-size:13px}.widget .bp-block-group .group-content,.widget .bp-block-member .member-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .bp-block-group .group-description,.widget .bp-block-member .member-description{padding:15px 0 0;text-align:center}.widget .bp-block-group.avatar-full.has-cover .item-header-avatar,.widget .bp-block-member.avatar-full.has-cover .item-header-avatar{width:100%;text-align:center}.widget .bp-block-group.avatar-full.has-cover img.avatar,.widget .bp-block-member.avatar-full.has-cover img.avatar{margin:auto}.widget .bp-block-group.has-description .bp-profile-button a.button{float:none}.widget .bp-block-group .bp-profile-button a.button,.widget .bp-block-member .bp-profile-button a.button,.widget .bp-profile-button{margin-top:0;position:static}.widget .bp-block-member .member-description .bp-profile-button{margin-top:15px}.widget .bp-block-group.has-description .bp-profile-button a.button,.widget .bp-block-member .bp-profile-button a.button{font-family:inherit;font-size:medium;color:var(--button-text-color);background-color:var(--button-background-color);border-radius:var(--button-border-radius)!important;padding:8px 20px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.widget .bp-block-group.has-description .bp-profile-button a.button:hover,.widget .bp-block-member .bp-profile-button a.button:hover{background-color:var(--button-background-hover-color);border:1px solid var(--button-border-hover-color);color:var(--button-text-hover-color)}.blpro-locked-title-header{margin-top:1rem}.wb-bp-profile-completion-wrap .wb-bp-user-avatar-wrap{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;margin-bottom:20px}.wb-bp-profile-completion-wrap .wb-bp-user-avatar img{width:70px;height:70px;max-width:70px;border-radius:50%!important}.wb-bp-profile-completion-wrap .wb-bp-progress-label{margin-left:12px}.wb-bp-profile-completion-wrap .wb-bp-progress-label span{display:block;line-height:1.1}.wb-bp-profile-completion-wrap span.wb-bp-completion{color:#121212;font-size:32px}.wb-bp-profile-completion-wrap .wb-bp-progress-wrap .wb-bp-progress-container{height:6px;background-color:#eef0f3;border-radius:12px!important}.wb-bp-profile-completion-wrap .wb-bp-progress-container .wb-bp-progress{height:6px;background-color:#4caf50;border-radius:12px!important;background-image:-webkit-gradient(linear,left top,right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#5856d6),to(#ff2d55));background-image:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#5856d6,#ff2d55)}.wb-bp-profile-completion-wrap .wb-bp-detailed-progress-container{margin-top:30px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress{list-style:none;margin:0;padding:0}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap{margin:10px 0;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap span.wb-bp-completed-staus{display:block;font-size:14px;width:50px;height:25px;text-align:center;float:right;color:#fff;background:#4caf50;border:2px solid #4caf50;border-radius:30px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.incomplete span.wb-bp-completed-staus{background:red;border:2px solid red}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap span.wb-bp-section-number{text-indent:-9999px;width:25px;height:25px;display:inline-block;border:2px solid rgba(0,0,0,.2);border-radius:100px;vertical-align:middle;margin-right:10px;position:relative}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.completed span.wb-bp-section-number{background:#4caf50;border-color:#4caf50}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.completed span.wb-bp-section-number:before{content:"";display:inline-block;font-size:14px;position:absolute;top:4px;left:8px;height:10px;width:6px;border-bottom:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#item-header-cover-image #item-header-avatar{position:relative}#item-header a.link-change-cover-image,#item-header a.link-change-profile-image,#item-header a.position-change-cover-image{background:hsla(0,0%,100%,.9);border-radius:50%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:30px;height:30px;left:12px;top:12px;z-index:3;opacity:0;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.2);box-shadow:0 0 3px 0 rgba(0,0,0,.2)}#item-header a.link-change-cover-image>i,#item-header a.link-change-profile-image>i,#item-header a.position-change-cover-image>i{font-size:16px}#item-header a.position-change-cover-image{top:55px;display:none}@media screen and (min-width:1220px){#buddypress #item-header a.position-change-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress #item-header .header-cover-img{display:block}#buddypress #item-header #header-cover-image.has-cover-image{background-image:none}}#item-header-avatar a.link-change-profile-image{top:55px;left:50%;margin-left:-15px}#header-cover-image:hover a.link-change-cover-image,#header-cover-image:hover a.position-change-cover-image,#item-header-avatar:hover a.link-change-profile-image{opacity:1}#header-cover-image:hover a.link-change-cover-image .bp-tooltip:after{left:100px;right:auto;margin-top:3px;top:0;-webkit-transform:translate(-50%);transform:translate(-50%)}[data-bp-tooltip]:after{pointer-events:none;opacity:0;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;font-weight:500;font-size:13px;background:rgba(18,43,70,.95);border:0;border-radius:4px!important;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.22);box-shadow:0 1px 3px 0 rgba(0,0,0,.22);color:#fff;content:attr(data-bp-tooltip);line-height:1.3;padding:7px 15px;position:absolute;white-space:nowrap;z-index:10;-webkit-animation:none!important;animation:none!important}[data-bp-tooltip][data-bp-tooltip-pos=right]:after{left:100%;margin-top:0;margin-left:11px;top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.activity-list li.blogs .activity-content .activity-inner{border:0;padding:0 15px}.activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp{display:block;padding:0}.activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp p{padding:0}.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{display:block;padding:12px 0 0;background-color:transparent}.activity-list li.blogs .activity-content .activity-inner .bb-post-title,.activity-list li.blogs .activity-content .activity-inner .buddyx-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:inherit}.activity-list li .activity-content .activity-inner a.buddyx-post-img-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 0 15px;background:var(--global-body-lightcolor);border-radius:4px}.activity-list li .activity-content .activity-inner a.buddyx-post-img-link img{margin:0 auto;width:auto;max-height:640px;border-radius:4px}@media screen and (min-width:46.8em){body.register .buddypress-wrap{max-width:460px;margin-left:auto;margin-right:auto}.buddypress-wrap .register-page .layout-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddypress-wrap.extended-default-reg .register-page .default-profile{padding-right:0}.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding-left:0}}.gamipress-buddypress-user-details-activity{margin:0 15px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .gamipress-buddypress-user-achievements{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}@media screen and (max-width:782px){.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .gamipress-buddypress-user-achievements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.users-header .center-view .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .center-view .gamipress-buddypress-points,.users-header .center-view .gamipress-buddypress-ranks,.users-header .center-view .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .center-view .gamipress-buddypress-user-achievements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{margin-top:0;margin-bottom:0}.users-header .gamipress-buddypress-points-type{margin:0 10px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-right:5px}body #buddypress #item-header-cover-image span.activity{font-size:14px}.activity.gamipress-buddypress-points-label{margin-left:2px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-achievement-title{font-size:14px;margin-right:10px;margin-bottom:10px}.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-ranks{margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px}.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-rank-title{margin-right:10px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:calc(33.33333% - 10px);background-color:#fff;border:1px solid var(--global-border-color);border-radius:4px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.gamipress-columns-2 .gamipress-rank,.gamipress-columns-2>.gamipress-achievement,.gamipress-columns-2>.gamipress-points,.gamipress-columns-2>.gamipress-points-type{width:calc(50% - 10px)}}@media (max-width:1200px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:calc(50% - 10px);padding:20px}}@media (max-width:767px){.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-image{margin-right:15px;min-width:50px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0}.gamipress-open-close-switch{text-align:left;padding:5px 0;font-size:12px;text-transform:uppercase}#gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type,.gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.gamipress-user-points[class*=gamipress-columns]>.gamipress-points{background:var(--color-theme-white-box);margin:5px;border:1px solid var(--global-border-color);border-radius:4px}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4,.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px}table#gamipress-earnings-table tbody,table#gamipress-earnings-table thead{background:#fff}table#gamipress-earnings-table tbody tr td,table#gamipress-earnings-table thead tr th{padding:10px}input#gamipress-achievements-search-input{height:44px;vertical-align:middle}.gamipress-logs-list .gamipress-log{margin:5px 0;padding:5px 0;border-bottom:1px solid var(--global-border-color)}.gamipress-logs-list .gamipress-log:first-child{border-top:1px solid var(--global-border-color)}#gamipress-achievements-filter select{margin-left:0}#gamipress-achievements-search{margin-right:0}.gamipress_achievements_widget #gamipress-achievements-search{width:100%}.gamipress_achievements_widget #gamipress-achievements-search label{display:block}.gamipress_achievements_widget input#gamipress-achievements-search-input{height:42px;display:block;float:left}.bp-nouveau.media #buddypress.buddypress-wrap div#item-header div#item-header-content .gamipress-buddypress-user-details a{padding:0}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.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:0 15px 15px}.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 15px 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,.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:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .activity,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points .activity,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .activity{margin-bottom: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,.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:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.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{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.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,.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(--global-border-color);padding:3px 9px 3px 4px;-webkit-box-shadow:0 1px 2px rgba(18,43,70,.12);box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:inherit;background-color:#fff;line-height:1.5;border-radius:6px!important;-webkit-transition:all .3s ease;transition:all .3s ease}.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank img{width:20px}.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,.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;-webkit-box-shadow:0 0 2px rgba(0,0,0,.13);box-shadow:0 0 2px rgba(0,0,0,.13);margin-right:5px!important;width:20px}.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,.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!important}.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,.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!important}.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,.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!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .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-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,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-right:5px}.gamipress-achievement,.gamipress-rank,.single-rank,.single .single-achievement{padding:20px!important;background-color:#fff;border:1px solid var(--global-border-color);font-size:14px;line-height:24px;border-radius:var(--global-border-radius)!important}.gamipress-progress-map-item .gamipress-achievement-points>img{max-width:30px}.gamipress-ranks-list h2.gamipress-rank-title{margin-top:0!important}.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-right:15px}.activity-list .activity-item .activity-content .gamipress-achievement,.activity-list .activity-item .activity-content .gamipress-points-award,.activity-list .activity-item .activity-content .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 30px)!important;margin:0 15px;padding:15px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}button.gamipress-achievement-unlock-with-points-cancel-button,button.gamipress-achievement-unlock-with-points-confirm-button{background:#fff;border:1px solid #ccc;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:none;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1;border-radius:var(--global-border-radius)!important}button.gamipress-achievement-unlock-with-points-cancel-button:hover,button.gamipress-achievement-unlock-with-points-confirm-button:hover{background:#ededed;border-color:#999;color:#333;outline:none;text-decoration:none}.gamipress-achievement-congratulations,.gamipress-rank-congratulations{font-size:14px;padding:10px!important}.gamipress-achievement-congratulations p,.gamipress-rank-congratulations p{margin:0}.gamipress-achievement-earned p{margin:0 0 15px}.gamipress-achievement ul,.gamipress-rank ul,.single-rank ul,.single .single-achievement ul{margin-left:18px;padding:0}.gamipress-achievement p,.gamipress-rank p,.single-rank p,.single .single-achievement p{margin-top:0}@media screen and (min-width:46.8em){.bp-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{position:absolute;left:65px;bottom:0;opacity:0;visibility:hidden;z-index:1}.bp-list:not(.grid) .item-avatar:hover .gamipress-buddypress-user-details-listing{opacity:1;visibility:visible}}.widget .item-avatar{position:relative}body.hide-overflow{overflow:hidden}body.hide-overflow #buddypress .activity-list .bp-activity-more-options-wrap,body.hide-overflow .bp-group-avatar-content,body.hide-overflow .bp-member-avatar-content,body.hide-overflow .site-footer,body.hide-overflow .site-header-wrapper,body.hide-overflow .site-header-wrapper.has-sticky-header{z-index:0}.buddypress.widget .GamiPress-data-popup{display:none}.buddypress.widget .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{display:block!important;background-color:#fff;padding:20px 20px 10px;border:1px solid var(--global-border-color);-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.1);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 img{width:20px;height:20px;margin:0}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:18px;position:absolute;right:5px;top:5px;opacity:.8;cursor:pointer}.buddypress.widget .gamipress-buddypress-user-details-listing{display:none}.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points{display:inline-block}.buddypress.widget .showGamipressData{position:absolute;bottom:0;right:0;background-color:#fff;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 .GamiPress-data-popup.is_active .gamipress-buddypress-user-achievements{text-align:center}.buddypress.widget .showGamipressData img{height:14px!important;width:14px!important}.buddypress.widget .showGamipressData .far{font-size:12px}.users-header #mycred-users-badges{height:35px}#mycred-users-badges .the-badge{display:inline-block}.users-header #mycred-users-badges .mycred-badge-image{width:30px;height:30px;border-radius:100%;-o-object-fit:cover;object-fit:cover}#mycred-users-badges .mycred-badge-image{display:inline-block;margin:5px 5px 0 0}.buddypress-wrap .profile.public .mycred h4{border-bottom:1px solid var(--global-border-color);padding-bottom:5px}table.mycred-table tbody,table.mycred-table tfoot,table.mycred-table thead{background:#fff}table.mycred-table tbody tr td,table.mycred-table tfoot tr th,table.mycred-table thead tr th{padding:10px;border:1px solid var(--global-border-color)}.activity-inner .badgeos-achievements-list-item{padding:0;border-bottom:0}#badgeos-achievements-container .grid>li,#badgeos-achievements-container .list>li,#badgeos-earned-achievements-container .grid>li,#badgeos-earned-achievements-container .list>li,#badgeos-earned-ranks-container .grid>li,#badgeos-earned-ranks-container .list>li,.achievement-wrap.earned,.earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:1rem;padding:1em!important;border:1px solid var(--global-border-color)!important;-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.achievement-wrap.earned{margin:0}ul.badgeos-achievement-earners-list li img{max-width:50px;border-radius:100%}#badgeos-achievements-container .list>li,#badgeos-earned-achievements-container .list>li,#badgeos-earned-ranks-container .list>li{margin:1rem 0}#badgeos-earned-achievements-container .badgeos-achievements-list-item{padding:0;border:0}.badgeos-credits h3,h2.badgeos-item-title{margin:0 0 15px!important}.badgeos-item-excerpt p{margin:0}.activity-list .activity-item .activity-content .badgeos-achievements-list-item,.activity-list .activity-item .activity-content .badgeos-points-list-item,.activity-list .activity-item .activity-content .badgeos-ranks-list-item{margin:0 15px 15px}#badgeos-achievements-container .selected,#badgeos-earned-achievements-container .selected,#badgeos-earned-ranks-container .selected{background-color:#111!important}table.badgeos-rank-table tbody,table.badgeos-rank-table tfoot,table.badgeos-rank-table thead{background:#fff}table.badgeos-rank-table tbody tr td,table.badgeos-rank-table tfoot tr th,table.badgeos-rank-table thead tr th{padding:10px;border:1px solid var(--global-border-color)}.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:20px 1%}.earned-user-credits-wrapper .badgeos-credits:nth-child(2n){margin:20px 2%}.earned-user-credits-wrapper .badgeos-credits .badgeos-earned-credit{padding:0}@media (max-width:767px){#badgeos-achievements-container .grid>li,#badgeos-earned-achievements-container .grid>li,#badgeos-earned-ranks-container .grid>li,.earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){width:100%!important;margin:1rem 0}#badgeos-achievements-container .badgeos-arrange-buttons,#badgeos-earned-achievements-container .badgeos-arrange-buttons,#badgeos-earned-ranks-container .badgeos-arrange-buttons{margin-top:15px}}@media (max-width:400px){.badgeos-rank-table{font-size:12px}}.buddyx-badge{margin:5px 0}.buddyx-badge .ps-badgeos__list{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-flow:row wrap;flex-flow:row wrap}@media screen and (max-width:782px){.buddyx-badge .ps-badgeos__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.buddyx-badge .ps-badgeos__item img{max-width:36px;margin:5px 5px 0 0}.groups-list .bgr-header-row{width:100%;text-align:center}.bpchk-marker-container{margin-top:10px}#whats-new-toolbar .bpchk-marker-container{margin-top:0}.bp-checkins.bp-checkin-panel{width:100%;margin:0 0 15px}@media screen and (min-width:46.8em){#whats-new-options .post-elements-buttons-item:first-child{margin-left:0!important}[dir=rtl] #whats-new-options .post-elements-buttons-item:first-child{margin-left:10px!important;margin-right:0!important}}.quote-btn{margin-top:10px}#whats-new-toolbar .quote-btn{margin-top:0}.bp-nouveau .site-wrapper .bpquotes-bg-selection-div{margin-bottom:5px}[dir=rtl] .bp-nouveau .site-wrapper .bpquotes-bg-selection-div{margin-left:0;margin-right:0}.bp-nouveau .site-wrapper .bpolls-html-container{margin-top:10px}.bp-nouveau .site-wrapper #whats-new-toolbar .bpolls-html-container{margin-top:0}[dir=rtl] .bp-nouveau .site-wrapper .bpolls-polls-option-html{margin-right:0}.buddypress-wrap .profile .bp-widget abbr{display:block;padding-bottom:5px;border-bottom:1px solid var(--global-border-color);cursor:auto}.bp-nouveau .activity-list .activity-item .activity-meta.action .bp-share-button:before{margin-right:5px}body:not(.logged-in) .activity-list .activity-item .activity-meta .bp-share-button{margin:15px}body:not(.logged-in) .bp-share-btn.generic-button{font-family:inherit;font-size:14px;margin:10px;border-radius:3px!important;padding:8px 12px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--global-border-color);outline:0;vertical-align:middle;-webkit-transition:all .2s linear;transition:all .2s linear;margin:15px!important}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button:before{font-size:18px}.birthday-item-content i{margin-left:5px}.buddypress-wrap .bgr-group-review-no-popup-add-block .bgr-submit-review,.buddypress .buddypress-wrap .bgr-group-review-no-popup-add-block .bgr-submit-review,.bupr-bp-member-review-no-popup-add-block #bupr_save_review{font-size:14px}.member-review-stars{font-size:14px;margin:5px 0 0}.rating-bgr{font-size:14px}#bupr_member_review_id{padding:0}#frm_buddypress-edit-activity textarea{width:calc(100% - 30px)!important;min-height:60px;margin:0 15px 15px!important}#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button.buddyboss_edit_activity{margin-right:11px;margin-top:15px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-edit:before{content:"\f464"}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity_cancel:before{content:"\f335"}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-save:before{content:"\f15e"}.groups-header .bp-group-type-list{font-size:inherit}@media screen and (max-width:782px){.groups-header .bp-group-type-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.item-list.groups-list.bp-list:not(.grid) .item-meta.wb-bpgt-group-types{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{font-size:14px;color:inherit}.wp-embed-share-tab-button{display:inline-block!important}.wp-embed-share-tab[aria-hidden=true]{display:none!important}.wp-embed-share-tab{margin-top:10px}.search-results.buddypress-global-search form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.search-results.buddypress-global-search .item-list-tabs>ul{border-bottom:1px solid var(--global-border-color)}.search-results.buddypress-global-search .activity_comment-list .activity-content{margin-left:65px}.search-results.buddypress-global-search .activity_comment-list .item-meta{float:none;text-align:left}.search-results.buddypress-global-search .activity_comment-list .activity-avatar img.avatar{margin-top:10px}.search-results.buddypress-global-search #buddypress .results-group .activity-list .activity-content{margin-left:0}.search-results.buddypress-global-search .activity-list .item-avatar p{margin:0}.search-results.buddypress-global-search .activity-list .activity-avatar img.avatar{margin:15px}.search-results.buddypress-global-search .activity-list .activity-content .activity-header{padding:15px}.search-results.buddypress-global-search .activity-list.item-list .activity-item .activity-avatar{margin-right:0}body.search-results.buddypress-global-search #buddypress .bp-list .activity-comments .acomment-meta p,body.search-results.buddypress-global-search .bp-list li .item .list-title{margin:0}body.search-results.buddypress-global-search .bp-list li .action{text-align:left}@media screen and (min-width:60em){.has-sidebar-right.search-results.buddypress-global-search .site-wrapper{display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-left.search-results.buddypress-global-search .site-wrapper{display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.activity-giphy-container,.bp-giphy-html-container{margin-top:10px}#whats-new-toolbar .activity-giphy-container,#whats-new-toolbar .bp-giphy-html-container,.bp-giphy-comment-html-container.bp-giphy-html-container{margin-top:0}.buddypress-giphy-active form.ac-form .ac-reply-content .bp-giphy-html-container{float:left}[dir=rtl] .buddypress-giphy-active form.ac-form .ac-reply-content .bp-giphy-html-container{float:right}.mce-container button{background:transparent!important;border:0!important}form#mpp-whats-new-form p.activity-greeting{margin-top:0}#mpp-whats-new-options{min-height:60px}.mpp-activity-header .time-since{float:none;display:block}.mpp-activity-list .mpp-activity-content .mpp-activity-inner,.mpp-activity-list .mpp-activity-content blockquote{margin-top:0}.buddypress-wrap .mpp-upload-buttons a{margin-right:8px}.buddypress-wrap .mpp-upload-buttons a img{max-width:20px}.buddypress-wrap .activity-form .mpp-upload-buttons,.buddypress-wrap .mpp-upload-buttons{display:none}.buddypress-wrap .activity-form.activity-form-expanded .mpp-upload-buttons{display:block}.buddypress-wrap .mpp-upload-buttons{padding:0 10px}#mpp-activity-upload-buttons{width:100%;margin-bottom:15px}.mpp-upload-container-active{display:block!important;-webkit-transition:none!important;transition:none!important;height:auto!important;overflow:visible!important}.mpp-uploading-media-list ul{margin-left:0}.mpp-uploading-media-list ul .fluid-width-video-wrapper{width:200px}button#mpp-add-remote-media{min-height:38px;padding:14px 15px;border-radius:3px}.mpp-single-gallery-audio-list .mpp-item-content.mpp-audio-content.mpp-audio-player{display:none}.mpp-g:not(.mpp-form-wrap){margin:0 -15px}.mpp-g.mpp-bulk-edit-media-action-row,.mpp-g.mpp-bulk-edit-media-item,.mpp-g.mpp-form-wrap,.mpp-g.ui-sortable,.mpp-gallery-edit-form .mpp-g,.mpp-media-edit-form .mpp-g{margin:0}.mpp-item{padding:15px}.activity-inner .mpp-item{padding:0}.mpp-item .mpp-item-thumbnail img{width:100%;margin-bottom:15px}#change-gallery-cover a,.mpp-item-actions a,a.mpp-gallery-title{margin-top:5px;padding:2px 10px;display:inline-block;font-size:14px;border:1px solid;border-radius:4px}.mpp-type-navs .mpp-nav a{background:transparent!important}select#mpp-edit-media-bulk-action,select#mpp-gallery-status,select#mpp-gallery-type,select#mpp-media-status{padding-right:40px}.mpp-g.mpp-bulk-edit-media-action-row,.mpp-g.mpp-bulk-edit-media-item,.mpp-g.mpp-form-wrap{margin-bottom:20px}.mpp-g.mpp-bulk-edit-media-item select,.mpp-g.mpp-form-wrap select{padding-right:40px}.mpp-breadcrumbs{margin-bottom:15px;background:transparent;color:inherit}.mpp-activity-meta a.button:empty{display:none!important}.mpp-menu.mpp-menu-horizontal li .mpp-menu-children,.mpp-menu.mpp-menu-open{background:transparent}div.mpp-bulk-edit-media-action-row select{padding:.5em .6em}.mpp-menu a.mpp-selected-item{color:var(--color-theme-primary)}.buddyx-mediapress .mejs-button>button{background:transparent url(../images/mejs-controls.svg)!important;padding:0!important;width:20px!important;border:0!important}.buddyx-mediapress .mejs-play>button{background-position:0 0!important}.buddyx-mediapress .mejs-pause>button{background-position:-20px 0!important}.buddyx-mediapress .mejs-replay>button{background-position:-160px 0!important}.buddyx-mediapress .mejs-fullscreen-button>button{background-position:-80px 0!important}.buddyx-mediapress .mejs-unfullscreen>button{background-position:-100px 0!important}.buddyx-mediapress .mejs-mute>button{background-position:-60px 0!important}.buddyx-mediapress .mejs-unmute>button{background-position:-40px 0!important}.buddyx-mediapress .mejs-captions-button>button{background-position:-140px 0!important}.buddyx-mediapress .mejs-chapters-button>button{background-position:-180px 0!important}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list{padding:0 15px 15px}.mpp-paginator ul li{padding:0}.mpp-paginator ul .page-numbers{margin:0 5px 5px 0;padding:.5em 1em;background:transparent!important;color:#565a62!important;display:inline-block;font-size:1em;float:none;line-height:1.5;border-radius:2px;-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out}.mpp-paginator ul .page-numbers.current,.mpp-paginator ul .page-numbers:hover{background:#e6e6e6!important;color:#565a62!important}.mpp-form input[type=color],.mpp-form input[type=date],.mpp-form input[type=datetime-local],.mpp-form input[type=datetime],.mpp-form input[type=email],.mpp-form input[type=month],.mpp-form input[type=number],.mpp-form input[type=password],.mpp-form input[type=search],.mpp-form input[type=tel],.mpp-form input[type=text],.mpp-form input[type=time],.mpp-form input[type=url],.mpp-form input[type=week],.mpp-form select,.mpp-form textarea{-webkit-box-shadow:none;box-shadow:none}.buddyx-bpges .group-subscription-div #js-dialogtooltip{z-index:99}@media screen and (max-width:782px){.buddyx-bpges .group-subscription-div #js-dialogtooltip{width:auto}}#groups-dir-list .group-subscription-div,#groups-list .group-subscription-div{padding-top:10px!important;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}#groups-dir-list .group-subscription-div .gemail_icon,#groups-list .group-subscription-div .gemail_icon{padding:0;background:none!important;margin:10px 0 0}#groups-dir-list .group-subscription-div .group-subscription-status,#groups-list .group-subscription-div .group-subscription-status{margin-top:10px}.buddyx-bpges .group-subscription-div .group-email-tooltip #js-tooltip-content a{display:inline-block;margin:0 .4em .4em 0;width:auto;background:transparent;border:0;color:inherit;font-size:inherit;font-weight:700;padding:0;text-decoration:underline}.buddyx-bpges .group-subscription-div{padding-top:6px;font-size:11px}.buddyx-bpges .bp-list li .item,.buddyx-bpges .grid>li .list-wrap{overflow:visible}button.ges-change,button.ges-change:hover{padding:3px 6px!important}.ass-email-type{margin:15px 0}.ass-email-type label input{margin-right:7px}@media screen and (min-width:46.8em){body.bp-nouveau.groups.buddyx-bpges:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:auto}}.bpfb_form_container{padding:0;background:transparent}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos{background:none;position:relative}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks:before,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos:before,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos:before{font-family:FontAwesome;font-weight:900;font-size:18px}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos:before{content:"\f030"}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos:before{content:"\f03d"}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks:before{content:"\f0c1"}ul#bpfb_tmp_photo_list{display:none}.bpfb_preview_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:10px}input#bpfb_add_remote_image{margin:10px 0 0}.bpfb_preview_photo_item{border:3px solid rgba(0,0,0,.2)}input#bpfb_link_preview_url,input#bpfb_video_url,input.bpfb_remote_image{margin:0 0 15px;width:calc(100% - 15px)!important}input.bpfb_remote_image{margin:15px 0}.bpfb_images{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:5px 10px}.bpfb_images br{display:none}.bpfb_images a{line-height:0;margin:5px}.bpfb_final_link{margin:0 15px 15px;padding:15px 15px 5px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;content:"";display:table;clear:both}.bpfb_final_link .bpfb_link_contents{margin-left:20px;width:calc(100% - 200px)}.bpfb_final_link .bpfb_link_contents>*{margin:0 0 10px}.bpfb_actions_container{padding:0 15px}.bpfb_preview_container table tbody td>*{padding:5px 0}.bpfb_action_container p{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px;-ms-flex-flow:wrap;flex-flow:wrap;margin:0}@media screen and (max-width:46.8em){.bpfb_final_link .bpfb_link_preview_container{float:none;width:100%;height:auto;margin:0 0 20px}.bpfb_final_link .bpfb_link_contents{margin-left:0;width:100%}.bpfb_preview_container{overflow:auto}}.activity-list.bp-list .activity-item .activity-meta.action .bplua-close-activity,.activity-list.bp-list .activity-item .activity-meta.action .bplua-open-activity{margin-right:11px;margin-top:15px}.activity-list .activity-item .activity-meta.action .bplua-close-activity:before,.activity-list .activity-item .activity-meta.action .bplua-open-activity:before{font-family:dashicons;font-size:18px;vertical-align:bottom}.activity-list .activity-item .activity-meta.action .bplua-open-activity:before{content:"\f528"}.activity-list .activity-item .activity-meta.action .bplua-close-activity:before{content:"\f160"}.thickbox-loading #TB_ajaxContent{margin:auto;padding:15px;height:100%!important}.thickbox-loading #TB_title{height:40px;padding-top:5px;padding-bottom:5px}.thickbox-loading textarea#whats-new-profile-ux{margin-bottom:10px}.thickbox-loading form#private-message-form-ux label[for=private_message_content],.thickbox-loading form#private-message-form-ux label[for=private_message_subject],.thickbox-loading form#public-message-form-ux label[for=public_message_content]{display:block}.thickbox-loading form#private-message-form-ux input#private_message_subject{width:100%}@media screen and (max-width:450px){#TB_window.thickbox-loading{max-width:285px!important;margin-left:auto!important;margin-right:auto!important;left:0;right:0}.thickbox-loading #TB_ajaxContent{width:100%!important}}body.bmpro_moderation_content .member-home aside{display:none}@media screen and (min-width:60em){body.bmpro_moderation_content.has-single-member-sidebar .member-home{grid-template-columns:1fr}}.bpstatus-icon{margin-top:8px;display:inline-block}#whats-new-toolbar .bpstatus-icon{margin-top:0}.member-info-wrapper img.bpsts-name-icon{display:inline-block}ul.component-navigation.bp-docs-nav{margin-left:0}.activity-share-modal .activity-list .activity-item .activity-header{margin-bottom:0}.activity-list.bp-list .activity-reshare-item-container>.activity-item{padding:1rem;margin:1rem}.post-reshare-item-container .post-preview{margin-left:15px;margin-right:15px}.activity-list .activity-item .activity-meta.action .bp-activity-share-btn .bp-screen-reader-text{margin-left:0}.bp-activity-share-button:before{margin-right:5px!important}#bp-activity-share-widget-box-status-header .buddyx-content-wrp{margin-top:1rem}.activity-list.bp-list .activity-reshare-item-container .activity-header{padding-left:65px;padding-bottom:10px}.activity-list .activity-content .activity-inner .activity-reshare-item-container img:not(.avatar),.activity-share-modal .activity-list .activity-content .activity-inner img:not(.avatar){width:100%;max-width:100%;margin:0 0 15px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .bb-post-title,.activity-list .activity-content .activity-inner .activity-reshare-item-container .buddyx-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .bb-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .buddyx-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .buddyx-content-wrp p{margin:0!important;padding:0}.buddypress-wrap .activity-inner .activity-reshare-item-container p{margin:0!important;padding:0!important}.activity-list li.bbp_reply_create .activity-content .activity-inner blockquote,.activity-list li.bbp_topic_create .activity-content .activity-inner blockquote{margin-left:15px}.buddypress-wrap ul.subnav li#members-order-select{padding:10px 0}.buddypress-wrap ul.subnav li#members-order-select label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle}body.resume.has-single-member-sidebar .site-wrapper.member-home .primary-sidebar{display:none}body.resume.has-single-member-sidebar .member-home{grid-template-columns:1fr}.activity-link-preview-container{width:calc(100% - 30px);margin:0 15px;border-radius:var(--global-border-radius)!important}.activity-link-preview-title,.activity-list .activity-item .activity-content .activity-link-preview-title{padding:0}.activity-update-form #whats-new-buttons{margin:0 15px 0 0;padding:0}.activity-update-form #whats-new-buttons .dashicons-admin-media:before{font-family:dashicons}div#bp-attachments-activity-medium-preview{margin:0;padding:.5em;border:1px solid var(--global-border-color);border-radius:var(--form-border-radius)!important}div#bp-attachments-activity-medium-preview:empty{padding:0;border:0}div#bp-attachments-activity-medium-preview dl.bp-attachment-meta dd{margin:0 0 0 .5em}body.activity.buddypress figure.wp-block-bp-image-attachment img,body.activity.buddypress figure.wp-block-bp-image-attachment video{margin-top:0}body.activity.buddypress figure a,body.activity.buddypress figure a img{width:100%}body.activity.buddypress figure figcaption{margin:.5em 15px}.wp-block-bp-audio-attachment audio{padding:0 15px}body.activity.buddypress div.wp-block-bp-file-attachment{padding:15px}#bp-media-library .components-button,#bp-media-library .media-toolbar-secondary .media-button,#bp-media-library .split-button .split-button-head a,#bp-media-library .split-button .split-button-primary,#bp-media-library .split-button .split-button-toggle,.activity-update-form #whats-new-buttons>li button,.components-button.is-primary,.components-button.is-secondary,.components-button.is-tertiary,.components-modal__frame .components-button,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button,body.personal.attachments #bp-media-library .components-button.is-secondary,body.personal.attachments #bp-media-library .components-button.is-tertiary,body.personal.attachments #bp-media-library .split-button .split-button-toggle{font-family:inherit;font-size:medium;color:var(--button-text-color)!important;background-color:var(--button-background-color)!important;border-radius:var(--button-border-radius)!important;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;max-height:100%!important;line-height:1.3;border:1px solid var(--button-border-color)!important;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#bp-media-library .components-button:hover,#bp-media-library .media-toolbar-secondary .media-button:hover,#bp-media-library .split-button .split-button-head a:hover,#bp-media-library .split-button .split-button-primary:hover,#bp-media-library .split-button .split-button-toggle:hover,.activity-update-form #whats-new-buttons>li button:hover,.components-button.is-primary:hover,.components-button.is-secondary:hover,.components-button.is-tertiary:hover,.components-modal__frame .components-button:hover,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button:hover,body.personal.attachments #bp-media-library .components-button.is-secondary:hover,body.personal.attachments #bp-media-library .components-button.is-tertiary:hover,body.personal.attachments #bp-media-library .split-button .split-button-toggle:hover{background-color:var(--button-background-hover-color)!important;border:1px solid var(--button-border-hover-color)!important;color:var(--button-text-hover-color)!important}body.personal.attachments #bp-media-library .wp-filter .view-switch a:before{color:inherit}body.personal.attachments #bp-media-library .wp-filter .view-switch a.current:before{color:var(--color-theme-primary)}body.personal.attachments #bp-media-library .screen-heading{font-size:20px;font-weight:400;margin:auto 10px auto auto;padding-bottom:5px}body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;width:100%;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:inherit}@media (min-width:46.8em){body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{width:200px}}@media (max-width:480px){.bp-attachments-media-list .media-items.list .media-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-attachments-media-list .media-items.list .media-item .item-description{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;height:auto}}#bp-media-library .split-button{top:auto}#bp-media-library .split-button .split-button-toggle i{padding:0}#bp-media-library .split-button .split-button-body li+li{margin-top:5px}#bp-media-library .uploader-container.enabled{font-size:16px;background:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:6px}.bp-attachments-media-list .media-item{min-width:100px}.bp-attachments-media-list .media-item .media-name{font-size:14px}@media (max-width:46.8em){.bp-attachment-edit-item{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.bp-attachment-edit-item__form,.bp-attachment-edit-item__preview{width:100%}}.bp-attachment-edit-item audio,.bp-attachment-edit-item video{width:100%}.bp-attachment-edit-item__form-actions button{margin-bottom:1em}#bp-media-library .split-button .split-button-toggle{margin-left:15px;padding:4px}.components-form-file-upload .components-button{height:100%} \ No newline at end of file diff --git a/assets/css/content.css b/assets/css/content.css index f0c7f2c..10f2d3f 100755 --- a/assets/css/content.css +++ b/assets/css/content.css @@ -9,24 +9,6 @@ # Alignments # Custom block colors # Custom font sizes -# Post Layouts - # Post Default Layout - # Post List Layout - # Post Grid Layout - # Post Masonry Layout -# Post Formats - # Quote - # Audio - # Link - # Gallery - # Video -# Single Post - # Title Over - # Section Half - # Title Above - # Title Below - # Social Box - # Progress Bar --------------------------------------------------------------*/ @@ -192,12 +174,16 @@ .entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, -.entry-content .wp-video, -p { +.entry-content .wp-video { margin: 0; margin-bottom: 1.5em; } +p { + margin: 0; + margin-bottom: 15px; +} + .entry-content ul.wp-block-list li, .entry-content ol.wp-block-list li { margin-bottom: 10px; @@ -283,35 +269,6 @@ article .entry-header { } } -.post-meta-tags .post-meta-tag__item { - display: inline-block; -} - -.post-meta-tags .post-meta-tag__item>a { - color: var(--color-theme-primary); -} - -.post-meta-tags.badge { - display: flex; - flex-flow: wrap; - gap: 10px; -} - -.post-meta-tags.badge .post-meta-tag__item>a { - background-color: var(--color-theme-primary); - color: #fff; - display: inline-block; - padding: 4px 8px; - font-size: 13px; - line-height: 1.2; - font-weight: 400; - border-radius: 3px; -} - -.post-meta-tags.underline .post-meta-tag__item>a { - text-decoration: underline; -} - /*-------------------------------------------------------------- ## Alignments --------------------------------------------------------------*/ @@ -465,1103 +422,4 @@ article .entry-header { .has-larger-font-size { font-size: var(--font-size-larger); -} - - -/*-------------------------------------------------------------- -## Post Default Layout. ---------------------------------------------------------------*/ - -.buddyx-article { - transition: all linear .2s; -} - -.buddyx-article:hover { - box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12); -} - -.buddyx-article--default { - margin-bottom: 1rem; -} - -.buddyx-article--default .buddyx-article { - position: relative; - margin: 0; - padding: 1em; - border: 1px solid var(--global-border-color); - border-radius: var(--global-border-radius); - background: var(--color-theme-white-box); -} - -.buddyx-article--default .buddyx-article.sticky { - box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5); -} - -.buddyx-article .entry-content { - margin-top: 0; -} - -.buddyx-article .entry-content p { - margin: 0; -} - -.buddyx-article-col { - position: relative; - margin-top: var(--el-spacing); - margin-bottom: var(--el-spacing); -} - -.buddyx-article-col .entry-title { - margin-bottom: 0; -} - -@media (min-width: 992px) { - .buddyx-article--default .buddyx-article-col { - margin-top: calc(var(--el-spacing) * 1); - margin-bottom: calc(var(--el-spacing) * 1); - } -} - -.buddyx-article-col:first-child { - margin-top: 0; -} - -.buddyx-article-col:last-child { - margin-bottom: 0; -} - -.buddyx-article-col .meta-category__item span { - display: none; -} - -.buddyx-article-col .meta-category__item:not(:first-child) { - display: none; -} - -.buddyx-article:after { - content: " "; - display: block; - clear: both; -} - -.buddyx-article--default .buddyx-article>* { - margin-bottom: calc(var(--el-spacing) / 2); -} - -.buddyx-article--default .buddyx-article>*:last-child { - margin-bottom: 0; -} - -.buddyx-article--default a.post-thumbnail { - display: block; -} - -.buddyx-post-thumbnail p { - margin: 0; -} - -.buddyx-article--default .post-thumbnail img { - border-radius: var(--global-border-radius); -} - - -/*-------------------------------------------------------------- -## Post List Layout. ---------------------------------------------------------------*/ - -.buddyx-article--list .buddyx-article { - position: relative; - margin: 0; - padding: 1em; - border: 1px solid var(--global-border-color); - border-radius: var(--global-border-radius); - background: var(--color-theme-white-box); -} - -.buddyx-article--list .buddyx-article.sticky { - box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5); -} - -.buddyx-article--list .buddyx-article .buddyx-post-thumbnail, -.buddyx-article--list .buddyx-article .post-thumbnail { - margin-bottom: 0; - height: 100%; -} - -.buddyx-article--list .buddyx-article .entry-title { - display: flex; - align-items: center; - position: relative; - clear: inherit; -} - -.buddyx-article--list .entry-content { - display: flex; - line-height: 1.5; -} - -.buddyx-article-col .entry-content { - font-size: var(--bx-article-list); - max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 2)); - overflow: hidden; - display: block; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: var(--line-clamp-list-text, 2); - text-overflow: -o-ellipsis-lastline; -} - -@media (min-width: 768px) { - .buddyx-article-col .entry-content { - font-size: var(--bx-article-list); - max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 2)); - } -} - -@media (min-width: 992px) { - .buddyx-article-col .entry-content { - font-size: var(--bx-article-list); - max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 2)); - } -} - -.buddyx-article-col article .entry-content { - font-size: var(--bx-article-list); - max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 3)); - overflow: hidden; - display: block; - display: -webkit-box; - -webkit-box-orient: vertical; - -webkit-line-clamp: var(--line-clamp-list-text, 3); - text-overflow: -o-ellipsis-lastline; -} - -@media (min-width: 768px) { - .buddyx-article-col article .entry-content { - font-size: var(--bx-article-list); - max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 3)); - } -} - -@media (min-width: 992px) { - .buddyx-article-col article .entry-content { - font-size: var(--bx-article-list); - max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 3)); - } -} - -.buddyx-article-list-inner { - display: flex; -} - -.buddyx-article-list-content>* { - margin-bottom: calc(2em / 2.5); -} - -.buddyx-article-list-content>*:last-child { - margin-bottom: 0; -} - -.buddyx-article-list-thumbnail { - flex: 0 0 30%; - margin-right: 20px; -} - -.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail { - max-width: 30%; -} - -.buddyx-article-list-thumbnail .post-thumbnail img { - height: 100%; - object-fit: cover; - border-radius: var(--global-border-radius); -} - -.buddyx-article-list-thumbnail:empty { - display: none; -} - -.buddyx-article-list-content { - width: 100%; -} - -.buddyx-article--list.thumb-right .buddyx-article-list-inner { - flex-direction: row-reverse; -} - -.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail { - margin-left: 20px; - margin-right: auto; -} - -@media (max-width: 480px) { - .buddyx-article-list-inner { - flex-flow: wrap; - } - - .buddyx-article-list-thumbnail { - flex: 0 0 100%; - margin-right: 0; - margin-bottom: 15px; - } - - .buddyx-article--list .format-gallery .buddyx-article-list-thumbnail { - max-width: 100%; - } - - .buddyx-article--list.thumb-right .buddyx-article-list-thumbnail { - margin-left: auto; - } -} - - -/*-------------------------------------------------------------- -## Post Grid Layout. ---------------------------------------------------------------*/ - -.buddyx-article--grid { - margin: -15px; - margin-bottom: 15px; -} - -.buddyx-article--grid .buddyx-article { - margin: 0; -} - -.buddyx-article--grid .buddyx-article:before { - display: block; - position: absolute; - left: 8px; - top: 8px; - font-family: "FontAwesome"; - font-size: 30px; - font-weight: 900; - line-height: normal; - z-index: 1; -} - -.buddyx-article--grid .buddyx-article.format-image:before { - content: "\f03e"; -} - -.buddyx-article--grid .buddyx-article.format-audio:before { - content: "\f144"; -} - -.buddyx-article--grid .buddyx-article.format-video:before { - content: "\f03d"; -} - -.buddyx-article--grid .buddyx-article.format-gallery:before { - content: "\f03e"; -} - -.buddyx-article--grid .buddyx-article.format-quote:before { - content: "\f10d"; -} - -.buddyx-article--grid .buddyx-article.format-link:before { - content: "\f0c1"; -} - -.buddyx-article--grid .buddyx-article.has-post-thumbnail:before { - color: #fff; - z-index: 2; -} - -.buddyx-article--grid .buddyx-article-col { - margin: 0; - padding: 15px; - width: 100%; -} - -@media (min-width: 992px) { - .buddyx-article--grid.two-column { - display: grid; - grid-auto-rows: minmax(auto, auto); - grid-auto-flow: dense; - grid-template-columns: repeat(2, 1fr); - } -} - -.buddyx-article--grid .buddyx-article { - height: 100%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - text-align: center; - margin-bottom: 0; - padding: 0; - background-color: #ececec; - border-radius: var(--global-border-radius); -} - -.buddyx-article-grid-thumbnail { - float: none !important; - margin: 0 !important; - width: 100% !important; - height: 100%; - position: absolute; - top: 0; - left: 0; - overflow: hidden; - border-radius: var(--global-border-radius); -} - -.buddyx-article-grid-content { - grid-column-start: 1; - grid-column-end: 2; - grid-row-start: 1; - grid-row-end: 2; - margin-top: 0; - margin-bottom: 0; - display: flex; - flex-direction: column; - align-items: center; - text-align: center; - padding: 3rem; -} - -.buddyx-article-grid-content .post-meta-category, -.buddyx-article-grid-content .entry-header-title, -.buddyx-article-grid-content .entry-content, -.buddyx-article-grid-content .entry-meta { - z-index: 1; -} - -.buddyx-article--grid .has-post-thumbnail.buddyx-article a, -.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content, -.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta { - color: #fff; -} - -.buddyx-article-grid-content>* { - margin-bottom: calc(2em / 2.5); -} - -.buddyx-article-grid-content>*:last-child { - margin-bottom: 0; -} - -.buddyx-article--grid a.post-thumbnail:before { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1; - transition: all .3s; - pointer-events: none; - background: rgba(0, 0, 0, 0.6); -} - -.buddyx-article--grid .post-thumbnail img { - height: 100%; - object-fit: cover; - transition: all .5s; -} - -.buddyx-article--grid .buddyx-article:hover .post-thumbnail img { - transform: scale(1.1); -} - -.buddyx-article--grid a.post-thumbnail:hover:before { - opacity: 0.6; -} - -.entry-meta__content { - text-align: left; - margin-right: 20px; - flex: 1; -} - - -/*-------------------------------------------------------------- -## Post Masonry Layout. ---------------------------------------------------------------*/ - -.buddyx-article--masonry.without-masonry { - display: flex; - flex-flow: wrap; -} - -.buddyx-article--masonry.without-masonry .buddyx-grid-sizer { - display: none; -} - -.buddyx-article--masonry.without-masonry .buddyx-article { - height: 100%; -} - -.buddyx-article--masonry { - margin: -15px; - margin-bottom: 15px; -} - -.buddyx-article--masonry .buddyx-article-col { - margin: 0; - width: 100%; - padding: 15px; -} - -.buddyx-article--masonry .buddyx-article { - position: relative; - margin: 0; - padding: 1rem; - border: 1px solid var(--global-border-color); - border-radius: var(--global-border-radius); - background: var(--color-theme-white-box); - display: flex; - flex-direction: column; -} - -.buddyx-article--masonry .buddyx-article.sticky { - box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5); -} - -.buddyx-article--masonry .buddyx-article>* { - margin-bottom: calc(var(--el-spacing) / 2.5); -} - -.buddyx-article--masonry .buddyx-article>*:last-child { - margin-bottom: 0; - margin-top: auto; -} - -.buddyx-article--masonry a.post-thumbnail { - display: block; -} - -.buddyx-article--masonry .buddyx-quote-block, -.buddyx-article--masonry a.post-thumbnail img { - border-radius: 5px; -} - -.buddyx-masonry-1 .buddyx-grid-sizer, -.buddyx-masonry-1 .buddyx-article-col { - width: 100%; -} - -.buddyx-masonry-2 .buddyx-grid-sizer, -.buddyx-masonry-2 .buddyx-article-col { - width: 50%; -} - -.buddyx-masonry-3 .buddyx-grid-sizer, -.buddyx-masonry-3 .buddyx-article-col { - width: 33.33333%; -} - -@media (max-width: 992px) { - - .buddyx-masonry-3 .buddyx-grid-sizer, - .buddyx-masonry-3 .buddyx-article-col { - width: 50%; - } -} - -@media (max-width: 768px) { - - .buddyx-masonry-2 .buddyx-grid-sizer, - .buddyx-masonry-2 .buddyx-article-col, - .buddyx-masonry-3 .buddyx-grid-sizer, - .buddyx-masonry-3 .buddyx-article-col { - width: 100%; - } -} - - -/*-------------------------------------------------------------- -## Quote ---------------------------------------------------------------*/ - -.buddyx-quote-block { - display: flex; - align-items: center; - justify-content: center; - background-size: 100% 100%; - background-repeat: no-repeat; - background-color: #2f4f4f; - background-size: cover; -} - -.buddyx-article--default .buddyx-quote-block { - min-height: 300px; -} - -.buddyx-quote-block:after { - content: ""; - display: block; - background-image: linear-gradient(226deg, #96CE4E 0%, #0ACD7E 100%); -} - -.buddyx-quote-block .wp-block-quote { - font-size: 20px; - border-left: 0; - margin: 0; - padding: 20px; -} - -.buddyx-quote-block .wp-block-quote:before { - content: "\f10d"; - font-family: "FontAwesome"; - font-weight: 900; - color: #fff; - margin-bottom: 20px; - display: block; -} - -.buddyx-quote-block p, -.buddyx-quote-block cite { - color: #fff; -} - -.buddyx-quote-block p { - font-size: 20px; -} - -.buddyx-quote-block cite { - margin-top: 15px; - font-size: 13px; -} - - -/*-------------------------------------------------------------- -## Audio ---------------------------------------------------------------*/ - -.buddyx-audio-block iframe { - width: 100%; -} - -.buddyx-article--list .buddyx-audio-block iframe { - height: 100%; -} - - -/*-------------------------------------------------------------- -## Link ---------------------------------------------------------------*/ - -.buddyx-link-block.buddyx-post-thumbnail a i { - margin-right: 5px; -} - -.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail { - display: flex; - align-items: center; - justify-content: center; - background: #e3e3e3; - position: relative; -} - -.buddyx-article--list .has-post-thumbnail a.buddyx-link-format { - position: absolute; - color: #fff; -} - -.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail, -.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail { - margin-bottom: calc(var(--el-spacing)/2); -} - - -/*-------------------------------------------------------------- -## Gallery ---------------------------------------------------------------*/ - -.archive-buddyx-gallery-post figure, -.buddyx-post-section .buddyx-gallery-block figure { - margin: 0; -} - -.archive-buddyx-gallery-post .gallery .slick-next, -.archive-buddyx-gallery-post .gallery .slick-prev, -.buddyx-post-section .gallery .slick-next, -.buddyx-post-section .gallery .slick-prev { - background-color: #fff; - border: 0; - border-radius: 50%; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - color: #1a1a1a; - font-size: 21px; - height: 40px; - line-height: 40px; - outline: none; - padding: 0; - position: absolute; - text-align: center; - top: 44%; - transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out; - width: 40px; - z-index: 1; -} - -.archive-buddyx-gallery-post .gallery .slick-next i, -.archive-buddyx-gallery-post .gallery .slick-prev i, -.buddyx-post-section .gallery .slick-next i, -.buddyx-post-section .gallery .slick-prev i { - display: block; -} - -.archive-buddyx-gallery-post .gallery .slick-prev, -.buddyx-post-section .gallery .slick-prev { - left: 0; -} - -.archive-buddyx-gallery-post .gallery .slick-next, -.buddyx-post-section .gallery .slick-next { - right: 0; -} - -.archive-buddyx-gallery-post .gallery .slick-disabled, -.buddyx-post-section .gallery .slick-disabled { - color: #aaa; - cursor: default; -} - -.archive-buddyx-gallery-post .gallery a, -.buddyx-post-section .gallery a { - margin: 0; - padding-top: 100%; - position: relative; - display: block; -} - -.archive-buddyx-gallery-post .gallery a img, -.buddyx-post-section .gallery 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; -} - -.buddyx-article--list .slick-list, -.buddyx-post-section .slick-list { - line-height: 0; -} - - -/*-------------------------------------------------------------- -# Video ---------------------------------------------------------------*/ - -.buddyx-video-post-thumbnail-wrap { - display: flex; - align-items: center; - justify-content: center; - position: relative; - height: 100%; -} - -.buddyx-video-post-thumbnail-wrap .post-thumbnail img { - object-fit: cover; -} - -.buddyx-play-icon { - background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, 0) 100%); - position: absolute; - top: 50%; - left: 50%; - border-radius: 150px; - text-align: center; - width: 72px; - height: 72px; - line-height: 72px; - margin-top: -32px; - margin-left: -36px; - border: 6px solid rgba(255, 255, 255, .45); - color: #fff; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; -} - -.buddyx-video-block .wp-video { - margin: auto; -} - - -/*-------------------------------------------------------------- -# Single Post ---------------------------------------------------------------*/ - -.buddyx-content--small { - width: 100%; - margin-right: auto; - margin-left: auto; -} - -.single-post .site-wrapper, -.buddyx-post-section:not(.has-featured-image) { - margin-top: var(--el-spacing); -} - -.buddyx-post-section { - display: flex; - flex-direction: column; - position: relative; -} - -.entry-header--default { - margin-bottom: 0; -} - -.buddyx-content--small .buddyx-post-section .entry-media-image { - left: auto; - right: auto; - margin-left: 50%; - width: 100vw; - transform: translateX(-50%); - max-width: calc(var(--container-xl)); - position: relative; -} - -.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image { - margin-left: 0; - width: auto; - transform: none; - margin-bottom: var(--el-spacing); -} - -.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format { - margin-top: var(--el-spacing); - padding-left: var(--el-spacing); - padding-right: var(--el-spacing); - display: block; - text-align: center; -} - -@media (min-width: 576px) { - .buddyx-content--small { - max-width: var(--container-sm); - } -} - -@media (min-width: 768px) { - .buddyx-content--small { - max-width: var(--container-md); - } - - .single-post .site-wrapper, - .buddyx-post-section:not(.has-featured-image) { - margin-top: calc(var(--el-spacing) * 2); - } -} - -@media (min-width: 992px) { - - .single-post .site-wrapper, - .buddyx-post-section:not(.has-featured-image) { - margin-top: calc(var(--el-spacing) * 3); - } -} - -@media (max-width: 767px) { - .buddyx-post-section.buddyx-section-title-over .post-thumbnail { - position: relative; - z-index: 0; - width: 100%; - height: 100%; - min-height: 500px; - margin: 0 auto; - display: block; - overflow: hidden; - padding-top: 100%; - } - - .buddyx-post-section.buddyx-section-title-over .post-thumbnail>img { - object-fit: cover; - object-position: 50% 50%; - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - } - - .buddyx-post-section .post-thumbnail { - position: relative; - z-index: 0; - width: 100%; - height: 100%; - margin: 0 auto; - display: block; - overflow: hidden; - padding-top: 52.56%; - } - - .buddyx-post-section .post-thumbnail>img { - object-fit: cover; - object-position: 50% 50%; - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - } -} - - -/*-------------------------------------------------------------- -## Title Over ---------------------------------------------------------------*/ - -.buddyx-section-title-over.has-featured-image .entry-header--default { - width: 100%; - position: absolute; - bottom: calc(var(--el-spacing) * 2); - z-index: 1; -} - -.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default { - bottom: calc(var(--el-spacing) * 5); -} - -.buddyx-section-title-over.has-featured-image .post-thumbnail { - position: relative; -} - -.buddyx-section-title-over.has-featured-image .post-thumbnail:after { - content: ""; - display: block; - background: rgb(0, 0, 0, 0.1); - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; -} - -.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a, -.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title, -.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta, -.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a, -.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link { - color: #fff; -} - -.buddyx-section-title-over.has-featured-image .entry-header--default { - padding-left: var(--el-spacing); - padding-right: var(--el-spacing); -} - -.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format { - margin-bottom: var(--el-spacing); -} - -.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format { - padding-left: var(--el-spacing); - padding-right: var(--el-spacing); -} - -.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block, -.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block, -.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block, -.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block { - margin-bottom: var(--el-spacing); -} - -.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, -.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, -.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, -.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { - margin-top: var(--el-spacing); -} - -@media (min-width: 768px) { - - .buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block, - .buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block, - .buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block, - .buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block { - margin-bottom: calc(var(--el-spacing) * 2); - } - - .single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, - .single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, - .single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, - .single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { - margin-top: calc(var(--el-spacing) * 2); - } -} - -@media (min-width: 992px) { - - .buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block, - .buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block, - .buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block, - .buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block { - margin-bottom: calc(var(--el-spacing) * 3); - } - - .single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, - .single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, - .single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, - .single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { - margin-top: calc(var(--el-spacing) * 3); - } -} - -.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, -.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, -.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, -.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { - position: static; - padding: 0; -} - - -/*-------------------------------------------------------------- -## Section Half ---------------------------------------------------------------*/ - -.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block) { - margin-bottom: var(--el-spacing); -} - -@media (min-width: 768px) { - .buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block) { - margin-bottom: calc(var(--el-spacing) * 2); - } -} - -@media (min-width: 992px) { - .buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block) { - margin-bottom: calc(var(--el-spacing) * 3); - } - - .buddyx-section-half.has-featured-image { - display: flex; - flex-direction: row-reverse; - margin-left: 50%; - width: 100vw; - transform: translateX(-50%); - max-width: 1600px; - background: #f5f5f5; - } - - .single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image { - width: 50%; - margin: 0; - left: auto; - -ms-transform: none; - transform: none; - } - - .buddyx-section-half.has-featured-image .entry-header--default { - width: 50%; - bottom: calc(var(--el-spacing) * 3); - padding-right: 2rem; - padding-left: 2rem; - align-self: flex-end; - margin-top: 0; - } - - .buddyx-section-half.has-featured-image .post-thumbnail { - position: relative; - z-index: 0; - width: 100%; - height: 100%; - margin: 0 auto; - display: block; - overflow: hidden; - padding-bottom: 100%; - } - - .buddyx-section-half.has-featured-image .post-thumbnail>img { - object-fit: cover; - object-position: 50% 50%; - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - } - - .buddyx-section-half.has-featured-image .buddyx-quote-block { - height: 500px; - } -} - -@media (max-width: 992px) { - - .buddyx-section-half.has-featured-image .post-thumbnail, - .single-format-link .buddyx-section-half .buddyx-link-block, - .single-format-quote .buddyx-section-half .buddyx-quote-block, - .single-format-video .buddyx-section-half .buddyx-video-block, - .single-format-audio .buddyx-section-half .buddyx-audio-block, - .single-format-gallery .buddyx-section-half .buddyx-gallery-block { - margin-bottom: calc(var(--el-spacing) * 2); - } -} - - -/*-------------------------------------------------------------- -## Title Above ---------------------------------------------------------------*/ - -.buddyx-section-title-above.has-featured-image .entry-header--default { - margin-top: var(--el-spacing); - margin-bottom: var(--el-spacing); - order: -1; -} - -.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, -.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, -.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, -.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, -.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { - margin-bottom: var(--el-spacing); - order: -1; -} - -@media (min-width: 768px) { - .buddyx-section-title-above.has-featured-image .entry-header--default { - margin-top: calc(var(--el-spacing) * 2); - margin-bottom: calc(var(--el-spacing) * 2); - } - - .single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { - margin-bottom: calc(var(--el-spacing) * 2); - } -} - -@media (min-width: 992px) { - .buddyx-section-title-above.has-featured-image .entry-header--default { - margin-top: calc(var(--el-spacing) * 3); - margin-bottom: calc(var(--el-spacing) * 3); - } - - .single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, - .single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { - margin-bottom: calc(var(--el-spacing) * 3); - } -} - - -/*-------------------------------------------------------------- -## Title Below ---------------------------------------------------------------*/ - -.buddyx-section-title-below .post-thumbnail, -.buddyx-section-title-below .buddyx-post-thumbnail { - margin-bottom: calc(var(--el-spacing) * 2); } \ No newline at end of file diff --git a/assets/css/content.min.css b/assets/css/content.min.css index 950d3b6..49fcef2 100755 --- a/assets/css/content.min.css +++ b/assets/css/content.min.css @@ -1 +1 @@ -:root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-loader:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-site-title:#111;--color-site-title-hover:#ee4036;--color-site-tagline:#757575;--color-theme-body:#f7f7f9;--color-layout-boxed:#fff;--color-theme-white-box:#fff;--global-body-lightcolor:#fafafa;--color-header-bg:#fff;--color-menu:#111;--color-menu-hover:#ee4036;--color-menu-active:#ee4036;--color-subheader-title:#111;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--color-h1:#111;--color-h2:#111;--color-h3:#111;--color-h4:#111;--color-h5:#111;--color-h6:#111;--global-border-color:#e8e8e8;--button-text-color:#fff;--button-text-hover-color:#fff;--button-background-color:#ef5455;--button-background-hover-color:#f83939;--button-border-color:#ef5455;--button-border-hover-color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--color-footer-title:#111;--color-footer-content:#505050;--color-footer-link:#111;--color-footer-link-hover:#ef5455;--color-copyright-bg:#fff;--color-copyright-content:#505050;--color-copyright-link:#111;--color-copyright-link-hover:#ef5455;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--textarea-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;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;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:FontAwesome;font-style:normal;font-weight:400;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,p{margin:0 0 1.5em}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.post-meta-tags .post-meta-tag__item{display:inline-block}.post-meta-tags .post-meta-tag__item>a{color:#ef5455;color:var(--color-theme-primary)}.post-meta-tags.badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;grid-gap:10px;gap:10px}.post-meta-tags.badge .post-meta-tag__item>a{background-color:#ef5455;background-color:var(--color-theme-primary);color:#fff;display:inline-block;padding:4px 8px;font-size:13px;line-height:1.2;font-weight:400;border-radius:3px}.post-meta-tags.underline .post-meta-tag__item>a{text-decoration:underline}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--default .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article .entry-content{margin-top:0}.buddyx-article .entry-content p{margin:0}.buddyx-article-col{position:relative;margin-top:2rem;margin-top:var(--el-spacing);margin-bottom:2rem;margin-bottom:var(--el-spacing)}.buddyx-article-col .entry-title{margin-bottom:0}@media (min-width:992px){.buddyx-article--default .buddyx-article-col{margin-top:2rem;margin-top:calc(var(--el-spacing)*1);margin-bottom:2rem;margin-bottom:calc(var(--el-spacing)*1)}}.buddyx-article-col:first-child{margin-top:0}.buddyx-article-col:last-child{margin-bottom:0}.buddyx-article-col .meta-category__item:not(:first-child),.buddyx-article-col .meta-category__item span{display:none}.buddyx-article:after{content:" ";display:block;clear:both}.buddyx-article--default .buddyx-article>*{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.buddyx-article--default .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--default a.post-thumbnail{display:block}.buddyx-post-thumbnail p{margin:0}.buddyx-article--default .post-thumbnail img{border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article--list .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:FontAwesome;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-bottom:0;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;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0;margin-top:auto}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-quote-block{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;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:FontAwesome;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{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;background:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .gallery 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%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-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;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid hsla(0,0%,100%,.45);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;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{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}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:calc(var(--container-xl));position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{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;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:100%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3);margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)} \ No newline at end of file +:root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-loader:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-site-title:#111;--color-site-title-hover:#ee4036;--color-site-tagline:#757575;--color-theme-body:#f7f7f9;--color-layout-boxed:#fff;--color-theme-white-box:#fff;--global-body-lightcolor:#fafafa;--color-header-bg:#fff;--color-menu:#111;--color-menu-hover:#ee4036;--color-menu-active:#ee4036;--color-subheader-title:#111;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--color-h1:#111;--color-h2:#111;--color-h3:#111;--color-h4:#111;--color-h5:#111;--color-h6:#111;--global-border-color:#e8e8e8;--button-text-color:#fff;--button-text-hover-color:#fff;--button-background-color:#ef5455;--button-background-hover-color:#f83939;--button-border-color:#ef5455;--button-border-hover-color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--color-footer-title:#111;--color-footer-content:#505050;--color-footer-link:#111;--color-footer-link-hover:#ef5455;--color-copyright-bg:#fff;--color-copyright-content:#505050;--color-copyright-link:#111;--color-copyright-link-hover:#ef5455;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--textarea-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;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;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:FontAwesome;font-style:normal;font-weight:400;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video{margin:0 0 1.5em}p{margin:0 0 15px}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)} \ No newline at end of file diff --git a/assets/css/global.css b/assets/css/global.css index a70c451..77341b9 100755 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -20,6 +20,22 @@ # Site Layout # Site Sub Header Layout # Site Text Editor +# Post Layouts + # Post Default Layout + # Post List Layout + # Post Grid Layout + # Post Masonry Layout +# Post Formats + # Quote + # Audio + # Link + # Gallery + # Video +# Single Post + # Title Over + # Section Half + # Title Above + # Title Below # WP Idea Stream # Events Manager --------------------------------------------------------------*/ @@ -2163,6 +2179,7 @@ body.layout-boxed .site { .buddyx-breadcrumbs, #breadcrumbs { font-size: 14px; + margin: 0; } .buddyx-breadcrumbs a, @@ -2262,6 +2279,1152 @@ button.media-menu-item { border: 0 !important; } +/*-------------------------------------------------------------- +## Post Default Layout. +--------------------------------------------------------------*/ + +.buddyx-article { + transition: all linear .2s; +} + +.buddyx-article:hover { + box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12); +} + +.buddyx-article--default { + margin-bottom: 1rem; +} + +.buddyx-article--default .buddyx-article { + position: relative; + margin: 0; + padding: 1em; + border: 1px solid var(--global-border-color); + border-radius: var(--global-border-radius); + background: var(--color-theme-white-box); +} + +.buddyx-article--default .buddyx-article.sticky { + box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5); +} + +.buddyx-article .entry-content { + margin-top: 0; +} + +.buddyx-article .entry-content p { + margin: 0; +} + +.buddyx-article-col { + position: relative; + margin-top: var(--el-spacing); + margin-bottom: var(--el-spacing); +} + +.buddyx-article-col .entry-title { + margin-bottom: 0; +} + +@media (min-width: 992px) { + .buddyx-article--default .buddyx-article-col { + margin-top: calc(var(--el-spacing) * 1); + margin-bottom: calc(var(--el-spacing) * 1); + } +} + +.buddyx-article-col:first-child { + margin-top: 0; +} + +.buddyx-article-col:last-child { + margin-bottom: 0; +} + +.buddyx-article-col .meta-category__item span { + display: none; +} + +.buddyx-article-col .meta-category__item:not(:first-child) { + display: none; +} + +.buddyx-article:after { + content: " "; + display: block; + clear: both; +} + +.buddyx-article--default .buddyx-article>* { + margin-bottom: calc(var(--el-spacing) / 2); +} + +.buddyx-article--default .buddyx-article>*:last-child { + margin-bottom: 0; +} + +.buddyx-article--default a.post-thumbnail { + display: block; +} + +.buddyx-post-thumbnail p { + margin: 0; +} + +.buddyx-article--default .post-thumbnail img { + border-radius: var(--global-border-radius); +} + + +/*-------------------------------------------------------------- +## Post List Layout. +--------------------------------------------------------------*/ + +.buddyx-article--list .buddyx-article { + position: relative; + margin: 0; + padding: 1em; + border: 1px solid var(--global-border-color); + border-radius: var(--global-border-radius); + background: var(--color-theme-white-box); +} + +.buddyx-article--list .buddyx-article.sticky { + box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5); +} + +.buddyx-article--list .buddyx-article .buddyx-post-thumbnail, +.buddyx-article--list .buddyx-article .post-thumbnail { + margin-bottom: 0; + height: 100%; +} + +.buddyx-article--list .buddyx-article .entry-title { + display: flex; + align-items: center; + position: relative; + clear: inherit; +} + +.buddyx-article--list .entry-content { + display: flex; + line-height: 1.5; +} + +.buddyx-article-col .entry-content { + font-size: var(--bx-article-list); + max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 2)); + overflow: hidden; + display: block; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: var(--line-clamp-list-text, 2); + text-overflow: -o-ellipsis-lastline; +} + +@media (min-width: 768px) { + .buddyx-article-col .entry-content { + font-size: var(--bx-article-list); + max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 2)); + } +} + +@media (min-width: 992px) { + .buddyx-article-col .entry-content { + font-size: var(--bx-article-list); + max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 2)); + } +} + +.buddyx-article-col article .entry-content { + font-size: var(--bx-article-list); + max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 3)); + overflow: hidden; + display: block; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: var(--line-clamp-list-text, 3); + text-overflow: -o-ellipsis-lastline; +} + +@media (min-width: 768px) { + .buddyx-article-col article .entry-content { + font-size: var(--bx-article-list); + max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 3)); + } +} + +@media (min-width: 992px) { + .buddyx-article-col article .entry-content { + font-size: var(--bx-article-list); + max-height: calc(var(--bx-article-list) * 1.5 * var(--line-clamp-list-text, 3)); + } +} + +.buddyx-article-list-inner { + display: flex; +} + +.buddyx-article-list-content>* { + margin-bottom: calc(2em / 2.5); +} + +.buddyx-article-list-content>*:last-child { + margin-bottom: 0; +} + +.buddyx-article-list-thumbnail { + flex: 0 0 30%; + margin-right: 20px; +} + +.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail { + max-width: 30%; +} + +.buddyx-article-list-thumbnail .post-thumbnail img { + height: 100%; + object-fit: cover; + border-radius: var(--global-border-radius); +} + +.buddyx-article-list-thumbnail:empty { + display: none; +} + +.buddyx-article-list-content { + width: 100%; +} + +.buddyx-article--list.thumb-right .buddyx-article-list-inner { + flex-direction: row-reverse; +} + +.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail { + margin-left: 20px; + margin-right: auto; +} + +@media (max-width: 480px) { + .buddyx-article-list-inner { + flex-flow: wrap; + } + + .buddyx-article-list-thumbnail { + flex: 0 0 100%; + margin-right: 0; + margin-bottom: 15px; + } + + .buddyx-article--list .format-gallery .buddyx-article-list-thumbnail { + max-width: 100%; + } + + .buddyx-article--list.thumb-right .buddyx-article-list-thumbnail { + margin-left: auto; + } +} + + +/*-------------------------------------------------------------- +## Post Grid Layout. +--------------------------------------------------------------*/ + +.buddyx-article--grid { + margin: -15px; + margin-bottom: 15px; +} + +.buddyx-article--grid .buddyx-article { + margin: 0; +} + +.buddyx-article--grid .buddyx-article:before { + display: block; + position: absolute; + left: 8px; + top: 8px; + font-family: "FontAwesome"; + font-size: 30px; + font-weight: 900; + line-height: normal; + z-index: 1; +} + +.buddyx-article--grid .buddyx-article.format-image:before { + content: "\f03e"; +} + +.buddyx-article--grid .buddyx-article.format-audio:before { + content: "\f144"; +} + +.buddyx-article--grid .buddyx-article.format-video:before { + content: "\f03d"; +} + +.buddyx-article--grid .buddyx-article.format-gallery:before { + content: "\f03e"; +} + +.buddyx-article--grid .buddyx-article.format-quote:before { + content: "\f10d"; +} + +.buddyx-article--grid .buddyx-article.format-link:before { + content: "\f0c1"; +} + +.buddyx-article--grid .buddyx-article.has-post-thumbnail:before { + color: #fff; + z-index: 2; +} + +.buddyx-article--grid .buddyx-article-col { + margin: 0; + padding: 15px; + width: 100%; +} + +@media (min-width: 992px) { + .buddyx-article--grid.two-column { + display: grid; + grid-auto-rows: minmax(auto, auto); + grid-auto-flow: dense; + grid-template-columns: repeat(2, 1fr); + } +} + +.buddyx-article--grid .buddyx-article { + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + margin-bottom: 0; + padding: 0; + background-color: #ececec; + border-radius: var(--global-border-radius); +} + +.buddyx-article-grid-thumbnail { + float: none !important; + margin: 0 !important; + width: 100% !important; + height: 100%; + position: absolute; + top: 0; + left: 0; + overflow: hidden; + border-radius: var(--global-border-radius); +} + +.buddyx-article-grid-content { + grid-column-start: 1; + grid-column-end: 2; + grid-row-start: 1; + grid-row-end: 2; + margin-top: 0; + margin-bottom: 0; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + padding: 3rem; +} + +.buddyx-article-grid-content .post-meta-category, +.buddyx-article-grid-content .entry-header-title, +.buddyx-article-grid-content .entry-content, +.buddyx-article-grid-content .entry-meta { + z-index: 1; +} + +.buddyx-article--grid .has-post-thumbnail.buddyx-article a, +.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content, +.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta { + color: #fff; +} + +.buddyx-article-grid-content>* { + margin-bottom: calc(2em / 2.5); +} + +.buddyx-article-grid-content>*:last-child { + margin-bottom: 0; +} + +.buddyx-article--grid a.post-thumbnail:before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1; + transition: all .3s; + pointer-events: none; + background: rgba(0, 0, 0, 0.6); +} + +.buddyx-article--grid .post-thumbnail img { + height: 100%; + object-fit: cover; + transition: all .5s; +} + +.buddyx-article--grid .buddyx-article:hover .post-thumbnail img { + transform: scale(1.1); +} + +.buddyx-article--grid a.post-thumbnail:hover:before { + opacity: 0.6; +} + +.entry-meta__content { + text-align: left; + margin-right: 20px; + flex: 1; +} + + +/*-------------------------------------------------------------- +## Post Masonry Layout. +--------------------------------------------------------------*/ + +.buddyx-article--masonry.without-masonry { + display: flex; + flex-flow: wrap; +} + +.buddyx-article--masonry.without-masonry .buddyx-grid-sizer { + display: none; +} + +.buddyx-article--masonry.without-masonry .buddyx-article { + height: 100%; +} + +.buddyx-article--masonry { + margin: -15px; + margin-bottom: 15px; +} + +.buddyx-article--masonry .buddyx-article-col { + margin: 0; + width: 100%; + padding: 15px; +} + +.buddyx-article--masonry .buddyx-article { + position: relative; + margin: 0; + padding: 1rem; + border: 1px solid var(--global-border-color); + border-radius: var(--global-border-radius); + background: var(--color-theme-white-box); + display: flex; + flex-direction: column; +} + +.buddyx-article--masonry .buddyx-article.sticky { + box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5); +} + +.buddyx-article--masonry .buddyx-article>* { + margin-bottom: calc(var(--el-spacing) / 2.5); +} + +.buddyx-article--masonry .buddyx-article>*:last-child { + margin-bottom: 0; +} + +.buddyx-article--masonry a.post-thumbnail { + display: block; +} + +.buddyx-article--masonry .buddyx-quote-block, +.buddyx-article--masonry a.post-thumbnail img { + border-radius: 5px; +} + +.buddyx-article--masonry.without-masonry a.post-thumbnail { + position: relative; + overflow: hidden; + padding-top: 52.56%; + display: block; + border-radius: calc(var(--global-border-radius) - 4px ); +} + +.buddyx-article--masonry.without-masonry a.post-thumbnail 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; +} + +.buddyx-masonry-1 .buddyx-grid-sizer, +.buddyx-masonry-1 .buddyx-article-col { + width: 100%; +} + +.buddyx-masonry-2 .buddyx-grid-sizer, +.buddyx-masonry-2 .buddyx-article-col { + width: 50%; +} + +.buddyx-masonry-3 .buddyx-grid-sizer, +.buddyx-masonry-3 .buddyx-article-col { + width: 33.33333%; +} + +@media (max-width: 992px) { + + .buddyx-masonry-3 .buddyx-grid-sizer, + .buddyx-masonry-3 .buddyx-article-col { + width: 50%; + } +} + +@media (max-width: 768px) { + + .buddyx-masonry-2 .buddyx-grid-sizer, + .buddyx-masonry-2 .buddyx-article-col, + .buddyx-masonry-3 .buddyx-grid-sizer, + .buddyx-masonry-3 .buddyx-article-col { + width: 100%; + } +} + + +/*-------------------------------------------------------------- +## Quote +--------------------------------------------------------------*/ + +.buddyx-quote-block { + display: flex; + align-items: center; + justify-content: center; + background-size: 100% 100%; + background-repeat: no-repeat; + background-color: #2f4f4f; + background-size: cover; +} + +.buddyx-article--default .buddyx-quote-block { + min-height: 300px; +} + +.buddyx-quote-block:after { + content: ""; + display: block; + background-image: linear-gradient(226deg, #96CE4E 0%, #0ACD7E 100%); +} + +.buddyx-quote-block .wp-block-quote { + font-size: 20px; + border-left: 0; + margin: 0; + padding: 20px; +} + +.buddyx-quote-block .wp-block-quote:before { + content: "\f10d"; + font-family: "FontAwesome"; + font-weight: 900; + color: #fff; + margin-bottom: 20px; + display: block; +} + +.buddyx-quote-block p, +.buddyx-quote-block cite { + color: #fff; +} + +.buddyx-quote-block p { + font-size: 20px; +} + +.buddyx-quote-block cite { + margin-top: 15px; + font-size: 13px; +} + + +/*-------------------------------------------------------------- +## Audio +--------------------------------------------------------------*/ + +.buddyx-audio-block iframe { + width: 100%; +} + +.buddyx-article--list .buddyx-audio-block iframe { + height: 100%; +} + + +/*-------------------------------------------------------------- +## Link +--------------------------------------------------------------*/ + +.buddyx-link-block.buddyx-post-thumbnail a i { + margin-right: 5px; +} + +.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail { + display: flex; + align-items: center; + justify-content: center; + background: #e3e3e3; + position: relative; +} + +.buddyx-article--list .has-post-thumbnail a.buddyx-link-format { + position: absolute; + color: #fff; +} + +.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail, +.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail { + margin-bottom: calc(var(--el-spacing)/2); +} + + +/*-------------------------------------------------------------- +## Gallery +--------------------------------------------------------------*/ + +.archive-buddyx-gallery-post figure, +.buddyx-post-section .buddyx-gallery-block figure { + margin: 0; +} + +.archive-buddyx-gallery-post .gallery .slick-next, +.archive-buddyx-gallery-post .gallery .slick-prev, +.buddyx-post-section .gallery .slick-next, +.buddyx-post-section .gallery .slick-prev { + background-color: #fff; + border: 0; + border-radius: 50%; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); + color: #1a1a1a; + font-size: 21px; + height: 40px; + line-height: 40px; + outline: none; + padding: 0; + position: absolute; + text-align: center; + top: 44%; + transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out; + width: 40px; + z-index: 1; +} + +.archive-buddyx-gallery-post .gallery .slick-next i, +.archive-buddyx-gallery-post .gallery .slick-prev i, +.buddyx-post-section .gallery .slick-next i, +.buddyx-post-section .gallery .slick-prev i { + display: block; +} + +.archive-buddyx-gallery-post .gallery .slick-prev, +.buddyx-post-section .gallery .slick-prev { + left: 0; +} + +.archive-buddyx-gallery-post .gallery .slick-next, +.buddyx-post-section .gallery .slick-next { + right: 0; +} + +.archive-buddyx-gallery-post .gallery .slick-disabled, +.buddyx-post-section .gallery .slick-disabled { + color: #aaa; + cursor: default; +} + +.archive-buddyx-gallery-post .gallery a, +.buddyx-post-section .gallery a { + margin: 0; + padding-top: 100%; + position: relative; + display: block; +} + +.archive-buddyx-gallery-post .gallery a img, +.buddyx-post-section .gallery 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; +} + +.buddyx-article--list .slick-list, +.buddyx-post-section .slick-list { + line-height: 0; +} + + +/*-------------------------------------------------------------- +# Video +--------------------------------------------------------------*/ + +.buddyx-video-post-thumbnail-wrap { + display: flex; + align-items: center; + justify-content: center; + position: relative; + height: 100%; +} + +.buddyx-video-post-thumbnail-wrap .post-thumbnail img { + object-fit: cover; +} + +.buddyx-play-icon { + background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, 0) 100%); + position: absolute; + top: 50%; + left: 50%; + border-radius: 150px; + text-align: center; + width: 72px; + height: 72px; + line-height: 72px; + margin-top: -32px; + margin-left: -36px; + border: 6px solid rgba(255, 255, 255, .45); + color: #fff; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} + +.buddyx-video-block .wp-video { + margin: auto; +} + + +/*-------------------------------------------------------------- +# Single Post +--------------------------------------------------------------*/ + +.buddyx-content--small { + width: 100%; + margin-right: auto; + margin-left: auto; +} + +.single-post .site-wrapper, +.buddyx-post-section:not(.has-featured-image) { + margin-top: var(--el-spacing); +} + +.buddyx-post-section { + display: flex; + flex-direction: column; + position: relative; +} + +.entry-header--default { + margin-bottom: 0; +} + +.buddyx-content--small .buddyx-post-section .entry-media-image { + left: auto; + right: auto; + margin-left: 50%; + width: 100vw; + transform: translateX(-50%); + max-width: calc(var(--container-xl)); + position: relative; +} + +.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image { + margin-left: 0; + width: auto; + transform: none; + margin-bottom: var(--el-spacing); +} + +.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format { + margin-top: var(--el-spacing); + padding-left: var(--el-spacing); + padding-right: var(--el-spacing); + display: block; + text-align: center; +} + +.post-meta-tags .post-meta-tag__item { + display: inline-block; +} + +.post-meta-tags .post-meta-tag__item>a { + color: var(--color-theme-primary); +} + +.post-meta-tags.badge { + display: flex; + flex-flow: wrap; + gap: 10px; +} + +.post-meta-tags.badge .post-meta-tag__item>a { + background-color: var(--color-theme-primary); + color: #fff; + display: inline-block; + padding: 4px 8px; + font-size: 13px; + line-height: 1.2; + font-weight: 400; + border-radius: 3px; +} + +.post-meta-tags.underline .post-meta-tag__item>a { + text-decoration: underline; +} + +@media (min-width: 576px) { + .buddyx-content--small { + max-width: var(--container-sm); + } +} + +@media (min-width: 768px) { + .buddyx-content--small { + max-width: var(--container-md); + } + + .single-post .site-wrapper, + .buddyx-post-section:not(.has-featured-image) { + margin-top: calc(var(--el-spacing) * 2); + } +} + +@media (min-width: 992px) { + + .single-post .site-wrapper, + .buddyx-post-section:not(.has-featured-image) { + margin-top: calc(var(--el-spacing) * 3); + } +} + +@media (max-width: 767px) { + .buddyx-post-section.buddyx-section-title-over .post-thumbnail { + position: relative; + z-index: 0; + width: 100%; + height: 100%; + min-height: 500px; + margin: 0 auto; + display: block; + overflow: hidden; + padding-top: 100%; + } + + .buddyx-post-section.buddyx-section-title-over .post-thumbnail>img { + object-fit: cover; + object-position: 50% 50%; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + } + + .buddyx-post-section .post-thumbnail { + position: relative; + z-index: 0; + width: 100%; + height: 100%; + margin: 0 auto; + display: block; + overflow: hidden; + padding-top: 52.56%; + } + + .buddyx-post-section .post-thumbnail>img { + object-fit: cover; + object-position: 50% 50%; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + } +} + +/*-------------------------------------------------------------- +## Title Over +--------------------------------------------------------------*/ + +.buddyx-section-title-over.has-featured-image .entry-header--default { + width: 100%; + position: absolute; + bottom: calc(var(--el-spacing) * 2); + z-index: 1; +} + +.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default { + bottom: calc(var(--el-spacing) * 5); +} + +.buddyx-section-title-over.has-featured-image .post-thumbnail { + position: relative; +} + +.buddyx-section-title-over.has-featured-image .post-thumbnail:after { + content: ""; + display: block; + background: rgb(0, 0, 0, 0.1); + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a, +.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title, +.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta, +.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a, +.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link { + color: #fff; +} + +.buddyx-section-title-over.has-featured-image .entry-header--default { + padding-left: var(--el-spacing); + padding-right: var(--el-spacing); +} + +.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format { + margin-bottom: var(--el-spacing); +} + +.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format { + padding-left: var(--el-spacing); + padding-right: var(--el-spacing); +} + +.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block, +.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block, +.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block, +.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block { + margin-bottom: var(--el-spacing); +} + +.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, +.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, +.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, +.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { + margin-top: var(--el-spacing); +} + +@media (min-width: 768px) { + + .buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block, + .buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block, + .buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block, + .buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block { + margin-bottom: calc(var(--el-spacing) * 2); + } + + .single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, + .single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, + .single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, + .single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { + margin-top: calc(var(--el-spacing) * 2); + } +} + +@media (min-width: 992px) { + + .buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block, + .buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block, + .buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block, + .buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block { + margin-bottom: calc(var(--el-spacing) * 3); + } + + .single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, + .single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, + .single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, + .single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { + margin-top: calc(var(--el-spacing) * 3); + } +} + +.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default, +.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default, +.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default, +.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default { + position: static; + padding: 0; +} + + +/*-------------------------------------------------------------- +## Section Half +--------------------------------------------------------------*/ + +.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block) { + margin-bottom: var(--el-spacing); +} + +@media (min-width: 768px) { + .buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block) { + margin-bottom: calc(var(--el-spacing) * 2); + } +} + +@media (min-width: 992px) { + .buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block) { + margin-bottom: calc(var(--el-spacing) * 3); + } + + .buddyx-section-half.has-featured-image { + display: flex; + flex-direction: row-reverse; + margin-left: 50%; + width: 100vw; + transform: translateX(-50%); + max-width: 1600px; + background: #f5f5f5; + } + + .single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image { + width: 50%; + margin: 0; + left: auto; + -ms-transform: none; + transform: none; + } + + .buddyx-section-half.has-featured-image .entry-header--default { + width: 50%; + bottom: calc(var(--el-spacing) * 3); + padding-right: 2rem; + padding-left: 2rem; + align-self: flex-end; + margin-top: 0; + } + + .buddyx-section-half.has-featured-image .post-thumbnail { + position: relative; + z-index: 0; + width: 100%; + height: 100%; + margin: 0 auto; + display: block; + overflow: hidden; + padding-bottom: 100%; + } + + .buddyx-section-half.has-featured-image .post-thumbnail>img { + object-fit: cover; + object-position: 50% 50%; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + } + + .buddyx-section-half.has-featured-image .buddyx-quote-block { + height: 500px; + } +} + +@media (max-width: 992px) { + + .buddyx-section-half.has-featured-image .post-thumbnail, + .single-format-link .buddyx-section-half .buddyx-link-block, + .single-format-quote .buddyx-section-half .buddyx-quote-block, + .single-format-video .buddyx-section-half .buddyx-video-block, + .single-format-audio .buddyx-section-half .buddyx-audio-block, + .single-format-gallery .buddyx-section-half .buddyx-gallery-block { + margin-bottom: calc(var(--el-spacing) * 2); + } +} + + +/*-------------------------------------------------------------- +## Title Above +--------------------------------------------------------------*/ + +.buddyx-section-title-above.has-featured-image .entry-header--default { + margin-top: var(--el-spacing); + margin-bottom: var(--el-spacing); + order: -1; +} + +.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, +.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, +.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, +.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, +.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { + margin-bottom: var(--el-spacing); + order: -1; +} + +@media (min-width: 768px) { + .buddyx-section-title-above.has-featured-image .entry-header--default { + margin-top: calc(var(--el-spacing) * 2); + margin-bottom: calc(var(--el-spacing) * 2); + } + + .single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { + margin-bottom: calc(var(--el-spacing) * 2); + } +} + +@media (min-width: 992px) { + .buddyx-section-title-above.has-featured-image .entry-header--default { + margin-top: calc(var(--el-spacing) * 3); + margin-bottom: calc(var(--el-spacing) * 3); + } + + .single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default, + .single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { + margin-bottom: calc(var(--el-spacing) * 3); + } +} + + +/*-------------------------------------------------------------- +## Title Below +--------------------------------------------------------------*/ + +.buddyx-section-title-below .post-thumbnail, +.buddyx-section-title-below .buddyx-post-thumbnail { + margin-bottom: calc(var(--el-spacing) * 2); +} /*-------------------------------------------------------------- # WP Idea Stream diff --git a/assets/css/global.min.css b/assets/css/global.min.css index 098cb28..46a150c 100755 --- a/assets/css/global.min.css +++ b/assets/css/global.min.css @@ -1,4 +1,4 @@ :root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-loader:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-site-title:#111;--color-site-title-hover:#ee4036;--color-site-tagline:#757575;--color-theme-body:#f7f7f9;--color-layout-boxed:#fff;--color-theme-white-box:#fff;--global-body-lightcolor:#fafafa;--color-header-bg:#fff;--color-menu:#111;--color-menu-hover:#ee4036;--color-menu-active:#ee4036;--color-subheader-title:#111;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--color-h1:#111;--color-h2:#111;--color-h3:#111;--color-h4:#111;--color-h5:#111;--color-h6:#111;--global-border-color:#e8e8e8;--button-text-color:#fff;--button-text-hover-color:#fff;--button-background-color:#ef5455;--button-background-hover-color:#f83939;--button-border-color:#ef5455;--button-border-hover-color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--color-footer-title:#111;--color-footer-content:#505050;--color-footer-link:#111;--color-footer-link-hover:#ef5455;--color-copyright-bg:#fff;--color-copyright-content:#505050;--color-copyright-link:#111;--color-copyright-link-hover:#ef5455;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--textarea-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}.wp-block-image.is-style-buddyx-border img{border:2px solid #ef5455;border:2px solid var(--color-theme-primary);border-radius:5px}.wp-block-button__link,.wp-element-button{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:6px;border-radius:var(--button-border-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:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.wp-block-button__link:hover,.wp-element-button:hover{color:#fff;color:var(--button-text-hover-color);background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color)} -/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}link{display:none}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-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}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,input,optgroup,select,textarea{color:#505050;color:var(--global-font-color);font-family:Open Sans,serif;font-family:var(--global-font-family);font-size:.875rem;font-size:var(--font-size-regular);line-height:1.4;line-height:var(--global-font-line-height)}h1,h2,h3,h4,h5,h6{font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);margin-top:0;margin-bottom:1rem;color:#111;color:var(--color-link);line-height:1.4;font-weight:inherit;clear:both}h1{font-size:30px;color:#111;color:var(--color-h1)}h2{font-size:24px;color:#111;color:var(--color-h2)}h3{font-size:22px;color:#111;color:var(--color-h3)}h4{font-size:20px;color:#111;color:var(--color-h4)}h5{font-size:18px;color:#111;color:var(--color-h5)}h6{font-size:16px;color:#111;color:var(--color-h6)}.entry-header h1.entry-title,.page-header .page-title{line-height:1.4;margin-top:15px;margin-bottom:1em}.entry-layout .entry-header h1.entry-title,.entry-layout .page-header .page-title{line-height:1.4;margin-bottom:1em}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote{border-left:4px solid #111;border-left:4px solid var(--color-quote-border);margin:0;padding-left:1em!important;margin-left:1.5rem}@media screen and (min-width:48em){.entry-content>blockquote{margin-left:auto}}blockquote cite{color:#6c7781;color:var(--color-quote-citation);font-size:13px;margin-top:1em;position:relative;font-style:normal}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.5em;max-width:100%;overflow:auto;padding:1.5em}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background:#f7f7f9;background:var(--color-theme-body)}hr{background-color:#e8e8e8;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em}a{color:#111;color:var(--color-link);text-decoration:none}a:active,a:focus,a:hover{color:#ef5455;color:var(--color-link-hover)}a:active,a:hover{outline:0;text-decoration:none}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:100%}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:100%;max-width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;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;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:FontAwesome;font-style:normal;font-weight:400;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,p{margin:0 0 1.5em}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.post-meta-tags .post-meta-tag__item{display:inline-block}.post-meta-tags .post-meta-tag__item>a{color:#ef5455;color:var(--color-theme-primary)}.post-meta-tags.badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;grid-gap:10px;gap:10px}.post-meta-tags.badge .post-meta-tag__item>a{background-color:#ef5455;background-color:var(--color-theme-primary);color:#fff;display:inline-block;padding:4px 8px;font-size:13px;line-height:1.2;font-weight:400;border-radius:3px}.post-meta-tags.underline .post-meta-tag__item>a{text-decoration:underline}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--default .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article .entry-content{margin-top:0}.buddyx-article .entry-content p{margin:0}.buddyx-article-col{position:relative;margin-top:2rem;margin-top:var(--el-spacing);margin-bottom:2rem;margin-bottom:var(--el-spacing)}.buddyx-article-col .entry-title{margin-bottom:0}@media (min-width:992px){.buddyx-article--default .buddyx-article-col{margin-top:2rem;margin-top:calc(var(--el-spacing)*1);margin-bottom:2rem;margin-bottom:calc(var(--el-spacing)*1)}}.buddyx-article-col:first-child{margin-top:0}.buddyx-article-col:last-child{margin-bottom:0}.buddyx-article-col .meta-category__item:not(:first-child),.buddyx-article-col .meta-category__item span{display:none}.buddyx-article:after{content:" ";display:block;clear:both}.buddyx-article--default .buddyx-article>*{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.buddyx-article--default .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--default a.post-thumbnail{display:block}.buddyx-post-thumbnail p{margin:0}.buddyx-article--default .post-thumbnail img{border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article--list .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:FontAwesome;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-bottom:0;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;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0;margin-top:auto}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-quote-block{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;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:FontAwesome;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{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;background:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .gallery 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%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-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;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid hsla(0,0%,100%,.45);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;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{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}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:calc(var(--container-xl));position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{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;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:100%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3);margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.primary-sidebar{width:100%;max-width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto}@media screen and (min-width:48em){.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width:60em){.primary-sidebar{padding:0}}.sticky{display:block}@media screen and (max-width:60em){.sticky-sidebar-enable .sticky-sidebar.is_stuck{position:static!important}.sticky-sidebar-enable .widget-area>div{height:auto!important}}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.widget-area .widget:first-child{margin-top:0}.widget-area .widget:last-child{margin-bottom:1rem}.widget-area .widget ul{list-style:none;margin:0;padding:0}.widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.widget li{line-height:1.5}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li,.widget_categories li{color:#7d7d7d;line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_categories .children{padding-top:0}.widget_nav_menu .sub-menu,.widget_pages .children{padding-top:0;padding-bottom:.5em}.widget_nav_menu a,.widget_pages a{display:block;padding:.6em 0}.widget_nav_menu a,.widget_nav_menu a:focus,.widget_nav_menu a:hover,.widget_pages a,.widget_pages a:focus,.widget_pages a:hover{text-decoration:none;border-bottom:1px dashed grey}.widget_nav_menu li,.widget_pages li{padding:0}.widget_nav_menu li ul,.widget_pages li ul{margin-left:1em}.widget_meta li{line-height:1.3;padding:0 0 .5em;margin-bottom:5px}.widget_recent_entries li{margin-bottom:8px}ol.wp-block-latest-comments{padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:10px}.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{margin-bottom:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}ol.wp-block-latest-comments{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:0}.widget-area .widget .wp-block-latest-posts{-webkit-margin-before:24px;margin-block-start:24px}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_recent_comments a:focus,.widget_recent_comments a:hover{padding-left:0}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{font-family:Open Sans,serif;font-family:var(--global-font-family);padding:.5em 0;font-size:.9em;line-height:1.3}.widget_search .search-submit{display:none}.elementor-page .wp-block-search__inside-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%}.elementor-page .wp-block-search__button{margin-left:10px;word-break:normal}.widget.widget_search input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.5em 1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius)}.widget #searchform input.text_input{padding-left:10px;width:100%;padding-right:65px}.widget #searchform{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget #searchform input[type=submit]{position:absolute;right:3px;border-radius:3px;height:38px;line-height:0}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:transparent;color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;background:var(--color-theme-white-box);border:1px solid #ccc}.widget_calendar .pad{background:#eaeaea}.widget_sfwd-courses-widget li h4{font-size:inherit;margin-bottom:10px}.widget_sfwd-courses-widget li:last-child h4{margin-bottom:0}.widget_calendar a{font-weight:900;text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;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}#primary[tabindex="-1"]:focus{outline:0}canvas{width:100%!important;height:auto!important}body.elementor-editor-active .site-header-wrapper{z-index:99}.elementor-template-full-width #page>.container,.elementor-template-full-width #page>.container-fluid{max-width:100%;padding:0}p:empty{margin:0}.wp-embed-responsive .wp-block-embed-vimeo .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed-youtube .wp-block-embed__wrapper:before,p:empty,p:empty:before{content:none}body.elementor-editor-active .primary-sidebar,body.elementor_library-template-default .primary-sidebar{display:none}body.elementor-editor-active .site-wrapper,body.elementor_library-template-default .site-wrapper{grid-template-columns:1fr!important}.site{margin:0 auto;max-width:100%;overflow:hidden}.site-wrapper{margin:1rem 0}.site-wrapper #item-header{margin-top:-1rem}@media (min-width:768px){.site-wrapper{margin:2rem 0}.site-wrapper #item-header{margin-top:-2rem}#primary,.site-wrapper{min-height:calc(100vh - 190px)}.page-template-full-width #primary,.page-template-full-width .site-wrapper{min-height:calc(100vh - 130px)}}@media (max-width:767px){.page-template-full-width:not(.elementor-editor-active) .site{padding-top:36px!important}}@media screen and (min-width:60em){.has-bbpress-sidebar-right.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-right:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right.bpsh-buddypress .site-wrapper,.has-sidebar-right.buddypress.search-results .site-wrapper,.has-sidebar-right.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-right .site-wrapper{display:grid;grid-template-columns:3fr 260px;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left.bpsh-buddypress .site-wrapper,.has-sidebar-left.buddypress.search-results .site-wrapper,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-left .site-wrapper{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both.bpsh-buddypress .site-wrapper,.has-sidebar-both.buddypress.search-results .site-wrapper,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-both .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{padding:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-both.bpsh-buddypress .site-main,.has-sidebar-both.buddypress.search-results .site-main,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-main{grid-column:2;min-width:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{grid-column:3;min-width:0}.site-header{grid-column:span 2}.has-woocommerce-sidebar-right .site-wrapper>.content-area,.site-main{grid-column:1;min-width:0}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-left.bpsh-buddypress .site-main,.has-sidebar-left.buddypress.search-results .site-main,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-wrapper>.content-area,.has-woocommerce-sidebar-left .site-main,.has-woocommerce-sidebar-left .site-wrapper>.content-area,.primary-sidebar{grid-column:2;min-width:0}.site-footer{grid-column:span 2}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-wrapper{grid-template-columns:3fr 260px!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-right .site-wrapper{grid-template-columns:260px 3fr!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-main{grid-column:1!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .primary-sidebar{grid-column:2!important}.page-template-page-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-left-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-right-sidebar .site-main{grid-column:1!important;min-width:0}.page-template-page-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-both-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.post-template-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.post-template-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.has-single-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-no-sidebar .site-wrapper{grid-template-columns:1fr!important}.has-single-post-no-sidebar .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.bp-docs .site-wrapper,.has-sidebar-left.bp-docs .site-wrapper,.has-sidebar-right.bp-docs .site-wrapper{display:block!important}.has-sidebar-both.has-docs-sidebar-right .site-wrapper,.has-sidebar-left.has-docs-sidebar-right .site-wrapper,.has-sidebar-right.has-docs-sidebar-right .site-wrapper{display:grid!important;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-both.has-docs-sidebar-right .site-main,.has-sidebar-left.has-docs-sidebar-right .site-main,.has-sidebar-right.has-docs-sidebar-right .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.has-docs-sidebar-right .primary-sidebar,.has-sidebar-left.has-docs-sidebar-right .primary-sidebar,.has-sidebar-right.has-docs-sidebar-right .primary-sidebar{grid-column:2!important;min-width:0}}.community-directory-left-sidebar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:60em){.site-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.community-directory-left-sidebar{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.left-sidebar,.woo-left-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:1rem}#primary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.primary-sidebar,.woo-primary-sidebar{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}}textarea{width:100%;resize:vertical}a.read-more.button,button[type=submit],input[type=button],input[type=reset],input[type=submit]{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:6px;border-radius:var(--button-border-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:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{color:#fff!important;font-size:18px!important;border-radius:50%!important;border:2px solid #fff!important;padding:3px!important}a.read-more.button:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff;color:var(--button-text-hover-color);background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}button:focus-visible{outline:2px solid #000}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#666;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius);padding:10px;min-height:38px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#111}a.menu-close:focus-visible{outline:2px solid #fff}table{border-collapse:collapse;border-spacing:0;width:100%;margin:0 0 1rem}table,table td,table th{border:1px solid #e8e8e8;border:1px solid var(--global-border-color)}table td,table th{padding:1rem}.widget_calendar table th{padding:.2em}select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 12px;color:inherit}.site-header-wrapper{position:relative;margin:0;padding-top:5px;padding-bottom:5px;border-top:0;background:#fff;background:var(--color-header-bg);min-height:51px;z-index:999;-webkit-box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15);box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15)}.sticky-header .site-header-wrapper.has-sticky-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:999}@media (max-width:767px){.site-header-wrapper{z-index:9999}}.sticky-header .site-header-wrapper.has-sticky-header{-webkit-box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15);box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15)}.site-header{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-image{margin:0 auto}.header-image img{display:block;margin:0 auto}.custom-logo-link{display:block}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-logo-wrapper>a{margin-right:15px}.site-branding img{width:auto;max-height:64px;-o-object-fit:contain;object-fit:contain}.site-title{margin:0 0 6px;font-size:38px;font-weight:700;line-height:1.2}.site-title,.site-title a{color:#111;color:var(--color-site-title)}.site-title a{text-decoration:none}.site-title:hover,.site-title a:hover{color:#ee4036;color:var(--color-site-title-hover)}.site-description{margin:-5px 0 0;font-size:14px;font-weight:inherit;line-height:1.4;word-wrap:break-word;color:#757575;color:var(--color-site-tagline)}.nav--toggle-small .menu-toggle{display:block;margin:0;padding:10px!important;font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);font-size:80%;line-height:0!important;color:#111;text-transform:uppercase;border:0;border-radius:0;background:transparent;float:right;cursor:pointer;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.nav--toggle-small .menu-toggle .fa{font-size:24px}.mobile-menu-heading,.nav--toggle-sub .dropdown{display:none}body.admin-bar .site-header-wrapper.has-sticky-header{top:32px}@media (max-width:782px){body.admin-bar .site-header-wrapper.has-sticky-header{top:46px}.main-navigation .user-profile-menu .sub-menu{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}}@media (max-width:600px){body.admin-bar .has-sticky-header .main-navigation .primary-menu-container,body.admin-bar .site-header-wrapper.has-sticky-header{top:0}}.primary-menu-container .dropdown-toggle:after{border:0}.main-navigation .bp-header-submenu li a,.main-navigation .user-profile-menu li a{padding:6px 15px;border-radius:6px}.main-navigation .bp-header-submenu li a:hover,.main-navigation .user-profile-menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation .buddyx-mobile-menu,.moible-icons{display:none}@media (max-width:767px){.site-branding{-webkit-box-flex:1;-ms-flex:1;flex:1}.desktop-icons,.main-navigation .primary-menu-container.buddyx-desktop-menu{display:none}.main-navigation .buddyx-mobile-menu,.moible-icons{display:block}.nav--toggle-small .menu,.nav--toggle-small.nav--toggled-on .menu{display:block;padding:0 20px 20px}.mobile-menu-close{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7);-webkit-transition:all .3s ease;transition:all .3s ease}.has-sticky-header .mobile-menu-close{z-index:99}.mobile-menu-opened .mobile-menu-close{opacity:1;visibility:visible}.main-navigation .primary-menu-container{position:fixed;top:0;bottom:0;right:0;width:340px;overflow:auto;background-color:#fff;background-color:var(--color-header-bg);z-index:9999;-webkit-transform:translate3d(340px,0,0);transform:translate3d(340px,0,0);-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;visibility:hidden}body.admin-bar .main-navigation .primary-menu-container{top:46px}.mobile-menu-opened .primary-menu-container{display:block;-webkit-transform:none;transform:none;opacity:1;visibility:visible;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mobile-menu-heading{margin-bottom:20px;padding:28px 20px;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu-heading .menu-title{letter-spacing:.6px;margin-bottom:0;padding-bottom:0;font-size:24px;text-transform:uppercase;vertical-align:middle;display:inline-block;color:#fff}.mobile-menu-heading .menu-close{width:auto;color:#fff;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.6px;line-height:35px;position:relative;cursor:pointer;padding-right:21px}.mobile-menu-heading .menu-close:after,.mobile-menu-heading .menu-close:before{content:" ";position:absolute;right:0;top:50%;margin-top:-1px;width:15px;height:2px;display:inline-block;background-color:#fff;-webkit-transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.mobile-menu-heading .menu-close:hover:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-heading .menu-close:hover:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.buddyx-mobile-menu .dropdown-toggle{display:block;position:absolute;top:0;right:0;margin:0;padding:0;width:36px;height:36px;text-align:center;outline:0;background-color:#ef5455;background-color:var(--button-background-color);border:1px solid #ef5455;border:1px solid var(--button-border-color);border-radius:3px}.buddyx-mobile-menu .dropdown-toggle:after{content:"\f107";font-family:FontAwesome;font-size:18px;border:0}.main-navigation ul.menu ul li{padding-left:0}#primary-menu .sub-menu,.mobile-user-profile-menu .sub-menu{display:none}#primary-menu .sub-menu.toggle-show,.mobile-user-profile-menu .sub-menu.toggle-show{display:block}.main-navigation .buddyx-mobile-menu ul.menu li a{padding:.5em 1em;border-radius:6px}.main-navigation .buddyx-mobile-menu ul.menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation ul li.menu-item-has-children{position:relative}.buddyx-mobile-user .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 30px 20px}.buddyx-mobile-user .user-wrap a{width:auto;padding:0}.buddyx-mobile-user .user-wrap .avatar{border-radius:50%;margin-right:15px;max-width:52px}.buddyx-mobile-user .user-wrap .user-name{font-size:18px;font-weight:600}.buddyx-mobile-user .my-account-link a{font-size:13px;color:#939597;line-height:1}}@media (max-width:480px){.main-navigation .primary-menu-container{width:300px}}@media (min-width:768px){.primary-menu-container{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav--toggle-small .menu-toggle{display:none}.nav--toggle-small .menu{display:block}.nav--toggle-sub .dropdown-symbol{display:block;background:transparent;position:absolute;right:20%;top:50%;width:60%;height:60%;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nav--toggle-sub ul ul{display:none;position:absolute;top:100%;right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;padding:10px 0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:none;transition:none}.nav--toggle-sub ul .hideshow ul{margin-left:-10px}.hideshow.menu-item--has-toggle>ul.sub-menu:before{right:24px}.menu-item--has-toggle>ul.sub-menu:before,.nav--toggle-sub ul.user-profile-menu .sub-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.nav--toggle-sub ul.user-profile-menu .sub-menu:before,.sub-menu li.menu-item--has-toggle>ul.sub-menu:before{top:11px;left:auto;right:-13px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav--toggle-sub ul.user-profile-menu .sub-menu{top:0;left:auto;right:100%}.main-navigation ul.sub-menu li a{padding:5px 15px;border-radius:6px}.main-navigation ul.sub-menu li a:hover{background:rgba(0,0,0,.02)}.nav--toggle-sub .dropdown,.nav--toggle-sub .dropdown-toggle{background:transparent;position:absolute;right:0;top:50%;width:.7em;width:var(--dropdown-symbol-width);height:.7em;height:var(--dropdown-symbol-width);font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:visible;display:none}.nav--toggle-sub ul ul .dropdown,.nav--toggle-sub ul ul .dropdown-toggle{top:32%;right:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav--toggle-sub ul ul .dropdown-symbol{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav--toggle-sub .dropdown-toggle:hover,.nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle{pointer-events:none}.nav--toggle-sub li.menu-item--has-toggle,.nav--toggle-sub li.menu-item-has-children{position:relative;padding-right:.7em;padding-right:var(--dropdown-symbol-width)}.main-navigation.nav--toggle-sub ul.sub-menu li.menu-item--has-toggle{padding-right:0}.nav--toggle-sub li.menu-item--has-toggle:after,.nav--toggle-sub li.menu-item-has-children:after{content:"\f107";font-family:FontAwesome;display:inline-block;width:12px;height:20px;line-height:20px;position:absolute;right:0;top:0;bottom:0;margin:auto;font-size:inherit;font-weight:900}.nav--toggle-sub li.menu-item--has-toggle .sub-menu li:after,.nav--toggle-sub li.menu-item-has-children .sub-menu li:after{right:10px}.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:hover>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul{display:block;-webkit-transition:none;transition:none}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block;-webkit-transition:none;transition:none}}.main-navigation{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;max-width:var(--content-width);font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family)}.main-navigation a{display:block;width:100%;padding:.5em 1em .5em 0;text-decoration:none}.main-navigation a,.main-navigation ul li a,.nav--toggle-small .menu-toggle,.nav--toggle-sub li.menu-item-has-children{color:#111;color:var(--color-menu)}.main-navigation a:hover,.main-navigation ul li a:hover,.nav--toggle-small .menu-toggle:hover,.nav--toggle-sub li.menu-item-has-children:hover{color:#ee4036;color:var(--color-menu-hover)}.nav--toggle-small .menu-toggle{border-color:#111;border-color:var(--color-menu)}.nav--toggle-small .menu-toggle:hover{border-color:#ee4036;border-color:var(--color-menu-hover)}.main-navigation ul li.current-menu-item>a{color:#ee4036;color:var(--color-menu-active)}.main-navigation ul{display:block;list-style:none;margin:0;padding:0}.main-navigation ul ul li{padding-left:1em}@media (min-width:768px){.main-navigation ul#primary-menu>li>a{padding:1.5em .5em}.main-navigation ul li a{padding:.8em .5em}.main-navigation ul li{margin:0 0 0 .5em}.main-navigation ul li:first-child{margin-left:0}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{padding-left:0;margin-left:0}.main-navigation ul ul.sub-menu li{margin:0 10px}.main-navigation ul ul li a{width:170px;background:none}.main-navigation ul ul ul{top:0;right:100%;min-height:100%}.main-navigation ul ul ul ul{right:-170px}.sub-menu li.menu-item--has-toggle>ul ul.sub-menu:before{top:30px;left:0;right:auto;-webkit-transform:rotate(230deg);transform:rotate(230deg)}.main-navigation .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;float:left}}.menu-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:10px 0}.menu-icons-wrapper .search{position:relative;margin:0 10px}.main-navigation .cart a,.main-navigation .search a{padding:0}.menu-icons-wrapper .cart,.menu-icons-wrapper .search{float:left;position:relative}.menu-icons-wrapper>.cart{margin:0 10px}.menu-icons-wrapper .top-menu-search-container{display:none;position:absolute;right:-10px;top:calc(100% + 20px);z-index:9}.menu-icons-wrapper #searchform{max-width:340px;position:relative;background:#fff;margin:0;padding:5px 45px 5px 15px;border-radius:8px;border-radius:var(--global-border-radius);-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1)}.menu-icons-wrapper #searchform input[type=search]{border:none;background:none;padding:0 0 0 5px;text-transform:uppercase;font-size:12px;width:280px;-webkit-appearance:none}.cart-info:before,.cart-total:before,.menu-icons-wrapper #searchform input[type=search]{color:#aaa}#searchform .search-icon{display:none}.menu-icons-wrapper #searchform input[type=submit]{width:45px;height:45px;margin:0;padding:0;position:absolute;right:0;top:4px;z-index:1;cursor:pointer;background:none;border:0;text-indent:-9999px}.menu-icons-wrapper #searchform input[type=submit]:focus{border:1px dotted #aaa}.menu-icons-wrapper #searchform:before{content:"\f002";position:absolute;font-family:FontAwesome;font-size:14px;right:15px;top:0;bottom:0;margin:auto;height:22px;color:#c2c2c2}.buddypress-icons-wrapper .bp-msg sup,.buddypress-icons-wrapper .user-notifications sup,.menu-icons-wrapper .cart sup{width:15px;height:15px;line-height:15px;text-align:center;letter-spacing:0;font-size:9px;font-weight:700;background:#ef5455;background:var(--color-theme-primary);color:#fff;border-radius:50%;position:absolute;top:-5px;right:-8px;display:inline-block}@media (max-width:767px){.menu-icons-wrapper:after{content:"";display:table;clear:both}.menu-icons-wrapper{float:none}}@media (max-width:480px){.menu-icons-wrapper #searchform input[type=search]{width:auto}}.buddypress-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:15px}.buddypress-icons-wrapper.buddyx-mobile-icon{display:none}.buddypress-icons-wrapper a{padding:0}.buddypress-icons-wrapper .bp-msg a,.buddypress-icons-wrapper .user-notifications a{position:relative}.buddypress-icons-wrapper .bp-msg,.buddypress-icons-wrapper .user-link-wrap,.buddypress-icons-wrapper .user-notifications{margin:0 10px;padding:10px 0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-icons-wrapper .user-link-wrap{margin-right:0}.buddypress-icons-wrapper .user-notifications{position:relative}.buddypress-icons-wrapper .user-link-wrap img,.buddypress-icons-wrapper .user-link-wrap img.avatar{width:40px;height:40px;border-radius:50%}.buddypress-icons-wrapper .user-link-wrap{padding:0;position:relative}.buddypress-icons-wrapper #bp-notify{width:300px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner{max-height:400px;overflow-y:auto;margin:0;padding:15px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item{padding:10px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item:hover{background:rgba(0,0,0,.02);border-radius:6px;border-radius:var(--form-border-radius)}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item .mute{font-size:80%;color:#757575}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item p{margin:0}.buddypress-icons-wrapper #bp-notify .alert-message{padding:15px}.buddypress-icons-wrapper #bp-notify .dropdown-footer{padding:15px;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.user-link-wrap .user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.user-link-wrap .bp-user{padding-right:15px}#user-profile-menu{width:170px}.main-navigation #user-profile-menu,.main-navigation .bp-header-submenu{display:none;position:absolute;top:100%;right:-8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:all .3s;transition:all .3s}.main-navigation .bp-header-submenu.bp-notify{right:-25px}.bp-header-submenu:before,.user-profile-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.main-navigation #user-profile-menu{right:0;padding:10px 0}.user-profile-menu:before{right:50px}.buddypress-icons-wrapper .user-link-wrap.active #user-profile-menu,.buddypress-icons-wrapper .user-link-wrap:hover #user-profile-menu,.buddypress-icons-wrapper .user-notifications.active #bp-notify,.buddypress-icons-wrapper .user-notifications:hover #bp-notify{display:block}#user-profile-menu li{margin:0 10px;padding:0}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{padding:.8em .5em}.buddypress-icons-wrapper .btn-login span,.buddypress-icons-wrapper .btn-register span{margin-right:6px}@media (max-width:767px){.buddypress-icons-wrapper{display:none}.buddypress-icons-wrapper.buddyx-mobile-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{font-size:12px}.buddypress-icons-wrapper .user-link-wrap,span.bp-user{display:none}.main-navigation #user-profile-menu{top:calc(100% + 8px)}.user-profile-menu:before{right:24px}.buddyx-mobile-icon .user-link-wrap .user-link,.buddyx-mobile-icon .user-notifications>.bp-icon-wrap{pointer-events:none}}@media (max-width:480px){.main-navigation{margin-left:auto}.site-title a{font-size:24px!important}.menu-icons-wrapper .top-menu-search-container{right:-80px}.menu-icons-wrapper #searchform{max-width:200px}}@media (min-width:360px) and (max-width:440px){.buddypress-icons-wrapper #bp-notify{right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}@media (max-width:359px){.buddypress-icons-wrapper #bp-notify{width:280px;right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}.site-main .comment-navigation,.site-main .pagination,.site-main .post-navigation,.site-main .posts-navigation{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);margin:0 auto 2em;max-width:100%;max-width:var(--content-width);overflow:hidden;padding:0 1.5rem 2em}.site-main .post-navigation,.site-main .posts-navigation{position:relative;margin:1rem 0;padding:1em 0;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.post-navigation-sub{display:none}.nav-previous a:before{content:"\f104";margin-right:10px}.nav-next a:after,.nav-previous a:before{font-family:FontAwesome;display:inline-block}.nav-next a:after{content:"\f105";margin-left:10px}@media screen and (min-width:48em){.site-main .comment-navigation,.site-main .pagination{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{width:50%;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{text-align:end;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.post-navigation-sub span{color:#505050;color:var(--global-font-color);text-decoration:none;display:inline-block}.site-main .pagination{background:transparent;margin-bottom:1.5em;border:0;-webkit-box-shadow:none;box-shadow:none}.pagination .nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-bottom:.5em;margin-right:1em;min-width:1.75em;line-height:1.5;text-align:center;background:#fff;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8;padding:10px 15px;text-decoration:none}.pagination a:active,.pagination a:hover{border-color:#00a0d2}.pagination .next,.pagination .prev{min-width:auto;border-color:transparent}.pagination .next:active,.pagination .next:focus,.pagination .next:hover,.pagination .prev:active,.pagination .prev:focus,.pagination .prev:hover{border-color:transparent}.pagination .dots{min-width:auto;border:none}.pagination .current{color:#ef5455;color:var(--color-theme-primary);border-color:#505050;border-color:var(--global-font-color)}.site-footer{margin:1em 0 0;background:#fff;color:#505050;color:var(--color-footer-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.site-footer .widget-title{color:#111;color:var(--color-footer-title)}.site-footer a{color:#111;color:var(--color-footer-link)}.site-footer a:active,.site-footer a:hover{color:#ef5455;color:var(--color-footer-link-hover)}.page-template-full-width .site-footer{margin:0}.footer-inner{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px}.footer-widget{width:100%;margin:0 15px}.footer-widget ul{list-style:none;margin:0;padding:0}.footer-widget:first-child{margin-left:0}.footer-widget:last-child{margin-right:0}@media (max-width:991px){.footer-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-widget{width:50%;margin:0}}@media screen and (max-width:37.5em){.footer-inner{margin:50px 0;display:block}.footer-widget{width:100%}}.site-info{padding:2em 0;background:#fff;background:var(--color-copyright-bg);color:#505050;color:var(--color-copyright-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);text-align:center}.site-info a{color:#111;color:var(--color-copyright-link)}.site-info a:hover{color:#ef5455;color:var(--color-copyright-link-hover)}.infinite-scroll.neverending .site-footer,.infinite-scroll .pagination,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}body.layout-boxed{background-attachment:fixed;background-color:#f7f7f9;background-color:var(--color-theme-body)}@media (min-width:1170px){.layout-boxed .site,.layout-boxed .site-header-wrapper{width:1170px;margin:0 auto;background:#fff;background:var(--color-header-bg)}}body.layout-boxed .site{background-color:#fff;background-color:var(--color-layout-boxed)}.bp-user .site-sub-header,.group-create .site-sub-header,.single-item.groups .site-sub-header{display:none}.site-sub-header{position:relative;color:#111;color:var(--color-subheader-title);margin-bottom:1rem;padding:30px 0;background:hsla(0,0%,100%,.5);width:100vw;margin-left:-50vw;left:50%}.layout-boxed .site-sub-header{width:auto;left:auto;margin:0 -15px}.site-sub-header .woocommerce-products-header,.site-sub-header>.container{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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 15px}.site-sub-header .woocommerce-products-header{width:100%;padding:0}.site-sub-header>.container:before{content:none}@media (max-width:991px){.site-sub-header>.container{padding:0 20px}}.archive-description p{margin:0}.site-sub-header .entry-header,.site-sub-header .entry-header .entry-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-header .page-title,.site-sub-header .page-title{position:relative;margin:0;z-index:1}.site-sub-header .entry-header-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-title{color:#111;color:var(--color-subheader-title);margin-right:auto}.site-sub-header .entry-header-title a,.site-sub-header .entry-title a,.site-sub-header .page-header a,.site-sub-header .page-title a{color:inherit}@media screen and (max-width:37.5em){.site .site-sub-header .entry-title,.site .site-sub-header .page-title{font-size:24px}}#breadcrumbs,.buddyx-breadcrumbs{font-size:14px}#breadcrumbs a,.buddyx-breadcrumbs a{color:#ef5455;color:var(--color-theme-primary)}#breadcrumbs a:hover,.buddyx-breadcrumbs a:hover{text-decoration:underline}.buddyx-trail-items{list-style:none}.buddyx-trail-items,.buddyx-trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0}.buddyx-trail-items li:not(.trail-end):after{padding:0 .3em;content:"\00bb"}.wp-editor-container button{background-color:inherit!important;border-color:inherit!important}.wp-editor-wrap .wp-switch-editor.switch-html,.wp-editor-wrap .wp-switch-editor.switch-tmce{background:#f5f5f5;border-color:#e2e2e2;color:#555}.wp-editor-wrap.html-active .switch-tmce,.wp-editor-wrap.tmce-active .switch-tmce{border-color:#e2e2e2}.mce-container iframe,.wp-editor-container textarea.wp-editor-area{height:250px!important}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid transparent!important}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{border-color:inherit!important;-webkit-box-shadow:none!important;box-shadow:none!important}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid transparent!important}.mce-toolbar .mce-listbox button:hover{color:#595959}.mce-toolbar .mce-btn-group .mce-btn button{background:inherit;border-color:inherit;border:1px solid transparent!important}button.media-menu-item{color:#72777c!important}.media-router .media-menu-item:hover{background:0 0!important;border:0!important}#wp-idea-stream a.button,#wp-idea-stream button:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:not(.ed_button),#wp-idea-stream input[type=reset],#wp-idea-stream input[type=submit]:not(.search-submit),a.wpis-title-button,body.single-ideas #comments .comment-reply-link{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:3px;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 #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#wp-idea-stream a.button:focus,#wp-idea-stream a.button:hover,#wp-idea-stream button:hover:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:hover:not(.ed_button),#wp-idea-stream input[type=reset]:hover,#wp-idea-stream input[type=submit]:hover:not(.search-submit),a.wpis-title-button:focus,a.wpis-title-button:hover,body.single-ideas #comments .comment-reply-link:hover{background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color);color:#fff;color:var(--button-text-hover-color)}#wp-idea-stream div#pag-top{margin-bottom:2em;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream div#pag-bottom{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream ul.idea-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}#wp-idea-stream ul.idea-list>li+li{margin-top:2em}.idea-footer{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}#wp-idea-stream .idea-list li .has_featured_image div.idea-footer{margin-bottom:0}#wp-idea-stream ul.idea-list .idea-content.has_featured_image{margin:0}ul#ideas-main-nav form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#wp-idea-stream ul#ideas-main-nav li form input{height:38px}#wp-idea-stream ul#ideas-main-nav li form input[type=submit]{line-height:1.1}#wp-idea-stream ul.idea-comments-list .idea-comment-avatar img,#wp-idea-stream ul.idea-list .idea-avatar img{border-radius:3px}.css-events-list table.events-table td{padding:1rem}.single .type-event .entry-taxonomies{display:none}.single .type-event ul.event-categories{margin:0;padding:0;list-style:none}.single .type-event ul.event-categories li{display:inline-block}.single .type-event ul.event-categories li a{margin:0;padding:4px 8px;border:1px solid} \ No newline at end of file +/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}link{display:none}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-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}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,input,optgroup,select,textarea{color:#505050;color:var(--global-font-color);font-family:Open Sans,serif;font-family:var(--global-font-family);font-size:.875rem;font-size:var(--font-size-regular);line-height:1.4;line-height:var(--global-font-line-height)}h1,h2,h3,h4,h5,h6{font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);margin-top:0;margin-bottom:1rem;color:#111;color:var(--color-link);line-height:1.4;font-weight:inherit;clear:both}h1{font-size:30px;color:#111;color:var(--color-h1)}h2{font-size:24px;color:#111;color:var(--color-h2)}h3{font-size:22px;color:#111;color:var(--color-h3)}h4{font-size:20px;color:#111;color:var(--color-h4)}h5{font-size:18px;color:#111;color:var(--color-h5)}h6{font-size:16px;color:#111;color:var(--color-h6)}.entry-header h1.entry-title,.page-header .page-title{line-height:1.4;margin-top:15px;margin-bottom:1em}.entry-layout .entry-header h1.entry-title,.entry-layout .page-header .page-title{line-height:1.4;margin-bottom:1em}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote{border-left:4px solid #111;border-left:4px solid var(--color-quote-border);margin:0;padding-left:1em!important;margin-left:1.5rem}@media screen and (min-width:48em){.entry-content>blockquote{margin-left:auto}}blockquote cite{color:#6c7781;color:var(--color-quote-citation);font-size:13px;margin-top:1em;position:relative;font-style:normal}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.5em;max-width:100%;overflow:auto;padding:1.5em}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background:#f7f7f9;background:var(--color-theme-body)}hr{background-color:#e8e8e8;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em}a{color:#111;color:var(--color-link);text-decoration:none}a:active,a:focus,a:hover{color:#ef5455;color:var(--color-link-hover)}a:active,a:hover{outline:0;text-decoration:none}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:100%}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:100%;max-width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;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;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:FontAwesome;font-style:normal;font-weight:400;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video{margin:0 0 1.5em}p{margin:0 0 15px}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)}.primary-sidebar{width:100%;max-width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto}@media screen and (min-width:48em){.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width:60em){.primary-sidebar{padding:0}}.sticky{display:block}@media screen and (max-width:60em){.sticky-sidebar-enable .sticky-sidebar.is_stuck{position:static!important}.sticky-sidebar-enable .widget-area>div{height:auto!important}}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.widget-area .widget:first-child{margin-top:0}.widget-area .widget:last-child{margin-bottom:1rem}.widget-area .widget ul{list-style:none;margin:0;padding:0}.widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.widget li{line-height:1.5}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li,.widget_categories li{color:#7d7d7d;line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_categories .children{padding-top:0}.widget_nav_menu .sub-menu,.widget_pages .children{padding-top:0;padding-bottom:.5em}.widget_nav_menu a,.widget_pages a{display:block;padding:.6em 0}.widget_nav_menu a,.widget_nav_menu a:focus,.widget_nav_menu a:hover,.widget_pages a,.widget_pages a:focus,.widget_pages a:hover{text-decoration:none;border-bottom:1px dashed grey}.widget_nav_menu li,.widget_pages li{padding:0}.widget_nav_menu li ul,.widget_pages li ul{margin-left:1em}.widget_meta li{line-height:1.3;padding:0 0 .5em;margin-bottom:5px}.widget_recent_entries li{margin-bottom:8px}ol.wp-block-latest-comments{padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:10px}.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{margin-bottom:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}ol.wp-block-latest-comments{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:0}.widget-area .widget .wp-block-latest-posts{-webkit-margin-before:24px;margin-block-start:24px}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_recent_comments a:focus,.widget_recent_comments a:hover{padding-left:0}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{font-family:Open Sans,serif;font-family:var(--global-font-family);padding:.5em 0;font-size:.9em;line-height:1.3}.widget_search .search-submit{display:none}.elementor-page .wp-block-search__inside-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%}.elementor-page .wp-block-search__button{margin-left:10px;word-break:normal}.widget.widget_search input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.5em 1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius)}.widget #searchform input.text_input{padding-left:10px;width:100%;padding-right:65px}.widget #searchform{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget #searchform input[type=submit]{position:absolute;right:3px;border-radius:3px;height:38px;line-height:0}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:transparent;color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;background:var(--color-theme-white-box);border:1px solid #ccc}.widget_calendar .pad{background:#eaeaea}.widget_sfwd-courses-widget li h4{font-size:inherit;margin-bottom:10px}.widget_sfwd-courses-widget li:last-child h4{margin-bottom:0}.widget_calendar a{font-weight:900;text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;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}#primary[tabindex="-1"]:focus{outline:0}canvas{width:100%!important;height:auto!important}body.elementor-editor-active .site-header-wrapper{z-index:99}.elementor-template-full-width #page>.container,.elementor-template-full-width #page>.container-fluid{max-width:100%;padding:0}p:empty{margin:0}.wp-embed-responsive .wp-block-embed-vimeo .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed-youtube .wp-block-embed__wrapper:before,p:empty,p:empty:before{content:none}body.elementor-editor-active .primary-sidebar,body.elementor_library-template-default .primary-sidebar{display:none}body.elementor-editor-active .site-wrapper,body.elementor_library-template-default .site-wrapper{grid-template-columns:1fr!important}.site{margin:0 auto;max-width:100%;overflow:hidden}.site-wrapper{margin:1rem 0}.site-wrapper #item-header{margin-top:-1rem}@media (min-width:768px){.site-wrapper{margin:2rem 0}.site-wrapper #item-header{margin-top:-2rem}#primary,.site-wrapper{min-height:calc(100vh - 190px)}.page-template-full-width #primary,.page-template-full-width .site-wrapper{min-height:calc(100vh - 130px)}}@media (max-width:767px){.page-template-full-width:not(.elementor-editor-active) .site{padding-top:36px!important}}@media screen and (min-width:60em){.has-bbpress-sidebar-right.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-right:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right.bpsh-buddypress .site-wrapper,.has-sidebar-right.buddypress.search-results .site-wrapper,.has-sidebar-right.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-right .site-wrapper{display:grid;grid-template-columns:3fr 260px;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left.bpsh-buddypress .site-wrapper,.has-sidebar-left.buddypress.search-results .site-wrapper,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-left .site-wrapper{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both.bpsh-buddypress .site-wrapper,.has-sidebar-both.buddypress.search-results .site-wrapper,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-both .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{padding:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-both.bpsh-buddypress .site-main,.has-sidebar-both.buddypress.search-results .site-main,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-main{grid-column:2;min-width:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{grid-column:3;min-width:0}.site-header{grid-column:span 2}.has-woocommerce-sidebar-right .site-wrapper>.content-area,.site-main{grid-column:1;min-width:0}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-left.bpsh-buddypress .site-main,.has-sidebar-left.buddypress.search-results .site-main,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-wrapper>.content-area,.has-woocommerce-sidebar-left .site-main,.has-woocommerce-sidebar-left .site-wrapper>.content-area,.primary-sidebar{grid-column:2;min-width:0}.site-footer{grid-column:span 2}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-wrapper{grid-template-columns:3fr 260px!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-right .site-wrapper{grid-template-columns:260px 3fr!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-main{grid-column:1!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .primary-sidebar{grid-column:2!important}.page-template-page-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-left-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-right-sidebar .site-main{grid-column:1!important;min-width:0}.page-template-page-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-both-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.post-template-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.post-template-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.has-single-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-no-sidebar .site-wrapper{grid-template-columns:1fr!important}.has-single-post-no-sidebar .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.bp-docs .site-wrapper,.has-sidebar-left.bp-docs .site-wrapper,.has-sidebar-right.bp-docs .site-wrapper{display:block!important}.has-sidebar-both.has-docs-sidebar-right .site-wrapper,.has-sidebar-left.has-docs-sidebar-right .site-wrapper,.has-sidebar-right.has-docs-sidebar-right .site-wrapper{display:grid!important;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-both.has-docs-sidebar-right .site-main,.has-sidebar-left.has-docs-sidebar-right .site-main,.has-sidebar-right.has-docs-sidebar-right .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.has-docs-sidebar-right .primary-sidebar,.has-sidebar-left.has-docs-sidebar-right .primary-sidebar,.has-sidebar-right.has-docs-sidebar-right .primary-sidebar{grid-column:2!important;min-width:0}}.community-directory-left-sidebar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:60em){.site-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.community-directory-left-sidebar{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.left-sidebar,.woo-left-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:1rem}#primary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.primary-sidebar,.woo-primary-sidebar{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}}textarea{width:100%;resize:vertical}a.read-more.button,button[type=submit],input[type=button],input[type=reset],input[type=submit]{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:6px;border-radius:var(--button-border-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:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{color:#fff!important;font-size:18px!important;border-radius:50%!important;border:2px solid #fff!important;padding:3px!important}a.read-more.button:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff;color:var(--button-text-hover-color);background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}button:focus-visible{outline:2px solid #000}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#666;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius);padding:10px;min-height:38px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#111}a.menu-close:focus-visible{outline:2px solid #fff}table{border-collapse:collapse;border-spacing:0;width:100%;margin:0 0 1rem}table,table td,table th{border:1px solid #e8e8e8;border:1px solid var(--global-border-color)}table td,table th{padding:1rem}.widget_calendar table th{padding:.2em}select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 12px;color:inherit}.site-header-wrapper{position:relative;margin:0;padding-top:5px;padding-bottom:5px;border-top:0;background:#fff;background:var(--color-header-bg);min-height:51px;z-index:999;-webkit-box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15);box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15)}.sticky-header .site-header-wrapper.has-sticky-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:999}@media (max-width:767px){.site-header-wrapper{z-index:9999}}.sticky-header .site-header-wrapper.has-sticky-header{-webkit-box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15);box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15)}.site-header{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-image{margin:0 auto}.header-image img{display:block;margin:0 auto}.custom-logo-link{display:block}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-logo-wrapper>a{margin-right:15px}.site-branding img{width:auto;max-height:64px;-o-object-fit:contain;object-fit:contain}.site-title{margin:0 0 6px;font-size:38px;font-weight:700;line-height:1.2}.site-title,.site-title a{color:#111;color:var(--color-site-title)}.site-title a{text-decoration:none}.site-title:hover,.site-title a:hover{color:#ee4036;color:var(--color-site-title-hover)}.site-description{margin:-5px 0 0;font-size:14px;font-weight:inherit;line-height:1.4;word-wrap:break-word;color:#757575;color:var(--color-site-tagline)}.nav--toggle-small .menu-toggle{display:block;margin:0;padding:10px!important;font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);font-size:80%;line-height:0!important;color:#111;text-transform:uppercase;border:0;border-radius:0;background:transparent;float:right;cursor:pointer;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.nav--toggle-small .menu-toggle .fa{font-size:24px}.mobile-menu-heading,.nav--toggle-sub .dropdown{display:none}body.admin-bar .site-header-wrapper.has-sticky-header{top:32px}@media (max-width:782px){body.admin-bar .site-header-wrapper.has-sticky-header{top:46px}.main-navigation .user-profile-menu .sub-menu{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}}@media (max-width:600px){body.admin-bar .has-sticky-header .main-navigation .primary-menu-container,body.admin-bar .site-header-wrapper.has-sticky-header{top:0}}.primary-menu-container .dropdown-toggle:after{border:0}.main-navigation .bp-header-submenu li a,.main-navigation .user-profile-menu li a{padding:6px 15px;border-radius:6px}.main-navigation .bp-header-submenu li a:hover,.main-navigation .user-profile-menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation .buddyx-mobile-menu,.moible-icons{display:none}@media (max-width:767px){.site-branding{-webkit-box-flex:1;-ms-flex:1;flex:1}.desktop-icons,.main-navigation .primary-menu-container.buddyx-desktop-menu{display:none}.main-navigation .buddyx-mobile-menu,.moible-icons{display:block}.nav--toggle-small .menu,.nav--toggle-small.nav--toggled-on .menu{display:block;padding:0 20px 20px}.mobile-menu-close{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7);-webkit-transition:all .3s ease;transition:all .3s ease}.has-sticky-header .mobile-menu-close{z-index:99}.mobile-menu-opened .mobile-menu-close{opacity:1;visibility:visible}.main-navigation .primary-menu-container{position:fixed;top:0;bottom:0;right:0;width:340px;overflow:auto;background-color:#fff;background-color:var(--color-header-bg);z-index:9999;-webkit-transform:translate3d(340px,0,0);transform:translate3d(340px,0,0);-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;visibility:hidden}body.admin-bar .main-navigation .primary-menu-container{top:46px}.mobile-menu-opened .primary-menu-container{display:block;-webkit-transform:none;transform:none;opacity:1;visibility:visible;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mobile-menu-heading{margin-bottom:20px;padding:28px 20px;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu-heading .menu-title{letter-spacing:.6px;margin-bottom:0;padding-bottom:0;font-size:24px;text-transform:uppercase;vertical-align:middle;display:inline-block;color:#fff}.mobile-menu-heading .menu-close{width:auto;color:#fff;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.6px;line-height:35px;position:relative;cursor:pointer;padding-right:21px}.mobile-menu-heading .menu-close:after,.mobile-menu-heading .menu-close:before{content:" ";position:absolute;right:0;top:50%;margin-top:-1px;width:15px;height:2px;display:inline-block;background-color:#fff;-webkit-transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.mobile-menu-heading .menu-close:hover:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-heading .menu-close:hover:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.buddyx-mobile-menu .dropdown-toggle{display:block;position:absolute;top:0;right:0;margin:0;padding:0;width:36px;height:36px;text-align:center;outline:0;background-color:#ef5455;background-color:var(--button-background-color);border:1px solid #ef5455;border:1px solid var(--button-border-color);border-radius:3px}.buddyx-mobile-menu .dropdown-toggle:after{content:"\f107";font-family:FontAwesome;font-size:18px;border:0}.main-navigation ul.menu ul li{padding-left:0}#primary-menu .sub-menu,.mobile-user-profile-menu .sub-menu{display:none}#primary-menu .sub-menu.toggle-show,.mobile-user-profile-menu .sub-menu.toggle-show{display:block}.main-navigation .buddyx-mobile-menu ul.menu li a{padding:.5em 1em;border-radius:6px}.main-navigation .buddyx-mobile-menu ul.menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation ul li.menu-item-has-children{position:relative}.buddyx-mobile-user .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 30px 20px}.buddyx-mobile-user .user-wrap a{width:auto;padding:0}.buddyx-mobile-user .user-wrap .avatar{border-radius:50%;margin-right:15px;max-width:52px}.buddyx-mobile-user .user-wrap .user-name{font-size:18px;font-weight:600}.buddyx-mobile-user .my-account-link a{font-size:13px;color:#939597;line-height:1}}@media (max-width:480px){.main-navigation .primary-menu-container{width:300px}}@media (min-width:768px){.primary-menu-container{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav--toggle-small .menu-toggle{display:none}.nav--toggle-small .menu{display:block}.nav--toggle-sub .dropdown-symbol{display:block;background:transparent;position:absolute;right:20%;top:50%;width:60%;height:60%;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nav--toggle-sub ul ul{display:none;position:absolute;top:100%;right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;padding:10px 0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:none;transition:none}.nav--toggle-sub ul .hideshow ul{margin-left:-10px}.hideshow.menu-item--has-toggle>ul.sub-menu:before{right:24px}.menu-item--has-toggle>ul.sub-menu:before,.nav--toggle-sub ul.user-profile-menu .sub-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.nav--toggle-sub ul.user-profile-menu .sub-menu:before,.sub-menu li.menu-item--has-toggle>ul.sub-menu:before{top:11px;left:auto;right:-13px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav--toggle-sub ul.user-profile-menu .sub-menu{top:0;left:auto;right:100%}.main-navigation ul.sub-menu li a{padding:5px 15px;border-radius:6px}.main-navigation ul.sub-menu li a:hover{background:rgba(0,0,0,.02)}.nav--toggle-sub .dropdown,.nav--toggle-sub .dropdown-toggle{background:transparent;position:absolute;right:0;top:50%;width:.7em;width:var(--dropdown-symbol-width);height:.7em;height:var(--dropdown-symbol-width);font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:visible;display:none}.nav--toggle-sub ul ul .dropdown,.nav--toggle-sub ul ul .dropdown-toggle{top:32%;right:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav--toggle-sub ul ul .dropdown-symbol{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav--toggle-sub .dropdown-toggle:hover,.nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle{pointer-events:none}.nav--toggle-sub li.menu-item--has-toggle,.nav--toggle-sub li.menu-item-has-children{position:relative;padding-right:.7em;padding-right:var(--dropdown-symbol-width)}.main-navigation.nav--toggle-sub ul.sub-menu li.menu-item--has-toggle{padding-right:0}.nav--toggle-sub li.menu-item--has-toggle:after,.nav--toggle-sub li.menu-item-has-children:after{content:"\f107";font-family:FontAwesome;display:inline-block;width:12px;height:20px;line-height:20px;position:absolute;right:0;top:0;bottom:0;margin:auto;font-size:inherit;font-weight:900}.nav--toggle-sub li.menu-item--has-toggle .sub-menu li:after,.nav--toggle-sub li.menu-item-has-children .sub-menu li:after{right:10px}.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:hover>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul{display:block;-webkit-transition:none;transition:none}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block;-webkit-transition:none;transition:none}}.main-navigation{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;max-width:var(--content-width);font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family)}.main-navigation a{display:block;width:100%;padding:.5em 1em .5em 0;text-decoration:none}.main-navigation a,.main-navigation ul li a,.nav--toggle-small .menu-toggle,.nav--toggle-sub li.menu-item-has-children{color:#111;color:var(--color-menu)}.main-navigation a:hover,.main-navigation ul li a:hover,.nav--toggle-small .menu-toggle:hover,.nav--toggle-sub li.menu-item-has-children:hover{color:#ee4036;color:var(--color-menu-hover)}.nav--toggle-small .menu-toggle{border-color:#111;border-color:var(--color-menu)}.nav--toggle-small .menu-toggle:hover{border-color:#ee4036;border-color:var(--color-menu-hover)}.main-navigation ul li.current-menu-item>a{color:#ee4036;color:var(--color-menu-active)}.main-navigation ul{display:block;list-style:none;margin:0;padding:0}.main-navigation ul ul li{padding-left:1em}@media (min-width:768px){.main-navigation ul#primary-menu>li>a{padding:1.5em .5em}.main-navigation ul li a{padding:.8em .5em}.main-navigation ul li{margin:0 0 0 .5em}.main-navigation ul li:first-child{margin-left:0}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{padding-left:0;margin-left:0}.main-navigation ul ul.sub-menu li{margin:0 10px}.main-navigation ul ul li a{width:170px;background:none}.main-navigation ul ul ul{top:0;right:100%;min-height:100%}.main-navigation ul ul ul ul{right:-170px}.sub-menu li.menu-item--has-toggle>ul ul.sub-menu:before{top:30px;left:0;right:auto;-webkit-transform:rotate(230deg);transform:rotate(230deg)}.main-navigation .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;float:left}}.menu-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:10px 0}.menu-icons-wrapper .search{position:relative;margin:0 10px}.main-navigation .cart a,.main-navigation .search a{padding:0}.menu-icons-wrapper .cart,.menu-icons-wrapper .search{float:left;position:relative}.menu-icons-wrapper>.cart{margin:0 10px}.menu-icons-wrapper .top-menu-search-container{display:none;position:absolute;right:-10px;top:calc(100% + 20px);z-index:9}.menu-icons-wrapper #searchform{max-width:340px;position:relative;background:#fff;margin:0;padding:5px 45px 5px 15px;border-radius:8px;border-radius:var(--global-border-radius);-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1)}.menu-icons-wrapper #searchform input[type=search]{border:none;background:none;padding:0 0 0 5px;text-transform:uppercase;font-size:12px;width:280px;-webkit-appearance:none}.cart-info:before,.cart-total:before,.menu-icons-wrapper #searchform input[type=search]{color:#aaa}#searchform .search-icon{display:none}.menu-icons-wrapper #searchform input[type=submit]{width:45px;height:45px;margin:0;padding:0;position:absolute;right:0;top:4px;z-index:1;cursor:pointer;background:none;border:0;text-indent:-9999px}.menu-icons-wrapper #searchform input[type=submit]:focus{border:1px dotted #aaa}.menu-icons-wrapper #searchform:before{content:"\f002";position:absolute;font-family:FontAwesome;font-size:14px;right:15px;top:0;bottom:0;margin:auto;height:22px;color:#c2c2c2}.buddypress-icons-wrapper .bp-msg sup,.buddypress-icons-wrapper .user-notifications sup,.menu-icons-wrapper .cart sup{width:15px;height:15px;line-height:15px;text-align:center;letter-spacing:0;font-size:9px;font-weight:700;background:#ef5455;background:var(--color-theme-primary);color:#fff;border-radius:50%;position:absolute;top:-5px;right:-8px;display:inline-block}@media (max-width:767px){.menu-icons-wrapper:after{content:"";display:table;clear:both}.menu-icons-wrapper{float:none}}@media (max-width:480px){.menu-icons-wrapper #searchform input[type=search]{width:auto}}.buddypress-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:15px}.buddypress-icons-wrapper.buddyx-mobile-icon{display:none}.buddypress-icons-wrapper a{padding:0}.buddypress-icons-wrapper .bp-msg a,.buddypress-icons-wrapper .user-notifications a{position:relative}.buddypress-icons-wrapper .bp-msg,.buddypress-icons-wrapper .user-link-wrap,.buddypress-icons-wrapper .user-notifications{margin:0 10px;padding:10px 0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-icons-wrapper .user-link-wrap{margin-right:0}.buddypress-icons-wrapper .user-notifications{position:relative}.buddypress-icons-wrapper .user-link-wrap img,.buddypress-icons-wrapper .user-link-wrap img.avatar{width:40px;height:40px;border-radius:50%}.buddypress-icons-wrapper .user-link-wrap{padding:0;position:relative}.buddypress-icons-wrapper #bp-notify{width:300px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner{max-height:400px;overflow-y:auto;margin:0;padding:15px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item{padding:10px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item:hover{background:rgba(0,0,0,.02);border-radius:6px;border-radius:var(--form-border-radius)}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item .mute{font-size:80%;color:#757575}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item p{margin:0}.buddypress-icons-wrapper #bp-notify .alert-message{padding:15px}.buddypress-icons-wrapper #bp-notify .dropdown-footer{padding:15px;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.user-link-wrap .user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.user-link-wrap .bp-user{padding-right:15px}#user-profile-menu{width:170px}.main-navigation #user-profile-menu,.main-navigation .bp-header-submenu{display:none;position:absolute;top:100%;right:-8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:all .3s;transition:all .3s}.main-navigation .bp-header-submenu.bp-notify{right:-25px}.bp-header-submenu:before,.user-profile-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.main-navigation #user-profile-menu{right:0;padding:10px 0}.user-profile-menu:before{right:50px}.buddypress-icons-wrapper .user-link-wrap.active #user-profile-menu,.buddypress-icons-wrapper .user-link-wrap:hover #user-profile-menu,.buddypress-icons-wrapper .user-notifications.active #bp-notify,.buddypress-icons-wrapper .user-notifications:hover #bp-notify{display:block}#user-profile-menu li{margin:0 10px;padding:0}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{padding:.8em .5em}.buddypress-icons-wrapper .btn-login span,.buddypress-icons-wrapper .btn-register span{margin-right:6px}@media (max-width:767px){.buddypress-icons-wrapper{display:none}.buddypress-icons-wrapper.buddyx-mobile-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{font-size:12px}.buddypress-icons-wrapper .user-link-wrap,span.bp-user{display:none}.main-navigation #user-profile-menu{top:calc(100% + 8px)}.user-profile-menu:before{right:24px}.buddyx-mobile-icon .user-link-wrap .user-link,.buddyx-mobile-icon .user-notifications>.bp-icon-wrap{pointer-events:none}}@media (max-width:480px){.main-navigation{margin-left:auto}.site-title a{font-size:24px!important}.menu-icons-wrapper .top-menu-search-container{right:-80px}.menu-icons-wrapper #searchform{max-width:200px}}@media (min-width:360px) and (max-width:440px){.buddypress-icons-wrapper #bp-notify{right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}@media (max-width:359px){.buddypress-icons-wrapper #bp-notify{width:280px;right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}.site-main .comment-navigation,.site-main .pagination,.site-main .post-navigation,.site-main .posts-navigation{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);margin:0 auto 2em;max-width:100%;max-width:var(--content-width);overflow:hidden;padding:0 1.5rem 2em}.site-main .post-navigation,.site-main .posts-navigation{position:relative;margin:1rem 0;padding:1em 0;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.post-navigation-sub{display:none}.nav-previous a:before{content:"\f104";margin-right:10px}.nav-next a:after,.nav-previous a:before{font-family:FontAwesome;display:inline-block}.nav-next a:after{content:"\f105";margin-left:10px}@media screen and (min-width:48em){.site-main .comment-navigation,.site-main .pagination{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{width:50%;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{text-align:end;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.post-navigation-sub span{color:#505050;color:var(--global-font-color);text-decoration:none;display:inline-block}.site-main .pagination{background:transparent;margin-bottom:1.5em;border:0;-webkit-box-shadow:none;box-shadow:none}.pagination .nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-bottom:.5em;margin-right:1em;min-width:1.75em;line-height:1.5;text-align:center;background:#fff;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8;padding:10px 15px;text-decoration:none}.pagination a:active,.pagination a:hover{border-color:#00a0d2}.pagination .next,.pagination .prev{min-width:auto;border-color:transparent}.pagination .next:active,.pagination .next:focus,.pagination .next:hover,.pagination .prev:active,.pagination .prev:focus,.pagination .prev:hover{border-color:transparent}.pagination .dots{min-width:auto;border:none}.pagination .current{color:#ef5455;color:var(--color-theme-primary);border-color:#505050;border-color:var(--global-font-color)}.site-footer{margin:1em 0 0;background:#fff;color:#505050;color:var(--color-footer-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.site-footer .widget-title{color:#111;color:var(--color-footer-title)}.site-footer a{color:#111;color:var(--color-footer-link)}.site-footer a:active,.site-footer a:hover{color:#ef5455;color:var(--color-footer-link-hover)}.page-template-full-width .site-footer{margin:0}.footer-inner{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px}.footer-widget{width:100%;margin:0 15px}.footer-widget ul{list-style:none;margin:0;padding:0}.footer-widget:first-child{margin-left:0}.footer-widget:last-child{margin-right:0}@media (max-width:991px){.footer-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-widget{width:50%;margin:0}}@media screen and (max-width:37.5em){.footer-inner{margin:50px 0;display:block}.footer-widget{width:100%}}.site-info{padding:2em 0;background:#fff;background:var(--color-copyright-bg);color:#505050;color:var(--color-copyright-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);text-align:center}.site-info a{color:#111;color:var(--color-copyright-link)}.site-info a:hover{color:#ef5455;color:var(--color-copyright-link-hover)}.infinite-scroll.neverending .site-footer,.infinite-scroll .pagination,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}body.layout-boxed{background-attachment:fixed;background-color:#f7f7f9;background-color:var(--color-theme-body)}@media (min-width:1170px){.layout-boxed .site,.layout-boxed .site-header-wrapper{width:1170px;margin:0 auto;background:#fff;background:var(--color-header-bg)}}body.layout-boxed .site{background-color:#fff;background-color:var(--color-layout-boxed)}.bp-user .site-sub-header,.group-create .site-sub-header,.single-item.groups .site-sub-header{display:none}.site-sub-header{position:relative;color:#111;color:var(--color-subheader-title);margin-bottom:1rem;padding:30px 0;background:hsla(0,0%,100%,.5);width:100vw;margin-left:-50vw;left:50%}.layout-boxed .site-sub-header{width:auto;left:auto;margin:0 -15px}.site-sub-header .woocommerce-products-header,.site-sub-header>.container{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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 15px}.site-sub-header .woocommerce-products-header{width:100%;padding:0}.site-sub-header>.container:before{content:none}@media (max-width:991px){.site-sub-header>.container{padding:0 20px}}.archive-description p{margin:0}.site-sub-header .entry-header,.site-sub-header .entry-header .entry-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-header .page-title,.site-sub-header .page-title{position:relative;margin:0;z-index:1}.site-sub-header .entry-header-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-title{color:#111;color:var(--color-subheader-title);margin-right:auto}.site-sub-header .entry-header-title a,.site-sub-header .entry-title a,.site-sub-header .page-header a,.site-sub-header .page-title a{color:inherit}@media screen and (max-width:37.5em){.site .site-sub-header .entry-title,.site .site-sub-header .page-title{font-size:24px}}#breadcrumbs,.buddyx-breadcrumbs{font-size:14px;margin:0}#breadcrumbs a,.buddyx-breadcrumbs a{color:#ef5455;color:var(--color-theme-primary)}#breadcrumbs a:hover,.buddyx-breadcrumbs a:hover{text-decoration:underline}.buddyx-trail-items{list-style:none}.buddyx-trail-items,.buddyx-trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0}.buddyx-trail-items li:not(.trail-end):after{padding:0 .3em;content:"\00bb"}.wp-editor-container button{background-color:inherit!important;border-color:inherit!important}.wp-editor-wrap .wp-switch-editor.switch-html,.wp-editor-wrap .wp-switch-editor.switch-tmce{background:#f5f5f5;border-color:#e2e2e2;color:#555}.wp-editor-wrap.html-active .switch-tmce,.wp-editor-wrap.tmce-active .switch-tmce{border-color:#e2e2e2}.mce-container iframe,.wp-editor-container textarea.wp-editor-area{height:250px!important}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid transparent!important}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{border-color:inherit!important;-webkit-box-shadow:none!important;box-shadow:none!important}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid transparent!important}.mce-toolbar .mce-listbox button:hover{color:#595959}.mce-toolbar .mce-btn-group .mce-btn button{background:inherit;border-color:inherit;border:1px solid transparent!important}button.media-menu-item{color:#72777c!important}.media-router .media-menu-item:hover{background:0 0!important;border:0!important}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--default .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article .entry-content{margin-top:0}.buddyx-article .entry-content p{margin:0}.buddyx-article-col{position:relative;margin-top:2rem;margin-top:var(--el-spacing);margin-bottom:2rem;margin-bottom:var(--el-spacing)}.buddyx-article-col .entry-title{margin-bottom:0}@media (min-width:992px){.buddyx-article--default .buddyx-article-col{margin-top:2rem;margin-top:calc(var(--el-spacing)*1);margin-bottom:2rem;margin-bottom:calc(var(--el-spacing)*1)}}.buddyx-article-col:first-child{margin-top:0}.buddyx-article-col:last-child{margin-bottom:0}.buddyx-article-col .meta-category__item:not(:first-child),.buddyx-article-col .meta-category__item span{display:none}.buddyx-article:after{content:" ";display:block;clear:both}.buddyx-article--default .buddyx-article>*{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.buddyx-article--default .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--default a.post-thumbnail{display:block}.buddyx-post-thumbnail p{margin:0}.buddyx-article--default .post-thumbnail img{border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article--list .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:FontAwesome;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-bottom:0;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;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-article--masonry.without-masonry a.post-thumbnail{position:relative;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px;border-radius:calc(var(--global-border-radius) - 4px)}.buddyx-article--masonry.without-masonry a.post-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-quote-block{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;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:FontAwesome;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{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;background:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .gallery 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%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-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;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid hsla(0,0%,100%,.45);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;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{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}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:calc(var(--container-xl));position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}.post-meta-tags .post-meta-tag__item{display:inline-block}.post-meta-tags .post-meta-tag__item>a{color:#ef5455;color:var(--color-theme-primary)}.post-meta-tags.badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;grid-gap:10px;gap:10px}.post-meta-tags.badge .post-meta-tag__item>a{background-color:#ef5455;background-color:var(--color-theme-primary);color:#fff;display:inline-block;padding:4px 8px;font-size:13px;line-height:1.2;font-weight:400;border-radius:3px}.post-meta-tags.underline .post-meta-tag__item>a{text-decoration:underline}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{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;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:100%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3);margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}#wp-idea-stream a.button,#wp-idea-stream button:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:not(.ed_button),#wp-idea-stream input[type=reset],#wp-idea-stream input[type=submit]:not(.search-submit),a.wpis-title-button,body.single-ideas #comments .comment-reply-link{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:3px;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 #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#wp-idea-stream a.button:focus,#wp-idea-stream a.button:hover,#wp-idea-stream button:hover:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:hover:not(.ed_button),#wp-idea-stream input[type=reset]:hover,#wp-idea-stream input[type=submit]:hover:not(.search-submit),a.wpis-title-button:focus,a.wpis-title-button:hover,body.single-ideas #comments .comment-reply-link:hover{background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color);color:#fff;color:var(--button-text-hover-color)}#wp-idea-stream div#pag-top{margin-bottom:2em;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream div#pag-bottom{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream ul.idea-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}#wp-idea-stream ul.idea-list>li+li{margin-top:2em}.idea-footer{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}#wp-idea-stream .idea-list li .has_featured_image div.idea-footer{margin-bottom:0}#wp-idea-stream ul.idea-list .idea-content.has_featured_image{margin:0}ul#ideas-main-nav form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#wp-idea-stream ul#ideas-main-nav li form input{height:38px}#wp-idea-stream ul#ideas-main-nav li form input[type=submit]{line-height:1.1}#wp-idea-stream ul.idea-comments-list .idea-comment-avatar img,#wp-idea-stream ul.idea-list .idea-avatar img{border-radius:3px}.css-events-list table.events-table td{padding:1rem}.single .type-event .entry-taxonomies{display:none}.single .type-event ul.event-categories{margin:0;padding:0;list-style:none}.single .type-event ul.event-categories li{display:inline-block}.single .type-event ul.event-categories li a{margin:0;padding:4px 8px;border:1px solid} \ No newline at end of file diff --git a/assets/css/platform.css b/assets/css/platform.css index 6f2a35c..8a100e5 100644 --- a/assets/css/platform.css +++ b/assets/css/platform.css @@ -375,6 +375,10 @@ span.bb-activity-edited-text { padding: 0; } +.buddypress-wrap .activity-list .activity-item.new_blog_comment .activity-content .activity-inner { + margin-bottom: 0; +} + .bb-media-length-1 .bb-activity-media-elem .entry-img { padding-top: 0 !important; } @@ -400,12 +404,14 @@ span.bb-activity-edited-text { } } -.activity-list li.blogs .activity-content .activity-inner { - max-width: 100%; +.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link { + background-color: var(--global-body-lightcolor); + border-radius: 4px; } .activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img { - width: 100%; + width: auto; + border-radius: 4px; } #buddypress .activity-list .comment-item .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a.delete:before { @@ -1587,13 +1593,6 @@ span.bbp-author-avatar img { border: none; } -.medium-editor-element p { - margin: 0; - display: flex; - align-items: center; - flex-flow: row wrap; -} - .bp-messages-content .send-reply { margin-top: 20px; } diff --git a/assets/css/platform.min.css b/assets/css/platform.min.css index bc56f1e..f130d13 100644 --- a/assets/css/platform.min.css +++ b/assets/css/platform.min.css @@ -1 +1 @@ -.buddypress-wrap .bp-invites-search-form:before,.buddypress-wrap form.bp-dir-search-form:before,.buddypress-wrap form.bp-messages-search-form:before{content:""!important}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;width:0;height:0}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}.buddypress-wrap .grid-filters{background-color:#fff}.buddypress-wrap .grid-filters a.active{color:var(--color-theme-primary)}.bp-hide{display:none!important}li#bp-activity-ajax-loader{list-style:none}.activity-list .bb-activity-more-options-wrap{top:0;margin:0!important}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options{top:30px}.bb-action-popup .bb-model-header .bb-model-close-button .bb-icon-times{font-size:24px}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button{margin:0}img.emoji,img.emojioneemoji{width:18px!important;height:18px!important}.activity-update-form #whats-new-avatar{padding:0}#whats-new-heading h5{margin-bottom:0}#whats-new-form.focus-in #bp-activity-privacy-point{font-size:12px;padding:4px 8px;border-radius:4px;line-height:1;border:1px solid var(--global-border-color)}.activity-update-form:not(.modal-popup) #whats-new-form{border:0;border-radius:var(--global-border-radius)!important}.activity-update-form #whats-new-avatar img{max-width:45px}.activity-update-form:not(.modal-popup) #whats-new-form #whats-new-toolbar{background-color:rgba(0,0,0,.02);border-top:1px solid var(--global-border-color);border-radius:0 0 var(--global-border-radius) var(--global-border-radius)!important}.activity-update-form .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- .whats-new-form-footer{border-top:1px solid #d2d4d6}.activity-update-form.modal-popup #whats-new-form,.bp-nouveau-activity-form-placeholder-.modal-popup #whats-new-form{border-radius:var(--global-border-radius)}.activity-update-form .activity-form.focus-in .bb-model-header,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in .bb-model-header{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}.activity-update-form .activity-form.focus-in#whats-new-form #whats-new-toolbar,.activity-update-form .activity-form.focus-in .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in .whats-new-form-footer{border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.activity-update-form .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- .whats-new-form-footer{background-color:rgba(0,0,0,.02)}.activity-update-form #whats-new-form #whats-new-toolbar{background-color:transparent}.dropzone.dz-started .dz-default.dz-message .dz-button{padding-top:0!important;background:transparent!important;border:0}.dropzone .dz-default{background:#f8f8f8;background-color:#f8f8f8;border:1px solid var(--global-border-color);border-radius:6px;min-height:185px;max-height:185px;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:#122b46;letter-spacing:-.24px;line-height:26px;padding:20px 0}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important;color:#aaa!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:54px;width:54px;display:inline-block;background-color:rgba(0,0,0,.05);border-radius:50%;line-height:54px;color:#a3a5a9;margin-bottom:10px}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:#122b46;font-weight:700;font-size:1.1em;margin-bottom:2px}.dropzone.media-dropzone .dz-default .dz-button:before,.dropzone.media-dropzone .dz-default .dz-button:hover:before{content:"\ee06"}.activity-attached-gif-container,.messages-attached-gif-container{background-repeat:no-repeat;margin:15px 0;max-width:100%}.bb-media-info-section .activity-comments form{margin:0}.activity-update-form #whats-new-content{margin-left:0}#whats-new-messages-toolbar,#whats-new-toolbar{padding:15px}.activity-update-form.modal-popup{margin:0;border-radius:0!important}#whats-new-attachments.empty,.activity-update-form #whats-new{padding:0}#whats-new-attachments.empty .activity-attached-gif-container{margin:0}.buddypress .entry-content #whats-new-textarea ol,.buddypress .entry-content #whats-new-textarea ul{list-style:decimal;margin:0 0 3px 18px;padding:0}.buddypress .entry-content #whats-new-textarea ul{list-style:disc}.activity-list .activity-item .activity-inner p{margin-bottom:15px}.buddypress-wrap #whats-new-textarea{padding:0}.activity-update-form #whats-new{border:0}.activity-content .bb-activity-media-elem .entry-img{border-radius:0}.activity-list .activity-item .activity-meta.action .bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.bp-feedback .bp-help-text,.buddypress-wrap .bp-feedback p{padding-left:25px}.activity-list .activity-item .activity-header .activity-time-since:before{content:none}.activity-state{margin:0 15px 15px}.activity-item .activity-header .activity-time-since,.activity-list .activity-item .activity-header .activity-time-since{display:none}.activity-list .activity-item .activity-header p.activity-date{display:inline-block;font-size:14px}.activity-list .activity-item .activity-header .time-since,.activity-list .activity-item .activity-header p.activity-date a{font-weight:400}.bb-media-privacy-wrap:before{content:"\00b7";display:inline-block;margin:0 4px}.bb-media-privacy-wrap .activity-privacy{left:-5px}span.bb-activity-edited-text{font-size:12px}.activity-list .activity-item .activity-content .activity-inner{padding:0 1em 1em}.activity-list .activity-item .activity-content .activity-state{padding:0 1em}.buddypress-wrap .activity-inner p{padding:0}.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important}.bb-media-length-1 .bb-activity-media-elem.media-activity{width:100%}.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static;width:100%}.bb-activity-video-elem .bb-video-duration,.bb-media-section .bb-video-duration,.bb-video-thumb .bb-video-duration{padding:1px 8px!important}@media screen and (max-width:46.8em){.activity-list .activity-item .bp-generic-meta.action .button span{font-size:0}}.activity-list li.blogs .activity-content .activity-inner{max-width:100%}.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img{width:100%}#buddypress .activity-list .comment-item .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a.delete:before{vertical-align:middle}form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{-webkit-box-shadow:none;box-shadow:none;border:1px solid var(--global-border-color);border-radius:var(--form-border-radius)}#whats-new-form.activity-form.has-draft #discard-draft-activity{padding:0;font-size:14px!important;font-weight:400}.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice{margin:0;border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}#buddypress .bb_more_options .bb_more_options_list:after,.bb_more_options .bb_more_options_list:after{content:none}.directory.document .document-options,.directory.media .media-options,.directory.video .video-options{position:static}.buddypress-wrap .members-list:not(.grid) .list-wrap{background:var(--color-theme-white-box);padding:1em;border:1px solid var(--global-border-color)}.buddypress-wrap .grid.bp-list>li .item-avatar{margin-left:auto;margin-right:auto;margin-bottom:15px}.buddypress-wrap .members-list li .list-wrap .member-type{margin:0 0 5px}.members-directory-wrapper .bp-profile-search-widget{margin-right:30px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.member-action-wrapper{margin-left:auto}.bp-single-vert-nav .bp-wrap{margin-bottom:15px}#object-nav .hideshow .sub-menu{top:46px}.grid>li .list-wrap{overflow:visible;overflow:initial}#buddypress .members-list .bb_more_options .bb_more_options_action i,.members-list .bb_more_options .bb_more_options_action i{background:rgba(0,0,0,.2);color:#fff;width:30px;height: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;border-radius:100px}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:5px}.buddypress-wrap .grid.bp-list li .generic-button{margin-bottom:0}.buddypress-wrap .members-list li .footer-button-wrap .generic-button,.buddypress-wrap .members-list li .member-button-wrap .generic-button,.buddypress-wrap .members-list li .primary-action .generic-button{padding:0}.buddypress-wrap .members-list li .footer-button-wrap .generic-button a,.buddypress-wrap .members-list li .member-button-wrap .generic-button a,.buddypress-wrap .members-list li .member-button-wrap .generic-button button,.buddypress-wrap .members-list li .primary-action .generic-button a{width:100%}.buddypress-wrap .members-list:not(.grid) li .member-status.online{top:0;bottom:0;right:0}@media screen and (min-width:46.8em){.bp-list:not(.grid) li .item .item-block{display:block}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .member-action-wrapper,.bp-nouveau .groups-list.bp-list:not(.grid) .member-action-wrapper,.bp-nouveau .members-group-list.bp-list:not(.grid) .member-action-wrapper,.bp-nouveau .members-list.bp-list:not(.grid) .member-action-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .groups-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .members-group-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .members-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button{margin:0 10px 0 0;padding:0}}@media screen and (max-width:46.8em){.members-directory-wrapper{display:block}.members-directory-wrapper .bp-profile-search-widget{margin-left:0;margin-bottom:30px}.buddypress-wrap .members-list:not(.grid) .list-wrap{padding-bottom:5px}.bp-list li .item-avatar{max-width:100px;margin:0 auto 15px}.buddypress-wrap .members-list li .list-wrap .followers-wrap,.buddypress-wrap .members-list li .list-wrap .member-type{text-align:center}.member-action-wrapper{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.member-action-wrapper .member-button-wrap.footer-button-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.members-directory-wrapper .bp-profile-search-widget .bps-form-title{margin-top:15px}.members-directory-wrapper .bp-profile-search-widget .bps-form{position:relative;margin:0 0 30px;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.members-directory-wrapper .bp-profile-search-widget{margin:0}@media screen and (min-width:46.8em){.members-directory-wrapper .bp-profile-search-widget{margin-left:0;margin-right:30px}}@media screen and (max-width:590px){.buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.round-avatars #buddypress #item-header-cover-image #item-header-avatar .member-status{right:15px;top:15px}body:not(.round-avatars) .buddypress-wrap .members-list li .member-status{right:-2px;top:-2px}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .list-wrap{background:var(--color-theme-white-box);border:1px solid var(--global-border-color)}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{padding:1em}.buddypress-wrap ul.bp-list.groups-dir-list.grid li.item-entry{margin-bottom:30px}.buddypress-wrap ul.bp-list.groups-dir-list.grid .group-avatar-wrap img.avatar{margin-top:0}.buddypress-wrap ul.bp-list.groups-dir-list li.item-entry .group-avatar-wrap img.avatar{max-width:126px;width:100%;border-radius:50%}.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item{padding:0}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap .item .list-title{margin-top:0}.buddypress-wrap ul.bp-list.groups-dir-list.grid li.item-entry .item-avatar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item-avatar{margin-right:15px}.buddypress-wrap ul.bp-list.groups-dir-list.grid .group-avatar-wrap{margin-left:0}.buddypress-wrap ul.bp-list.groups-dir-list.grid.bb-cover-enabled .group-avatar-wrap img.avatar{margin-top:auto;max-width:126px;width:100%;border-radius:3px}body.round-avatars .buddypress-wrap ul.bp-list.groups-dir-list.grid.bb-cover-enabled .group-avatar-wrap img.avatar{border-radius:50%}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap .item .item-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-wrap ul.bp-list.groups-dir-list.grid .group-footer-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:10px}.buddypress-wrap ul.bp-list.groups-dir-list.grid .bs-group-members{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress-wrap ul.bp-list.groups-dir-list.grid .footer-button-wrap .action .generic-button{margin-top:0}#group-create-body .creation-step-name{margin:1em 0}.group-create-links{margin-bottom:20px}.group-settings-selections fieldset{margin-top:20px}.buddypress-wrap .standard-form #group-create-body label,.buddypress-wrap .standard-form #group-create-body span.label{display:inline}.buddypress-wrap select#group-invites-send-to-input{height:auto;background-image:none;padding-right:10px}#bp-invites-submit-loader .dashicons-update:before{content:"\f463";font-family:dashicons}#cover-image-container{height:auto}#buddypress #header-cover-image.cover-small{height:225px}#buddypress #header-cover-image.cover-large{height:300px}#buddypress #item-header-cover-image #item-header-avatar{float:left;overflow:visible;width:auto}#buddypress #item-header-cover-image #item-header-avatar span.link-change-overlay{display:none}#item-header a.link-change-cover-image>i,#item-header a.link-change-profile-image>i,#item-header a.position-change-cover-image>i{font-size:34px}.users-header #item-header-avatar a.link-change-profile-image{top:55px}@media screen and (min-width:783px){#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0 0 0 2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-user .bb-enable-cover-img .bb_more_options{margin-top:0}.single-headers img.avatar{float:left}}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-header-avatar,.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar{float:none;width:auto}#buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0 auto 15px}.single-headers .item-header-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#cover-image-container.item-header-cover-image-wrapper{width:100%;height:auto;margin:-50px 0 0;left:auto}.item-header-cover-image-wrapper{min-height:185px}.messages .bp-vertical-navs .member-home,.my-messages .bp-vertical-navs .member-home{grid-template-columns:1fr}.messages .bp-vertical-navs .member-home aside#secondary,.my-messages .bp-vertical-navs .member-home aside#secondary{display:none}.bb-select-container span.select2-selection__choice__remove:before{content:"\f335";font-family:dashicons}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){margin-bottom:15px}@media screen and (min-width:46.8em){.friends-request-list li{-ms-flex-flow:wrap;flex-flow:wrap}.bp-single-vert-nav .bp-navs.vertical li{float:none}}.bb-single-main-nav .bb-single-nav-item-point{display:inline}.friends-request-list .bp-generic-meta.friends-meta.action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}#buddypress .users-header #item-header-cover-image .member-header-actions-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:nowrap;flex-flow:nowrap;width:auto}@media screen and (max-width:782px){#buddypress .users-header #item-header-cover-image .member-header-actions-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#buddypress .bb_more_options_list .generic-button a:hover{border:0}@media screen and (max-width:46.8em){.friends-request-list .bp-generic-meta.friends-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.friends-request-list .bp-generic-meta.friends-meta.action div.generic-button,.friends-request-list .bp-generic-meta.friends-meta.action li.generic-button{margin:10px 10px 0 0}.friends-request-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box)}.friends-request-list>li .item-meta{margin:0}.buddypress-wrap table.profile-fields td.data>p{margin-bottom:0}.bp-messages-content{position:relative}.compose .bp-messages-form-header{right:0}.messages-wrapper #subnav #compose-action-personal-li>a{font-size:0!important}body .select2-container .select2-dropdown.bb-compose-input{margin:40px 0 0;max-width:230px;background:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#f6f6f6}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{color:var(--color-link);border-radius:var(--global-border-radius);font-size:13px;font-weight:500;padding:6px 8px}body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-right:6px;border-radius:50%;display:inline;vertical-align:middle}h2.screen-heading.email-settings-screen{margin-top:20px}.subnav_tab .subnav li a{padding:10px;display:inline-block}.main-notification-settings tbody .notification_heading td{padding:10px}.main-notification-settings tbody td:first-child{padding-left:10px}.main-notification-settings .bb-mobile-setting.active ul{text-align:left}.main-notification-settings .bb-mobile-setting.active ul li label{margin-top:0}.main-notification-settings .bb-mobile-setting ul li:first-child{padding-top:15px}.groups-header .desc-wrap .group-description p:last-child,.single-headers .group-status{margin-top:0}.groups-header #item-header-avatar a.link-change-profile-image{top:75px}#item-header-cover-image #item-header-content .bp-group-status,#item-header-cover-image #item-header-content .bp-group-type{margin:0 0 5px}#item-header-cover-image #item-header-content .bp-group-type span.group-type{background:var(--color-link-hover);border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.25px;text-align:center;display:inline-block;padding:4px 10px;line-height:1;margin:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}#buddypress .bp-group-status .group-type{display:none}.single-headers .item-meta.last-activity{display:inline-block}.item-header-wrap .bp-group-meta-wrap .bp-group-status>span{padding:0;font-size:14px}.item-header-wrap span.group-visibility:before{font-family:FontAwesome;font-style:normal;display:inline-block;margin-right:3px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item-header-wrap span.group-visibility.public:before{content:"\f0c0"}.item-header-wrap span.group-visibility.private:before{content:"\f023"}.item-header-wrap span.group-visibility.hidden:before{content:"\f070"}@media screen and (max-width:782px){.groups-header .moderators-lists{display:block}}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count{color:rgba(0,0,0,.6)}.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.action,.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:0;border-top:1px solid var(--global-border-color);background:rgba(0,0,0,.02);margin:0;padding:8px 15px;position:relative;text-align:left}.activity-list .activity-item.has-comments .activity-content>.bp-generic-meta.action{border-bottom:1px solid var(--global-border-color)}.activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button{margin-right:11px;margin-top:15px}.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button{max-height:37px}.activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button .fa{min-width:23px;font-size:18px;line-height:1.3}.activity-list .activity-item .bp-generic-meta.action .button{padding:6px 12px!important;background:0 0;color:inherit;background:transparent!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important}.activity-list .activity-item .bp-generic-meta.action .button:hover{background:var(--color-theme-white-box)!important}.activity-list .activity-item .bp-generic-meta.action .button span{color:inherit!important;vertical-align:middle}.activity-list .activity-item .activity-content>.bp-generic-meta.action .button{border:0!important}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button{font-weight:400;min-height:44px;border-radius:.28571429rem!important}.activity-list .activity-item .activity-content>.bp-generic-meta.action .button:hover{border:0!important;background-color:var(--color-theme-white-box);-webkit-box-shadow:0 0 5px 1px var(--global-border-color);box-shadow:0 0 5px 1px var(--global-border-color)}.activity-list .activity-item .bp-generic-meta.action .delete-activity:before{content:"\eaea"}.activity-list .activity-item .activity-comments .bp-generic-meta.action{margin:0;border:0}.activity-list .activity-item .bp-generic-meta.action select.rtm-form-select{margin-right:11px;min-height:37px;margin-top:14px;vertical-align:bottom}.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before{content:"\ef41"}.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:#db2828}#item-body #group-invites-container{-ms-flex-flow:row wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.group-invites .bp-single-vert-nav .item-body:not(#group-create-body) #subnav.bp-invites-nav:not(.tabbed-links){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0}#group-invites-container .bp-groups-tab{background:transparent}#member-invites-table .field-actions-add i{display:inline-block;width:25px;height:25px;line-height:19px;text-align:center}.group-invites-members-listing ul li .action{margin-left:auto}.groups.messages .bp-vertical-navs .group-home,.send-invites .bp-vertical-navs .group-home{grid-template-columns:1fr}.groups.messages .bp-vertical-navs .group-home aside#secondary,.send-invites .bp-vertical-navs .group-home aside#secondary{display:none}.bb-album-actions{margin-top: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:8px 5px 0 0}.groups-manage-members-list ul li{border:1px solid #eee!important;margin-bottom:10px;padding:15px}.buddypress-wrap .standard-form label,.buddypress-wrap .standard-form span.label{display:inline-block}.bb-album-content-wrap h4{font-size:16px}.single-headers p.highlight.group-status{margin:10px 0}.single-headers p.highlight.group-status strong{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-headers .group-status .group-type{background:rgba(0,0,0,.5);color:#fff;padding:3px 10px 4px;font-size:12px;font-weight:400;border-radius:100px;margin-left:10px;line-height:normal;vertical-align:middle;text-decoration:none}.bb-media-model-wrapper .activity-item.has-comments .activity-comments>.ac-form,.buddypress-wrap .activity-item.has-comments .activity-comments>.ac-form{padding:0 1em}.bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item{margin:0 -15px}.buddypress-wrap .activity-comments .acomment-content,body #buddypress .bp-list .activity-comments .action{margin:0}body #buddypress .bp-list .activity-comments .action{margin-left:0}#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a,body #buddypress .bp-list .activity-comments .action .generic-button a{padding:0!important;font-size:13px;line-height:normal;font-weight:inherit;color:var(--global-font-color)}body #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{padding:10px 14px!important}body #buddypress .bp-list .activity-comments .action .generic-button{margin-bottom:0}#buddypress .bp-list .activity-comments .bp-generic-meta span{font-size:inherit}@media screen and (max-width:782px){.single-headers p.highlight.group-status strong{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.groups-header .group-actions-wrap .parent-list,.groups-header .parent-list .parent-title{display:none}#buddypress #item-header .bp-group-parent-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 10px}#buddypress #item-header .bp-group-parent-wrap ul#group-parent{line-height:1}@media screen and (max-width:782px){#buddypress #item-header .bp-group-parent-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#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;border-radius:50%}#buddypress #item-header .bp-group-parent-wrap .parent-list .group-list{margin:0 10px 0 0}#buddypress #item-header .bp-group-parent-wrap .parent-list .group-list li{margin:0}#buddypress #item-header .bp-group-parent-wrap .parent-list .bp-parent-group-title-wrap{margin:0;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}#buddypress #item-header .bp-group-parent-wrap .parent-list .bp-parent-group-title{font-size:14px;font-weight:500}#buddypress #item-header .bp-group-parent-wrap .parent-list .bp-current-group-title{font-size:14px}.buddypress.widget ul.item-list{overflow:visible}.elementor-widget-wrap .buddypress-wrap:not(.wbcom-groups-grid-widget) #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:10px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.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:3px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:15px;position:relative}.buddypress.widget ul.item-list li .item-avatar img.avatar{min-width:50px}.buddypress.widget ul.item-list li .item{padding:0}.more-block{text-align:center;text-transform:uppercase;margin:10px 0 0;display:block;height:14px;font-size:12px;line-height:14px}.buddypress.widget .avatar-block img{margin-bottom:8px;margin-right:8px}.buddypress.widget .activity-update .update-item p{margin:0}.buddypress.widget .activity-update{margin-bottom:15px}.buddypress.widget .activity-update:last-child{margin-bottom:0}.widget_bp_core_recently_active_widget.buddypress.widget .avatar-block img,.widget_bp_core_whos_online_widget.buddypress.widget .avatar-block img{margin:0}.widget_bp_core_recently_active_widget.buddypress.widget .avatar-block .item-avatar,.widget_bp_core_whos_online_widget.buddypress.widget .avatar-block .item-avatar{margin-bottom:1em;margin-right:1em}#bbpress-forums .bp-pagination.top{display:block;clear:both}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin:0 5px 10px 0}#bbpress-forums .bbp-forum-content-wrap{font-size:12px}#bbpress-forums ul{list-style:none;margin:0;padding:0}#bbpress-forums li.bbp-header .bbp-reply-author{text-align:left}#bbpress-forums div.bbp-the-content-wrapper{background:#fff}.bbp-topic-meta .bbp-author-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}span.bbp-author-avatar img{margin-top:-4px}.bbpress #bbpress-forums .medium-editor-toolbar.active .medium-editor-toolbar-actions,.buddypress #buddypress.buddypress-wrap .medium-editor-toolbar.active .medium-editor-toolbar-actions{opacity:1}.bbp-topic-form .medium-editor-element:not(.emojionearea){min-height:100px}.bbp-topic-title span.bbp-topic-started-by{display:-webkit-box;display:-ms-flexbox;display:flex}.bbp-topic-title span.bbp-topic-started-in{display:block;margin-top:5px}.bbp-topic-freshness-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bbp-topic-freshness-author span.bbp-author-name{margin-left:3px}.bp-messages-content{border-left:1px solid #e8e8e8;margin-left:15px;padding-left:15px}.bbpress #bbpress-forums .medium-editor-toolbar.active .medium-editor-toolbar-actions,.buddypress #buddypress.buddypress-wrap .medium-editor-toolbar.active .medium-editor-toolbar-actions{opacity:.8}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{color:#4d5c6d!important}.medium-editor-element:not(.emojionearea){padding:10px;min-height:120px;border:1px solid #d6d6d6;border-radius:4px}#bbpress-forums .medium-editor-element ul{list-style:disc;margin:0 0 1.5em 3em;padding:0}#bbpress-forums .medium-editor-element ol{list-style:decimal;margin:0 0 1.5em 3em;padding:0}.bp-messages-content #bp-message-content{padding:20px 0;margin-top:0}.bp-messages-content-wrapper{height:100%}#bp-message-thread-list li{border-color:#d6d6d6;border-radius:4px}.bp-messages-content .single-message-thread-header{border-bottom:0}.bp-messages-content #bp-message-thread-list li{margin:1em 0}#bp-message-thread-list .bp-message-content-wrap p{margin:0 0 8px}.messages-wrapper #subnav #compose-personal-li a{border:none}.bp-messages-content .send-reply{margin-top:20px}.bp-messages-content .send-reply #bp-message-content{margin-top:0}@media only screen and (max-width:1080px){.bp-messages-content{border:none;margin-left:0}}.bp-feedback:not(.custom-homepage-info){width:100%}ul.bbp-stats h4{font-size:14px}ul.bbp-stats .bbp-count{font-size:20px}#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name,.search-document-list .media-folder_items .media-folder_details .media-folder_name{color:inherit}.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-invites-search-form input[type=search],.buddypress-wrap form.bp-invites-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text]{float:none}.directory.document .document-options,.directory.document .screen-content{position:relative}.directory.document .bp-feedback{width:100%;margin:0}.directory.document .document-search{position:relative}.bp-document-listing .media-search-form .bp-dir-search-form #group-document-search,.directory.document .subnav-filters .subnav-search .bp-dir-search-form #dir-document-search{width:100%;background-image:url(../images/search.svg)}.bp-media-header-wrap #search-documents-form.media-search-form:after{content:none}.bp-document-listing .media-search-form{margin:0 0 15px}.bp-document-listing .bp-media-header-wrap .bb-title{width:100%}.bp-document-listing .bb-media-actions-wrap{margin:0 0 0 10px}.bp-document-listing .bp-media-header-wrap .bb-media-actions-wrap{margin-bottom:20px}.bb-media-container .bp-feedback,.bb-media-container .bp-messages{width:100%}.bp-nouveau .buddypress-wrap .bp-document-listing form.bp-dir-search-form{border:0}.bp-nouveau .buddypress-wrap .bp-document-listing form.bp-dir-search-form button[type=submit]{display:none}#media-folder-document-data-table .media-folder_items,#media-stream .document-data-table-head,.search-document-list .media-folder_items{width:100%}.bp-document-listing .media-search-form .bp-dir-search-form{border-radius:100px}#media-stream.document-parent #media-folder-document-data-table .media-folder_items{margin:0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity{margin-left:6px}.moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content{border:0}.bpsp-pin-tool[data-bp-tooltip]:after,.bpsp-pin-tool[data-bp-tooltip]:before{display:none}.blpro-locked-title-header{margin-top:1rem}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bpsp-pin-tool .fa{font-size:14px;margin-right:2px}.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky{top:13px}body.wb-quote .buddypress-wrap #whats-new-textarea{padding:0}body.wb-quote .activity-update-form #whats-new{min-height:70px;padding:12px 15px;border-radius:0}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bmpro-flag-activity-btn:before,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bmpro-unflag-activity-btn:before{content:"\f227";font-family:dashicons;opacity:1;background:none;position:relative}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bmpro-flag-activity-btn:after{content:none}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-edit:before{content:"\e89b";margin-right:3px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity_cancel:before{content:"\e828";margin-right:3px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-save:before{content:"\e8c5";margin-right:3px}.member-info-wrapper .bp-member-type{margin:5px 0 0;display:block}.users-header .bp-member-type{background:var(--color-link-hover);border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.25px;text-align:center;display:inline-block;padding:4px 10px;line-height:1;margin:0 0 10px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity{margin:0 0 15px}.activity-list .activity-item .activity-content .gamipress-achievement,.activity-list .activity-item .activity-content .gamipress-points-award,.activity-list .activity-item .activity-content .gamipress-rank{margin:0;width:100%!important}.buddypress.widget .showGamipressData img{margin:0!important}.activity-share-modal .activity-list .bb-activity-more-options-wrap{display:none}.activity-list .activity-item .activity-meta.action .bp-activity-share-btn .bp-screen-reader-text{position:static}.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{max-width:100%}.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{margin-bottom:0!important}.activity-list li.bbp_reply_create .activity-content .activity-inner blockquote,.activity-list li.bbp_topic_create .activity-content .activity-inner blockquote{margin-left:0;padding-left:15px}.bp-business-single .activity-list .activity-item .activity-content .activity-header{padding:15px 50px 15px 15px}.bp-business-single .activity-list .activity-item .activity-avatar{margin:15px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap ul.pc_detailed_progress{margin:0;padding:0;list-style:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap{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-flow:row wrap;flex-flow:row wrap}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:240px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.widget.widget_bp_profile_completion_widget .progress_text_wrap h3{line-height:1.2}.widget.widget_bp_profile_completion_widget .progress_text_wrap .progress_text_value{font-size:34px}.widget.widget_bp_profile_completion_widget .pc_progress_wrap .progress_text_label,.widget.widget_bp_profile_completion_widget .pc_progress_wrap .progress_text_unit{font-size:14px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap{max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:200px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_number{display:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{background-color:transparent;border:1px solid #f78f02;color:#f78f02;border-radius:30px;width:40px;height:20px;line-height:1.5;font-size:12px;font-weight:600}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.progress_not_started .progress .completed_staus{border-color:#ff3a30;color:#ff3a30}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{border-color:#05d786;color:#05d786}.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item .notification-avatar{position:relative}body.bp-search .bp-search-ac{background-color:#fff;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:4px;display:block;padding:0;right:0;overflow:auto;max-height:calc(100vh - 76px);max-width:500px!important;width:100%;z-index:610}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:#fff;max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--global-border-color)}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{font-size:24px;font-weight:300;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;background-color:rgba(0,0,0,.05);color:#aaa;height:48px;width:48px;border-radius:50%}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-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-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{font-size:14px;font-weight:400;margin:0;line-height:21px}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;min-height:26px;margin-bottom:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0}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-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-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-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;letter-spacing:-.24px}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-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-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{font-size:14px;font-weight:400}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-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px}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-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-search-ac>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-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}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-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{font-size:14px;font-weight:400}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-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{font-size:14px;font-weight:400}.bp-search-page .results-group ul#activity-stream li.activity-item{background:transparent}body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta{background-color:transparent;display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem}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-search-ac li .middot{display:inline-block;font-size:17px;margin:0 6px;line-height:1}body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center}body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li .ui-state-active{background:transparent;border:none}body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{font-size:14px;font-weight:500;padding:11px 10px!important}body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e827";font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px}body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:left;margin-top:0}body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:calc(100% - 65px)}body.bp-search .bp-search-ac img{border-radius:50%}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;-o-object-fit:cover;object-fit:cover;width:100%;height:auto}body.admin-bar.bp-search .bp-search-ac{max-height:calc(100vh - 108px)}.bp-search-results-list .bp-search-item{padding:0}.bp-search-results-list .bp-search-item .item-avatar{margin-right:12px;max-width:50px;width:100%}.bp-search-results-list .bp-search-item .item-avatar a{min-width:50px;border-radius:4px;overflow:hidden}.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:50px;min-width:50px;-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:rgba(0,0,0,.05);color:#aaa;font-size:28px}.bp-search-results-list .rtmedia-activity-text{margin:10px 0}.bp-search-results-list .middot{display:none}.activity-link-preview-container{width:100%;margin:0;border-radius:var(--global-border-radius);border-color:var(--global-border-color)}.activity-link-preview-container .activity-link-preview-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:10px 15px 15px;-webkit-transition:all .2s linear;transition:all .2s linear;border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;text-transform:uppercase;line-height:20px}.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 .2s linear;transition:all .2s linear}.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(--global-border-radius) var(--global-border-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(--global-border-radius) var(--global-border-radius) 0 0;pointer-events:none}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;min-width:100%}.activity-link-preview-container .activity-link-preview-image:before,.activity-link-preview-container .activity-link-preview-info:before{content:"";-webkit-transition:all .3s linear;transition:all .3s linear}.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 .2s linear;transition:all .2s linear;pointer-events:none}.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info:before{border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.activity-link-preview-container:hover .activity-link-preview-info:before{border-radius:var(--global-border-radius)}.activity-link-preview-container:hover .activity-link-preview-image:before{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0} \ No newline at end of file +.buddypress-wrap .bp-invites-search-form:before,.buddypress-wrap form.bp-dir-search-form:before,.buddypress-wrap form.bp-messages-search-form:before{content:""!important}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;width:0;height:0}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}.buddypress-wrap .grid-filters{background-color:#fff}.buddypress-wrap .grid-filters a.active{color:var(--color-theme-primary)}.bp-hide{display:none!important}li#bp-activity-ajax-loader{list-style:none}.activity-list .bb-activity-more-options-wrap{top:0;margin:0!important}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options{top:30px}.bb-action-popup .bb-model-header .bb-model-close-button .bb-icon-times{font-size:24px}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button{margin:0}img.emoji,img.emojioneemoji{width:18px!important;height:18px!important}.activity-update-form #whats-new-avatar{padding:0}#whats-new-heading h5{margin-bottom:0}#whats-new-form.focus-in #bp-activity-privacy-point{font-size:12px;padding:4px 8px;border-radius:4px;line-height:1;border:1px solid var(--global-border-color)}.activity-update-form:not(.modal-popup) #whats-new-form{border:0;border-radius:var(--global-border-radius)!important}.activity-update-form #whats-new-avatar img{max-width:45px}.activity-update-form:not(.modal-popup) #whats-new-form #whats-new-toolbar{background-color:rgba(0,0,0,.02);border-top:1px solid var(--global-border-color);border-radius:0 0 var(--global-border-radius) var(--global-border-radius)!important}.activity-update-form .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- .whats-new-form-footer{border-top:1px solid #d2d4d6}.activity-update-form.modal-popup #whats-new-form,.bp-nouveau-activity-form-placeholder-.modal-popup #whats-new-form{border-radius:var(--global-border-radius)}.activity-update-form .activity-form.focus-in .bb-model-header,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in .bb-model-header{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}.activity-update-form .activity-form.focus-in#whats-new-form #whats-new-toolbar,.activity-update-form .activity-form.focus-in .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in .whats-new-form-footer{border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.activity-update-form .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- .whats-new-form-footer{background-color:rgba(0,0,0,.02)}.activity-update-form #whats-new-form #whats-new-toolbar{background-color:transparent}.dropzone.dz-started .dz-default.dz-message .dz-button{padding-top:0!important;background:transparent!important;border:0}.dropzone .dz-default{background:#f8f8f8;background-color:#f8f8f8;border:1px solid var(--global-border-color);border-radius:6px;min-height:185px;max-height:185px;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:#122b46;letter-spacing:-.24px;line-height:26px;padding:20px 0}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important;color:#aaa!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:54px;width:54px;display:inline-block;background-color:rgba(0,0,0,.05);border-radius:50%;line-height:54px;color:#a3a5a9;margin-bottom:10px}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:#122b46;font-weight:700;font-size:1.1em;margin-bottom:2px}.dropzone.media-dropzone .dz-default .dz-button:before,.dropzone.media-dropzone .dz-default .dz-button:hover:before{content:"\ee06"}.activity-attached-gif-container,.messages-attached-gif-container{background-repeat:no-repeat;margin:15px 0;max-width:100%}.bb-media-info-section .activity-comments form{margin:0}.activity-update-form #whats-new-content{margin-left:0}#whats-new-messages-toolbar,#whats-new-toolbar{padding:15px}.activity-update-form.modal-popup{margin:0;border-radius:0!important}#whats-new-attachments.empty,.activity-update-form #whats-new{padding:0}#whats-new-attachments.empty .activity-attached-gif-container{margin:0}.buddypress .entry-content #whats-new-textarea ol,.buddypress .entry-content #whats-new-textarea ul{list-style:decimal;margin:0 0 3px 18px;padding:0}.buddypress .entry-content #whats-new-textarea ul{list-style:disc}.activity-list .activity-item .activity-inner p{margin-bottom:15px}.buddypress-wrap #whats-new-textarea{padding:0}.activity-update-form #whats-new{border:0}.activity-content .bb-activity-media-elem .entry-img{border-radius:0}.activity-list .activity-item .activity-meta.action .bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.bp-feedback .bp-help-text,.buddypress-wrap .bp-feedback p{padding-left:25px}.activity-list .activity-item .activity-header .activity-time-since:before{content:none}.activity-state{margin:0 15px 15px}.activity-item .activity-header .activity-time-since,.activity-list .activity-item .activity-header .activity-time-since{display:none}.activity-list .activity-item .activity-header p.activity-date{display:inline-block;font-size:14px}.activity-list .activity-item .activity-header .time-since,.activity-list .activity-item .activity-header p.activity-date a{font-weight:400}.bb-media-privacy-wrap:before{content:"\00b7";display:inline-block;margin:0 4px}.bb-media-privacy-wrap .activity-privacy{left:-5px}span.bb-activity-edited-text{font-size:12px}.activity-list .activity-item .activity-content .activity-inner{padding:0 1em 1em}.activity-list .activity-item .activity-content .activity-state{padding:0 1em}.buddypress-wrap .activity-inner p{padding:0}.buddypress-wrap .activity-list .activity-item.new_blog_comment .activity-content .activity-inner{margin-bottom:0}.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important}.bb-media-length-1 .bb-activity-media-elem.media-activity{width:100%}.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static;width:100%}.bb-activity-video-elem .bb-video-duration,.bb-media-section .bb-video-duration,.bb-video-thumb .bb-video-duration{padding:1px 8px!important}@media screen and (max-width:46.8em){.activity-list .activity-item .bp-generic-meta.action .button span{font-size:0}}.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link{background-color:var(--global-body-lightcolor);border-radius:4px}.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img{width:auto;border-radius:4px}#buddypress .activity-list .comment-item .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a.delete:before{vertical-align:middle}form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{-webkit-box-shadow:none;box-shadow:none;border:1px solid var(--global-border-color);border-radius:var(--form-border-radius)}#whats-new-form.activity-form.has-draft #discard-draft-activity{padding:0;font-size:14px!important;font-weight:400}.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice{margin:0;border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}#buddypress .bb_more_options .bb_more_options_list:after,.bb_more_options .bb_more_options_list:after{content:none}.directory.document .document-options,.directory.media .media-options,.directory.video .video-options{position:static}.buddypress-wrap .members-list:not(.grid) .list-wrap{background:var(--color-theme-white-box);padding:1em;border:1px solid var(--global-border-color)}.buddypress-wrap .grid.bp-list>li .item-avatar{margin-left:auto;margin-right:auto;margin-bottom:15px}.buddypress-wrap .members-list li .list-wrap .member-type{margin:0 0 5px}.members-directory-wrapper .bp-profile-search-widget{margin-right:30px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.member-action-wrapper{margin-left:auto}.bp-single-vert-nav .bp-wrap{margin-bottom:15px}#object-nav .hideshow .sub-menu{top:46px}.grid>li .list-wrap{overflow:visible;overflow:initial}#buddypress .members-list .bb_more_options .bb_more_options_action i,.members-list .bb_more_options .bb_more_options_action i{background:rgba(0,0,0,.2);color:#fff;width:30px;height: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;border-radius:100px}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:5px}.buddypress-wrap .grid.bp-list li .generic-button{margin-bottom:0}.buddypress-wrap .members-list li .footer-button-wrap .generic-button,.buddypress-wrap .members-list li .member-button-wrap .generic-button,.buddypress-wrap .members-list li .primary-action .generic-button{padding:0}.buddypress-wrap .members-list li .footer-button-wrap .generic-button a,.buddypress-wrap .members-list li .member-button-wrap .generic-button a,.buddypress-wrap .members-list li .member-button-wrap .generic-button button,.buddypress-wrap .members-list li .primary-action .generic-button a{width:100%}.buddypress-wrap .members-list:not(.grid) li .member-status.online{top:0;bottom:0;right:0}@media screen and (min-width:46.8em){.bp-list:not(.grid) li .item .item-block{display:block}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .member-action-wrapper,.bp-nouveau .groups-list.bp-list:not(.grid) .member-action-wrapper,.bp-nouveau .members-group-list.bp-list:not(.grid) .member-action-wrapper,.bp-nouveau .members-list.bp-list:not(.grid) .member-action-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .groups-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .members-group-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .members-list.bp-list:not(.grid) .member-action-wrapper .primary-action .generic-button{margin:0 10px 0 0;padding:0}}@media screen and (max-width:46.8em){.members-directory-wrapper{display:block}.members-directory-wrapper .bp-profile-search-widget{margin-left:0;margin-bottom:30px}.buddypress-wrap .members-list:not(.grid) .list-wrap{padding-bottom:5px}.bp-list li .item-avatar{max-width:100px;margin:0 auto 15px}.buddypress-wrap .members-list li .list-wrap .followers-wrap,.buddypress-wrap .members-list li .list-wrap .member-type{text-align:center}.member-action-wrapper{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.member-action-wrapper .member-button-wrap.footer-button-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.members-directory-wrapper .bp-profile-search-widget .bps-form-title{margin-top:15px}.members-directory-wrapper .bp-profile-search-widget .bps-form{position:relative;margin:0 0 30px;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.members-directory-wrapper .bp-profile-search-widget{margin:0}@media screen and (min-width:46.8em){.members-directory-wrapper .bp-profile-search-widget{margin-left:0;margin-right:30px}}@media screen and (max-width:590px){.buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.round-avatars #buddypress #item-header-cover-image #item-header-avatar .member-status{right:15px;top:15px}body:not(.round-avatars) .buddypress-wrap .members-list li .member-status{right:-2px;top:-2px}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .list-wrap{background:var(--color-theme-white-box);border:1px solid var(--global-border-color)}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{padding:1em}.buddypress-wrap ul.bp-list.groups-dir-list.grid li.item-entry{margin-bottom:30px}.buddypress-wrap ul.bp-list.groups-dir-list.grid .group-avatar-wrap img.avatar{margin-top:0}.buddypress-wrap ul.bp-list.groups-dir-list li.item-entry .group-avatar-wrap img.avatar{max-width:126px;width:100%;border-radius:50%}.buddypress-wrap ul.bp-list.groups-dir-list .list-wrap .item{padding:0}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap .item .list-title{margin-top:0}.buddypress-wrap ul.bp-list.groups-dir-list.grid li.item-entry .item-avatar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item-avatar{margin-right:15px}.buddypress-wrap ul.bp-list.groups-dir-list.grid .group-avatar-wrap{margin-left:0}.buddypress-wrap ul.bp-list.groups-dir-list.grid.bb-cover-enabled .group-avatar-wrap img.avatar{margin-top:auto;max-width:126px;width:100%;border-radius:3px}body.round-avatars .buddypress-wrap ul.bp-list.groups-dir-list.grid.bb-cover-enabled .group-avatar-wrap img.avatar{border-radius:50%}.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap .item .item-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-wrap ul.bp-list.groups-dir-list.grid .group-footer-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:10px}.buddypress-wrap ul.bp-list.groups-dir-list.grid .bs-group-members{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buddypress-wrap ul.bp-list.groups-dir-list.grid .footer-button-wrap .action .generic-button{margin-top:0}#group-create-body .creation-step-name{margin:1em 0}.group-create-links{margin-bottom:20px}.group-settings-selections fieldset{margin-top:20px}.buddypress-wrap .standard-form #group-create-body label,.buddypress-wrap .standard-form #group-create-body span.label{display:inline}.buddypress-wrap select#group-invites-send-to-input{height:auto;background-image:none;padding-right:10px}#bp-invites-submit-loader .dashicons-update:before{content:"\f463";font-family:dashicons}#cover-image-container{height:auto}#buddypress #header-cover-image.cover-small{height:225px}#buddypress #header-cover-image.cover-large{height:300px}#buddypress #item-header-cover-image #item-header-avatar{float:left;overflow:visible;width:auto}#buddypress #item-header-cover-image #item-header-avatar span.link-change-overlay{display:none}#item-header a.link-change-cover-image>i,#item-header a.link-change-profile-image>i,#item-header a.position-change-cover-image>i{font-size:34px}.users-header #item-header-avatar a.link-change-profile-image{top:55px}@media screen and (min-width:783px){#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0 0 0 2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-user .bb-enable-cover-img .bb_more_options{margin-top:0}.single-headers img.avatar{float:left}}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-header-avatar,.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar{float:none;width:auto}#buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0 auto 15px}.single-headers .item-header-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#cover-image-container.item-header-cover-image-wrapper{width:100%;height:auto;margin:-50px 0 0;left:auto}.item-header-cover-image-wrapper{min-height:185px}.messages .bp-vertical-navs .member-home,.my-messages .bp-vertical-navs .member-home{grid-template-columns:1fr}.messages .bp-vertical-navs .member-home aside#secondary,.my-messages .bp-vertical-navs .member-home aside#secondary{display:none}.bb-select-container span.select2-selection__choice__remove:before{content:"\f335";font-family:dashicons}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){margin-bottom:15px}@media screen and (min-width:46.8em){.friends-request-list li{-ms-flex-flow:wrap;flex-flow:wrap}.bp-single-vert-nav .bp-navs.vertical li{float:none}}.bb-single-main-nav .bb-single-nav-item-point{display:inline}.friends-request-list .bp-generic-meta.friends-meta.action{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}#buddypress .users-header #item-header-cover-image .member-header-actions-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:nowrap;flex-flow:nowrap;width:auto}@media screen and (max-width:782px){#buddypress .users-header #item-header-cover-image .member-header-actions-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#buddypress .bb_more_options_list .generic-button a:hover{border:0}@media screen and (max-width:46.8em){.friends-request-list .bp-generic-meta.friends-meta.action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.friends-request-list .bp-generic-meta.friends-meta.action div.generic-button,.friends-request-list .bp-generic-meta.friends-meta.action li.generic-button{margin:10px 10px 0 0}.friends-request-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:var(--global-border-radius)!important;background:var(--color-theme-white-box)}.friends-request-list>li .item-meta{margin:0}.buddypress-wrap table.profile-fields td.data>p{margin-bottom:0}.bp-messages-content{position:relative}.compose .bp-messages-form-header{right:0}.messages-wrapper #subnav #compose-action-personal-li>a{font-size:0!important}body .select2-container .select2-dropdown.bb-compose-input{margin:40px 0 0;max-width:230px;background:#fff}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#f6f6f6}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{color:var(--color-link);border-radius:var(--global-border-radius);font-size:13px;font-weight:500;padding:6px 8px}body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-right:6px;border-radius:50%;display:inline;vertical-align:middle}h2.screen-heading.email-settings-screen{margin-top:20px}.subnav_tab .subnav li a{padding:10px;display:inline-block}.main-notification-settings tbody .notification_heading td{padding:10px}.main-notification-settings tbody td:first-child{padding-left:10px}.main-notification-settings .bb-mobile-setting.active ul{text-align:left}.main-notification-settings .bb-mobile-setting.active ul li label{margin-top:0}.main-notification-settings .bb-mobile-setting ul li:first-child{padding-top:15px}.groups-header .desc-wrap .group-description p:last-child,.single-headers .group-status{margin-top:0}.groups-header #item-header-avatar a.link-change-profile-image{top:75px}#item-header-cover-image #item-header-content .bp-group-status,#item-header-cover-image #item-header-content .bp-group-type{margin:0 0 5px}#item-header-cover-image #item-header-content .bp-group-type span.group-type{background:var(--color-link-hover);border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.25px;text-align:center;display:inline-block;padding:4px 10px;line-height:1;margin:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}#buddypress .bp-group-status .group-type{display:none}.single-headers .item-meta.last-activity{display:inline-block}.item-header-wrap .bp-group-meta-wrap .bp-group-status>span{padding:0;font-size:14px}.item-header-wrap span.group-visibility:before{font-family:FontAwesome;font-style:normal;display:inline-block;margin-right:3px;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item-header-wrap span.group-visibility.public:before{content:"\f0c0"}.item-header-wrap span.group-visibility.private:before{content:"\f023"}.item-header-wrap span.group-visibility.hidden:before{content:"\f070"}@media screen and (max-width:782px){.groups-header .moderators-lists{display:block}}.activity-list .activity-item .bp-generic-meta.action .unfav .like-count{color:rgba(0,0,0,.6)}.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.action,.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:0;border-top:1px solid var(--global-border-color);background:rgba(0,0,0,.02);margin:0;padding:8px 15px;position:relative;text-align:left}.activity-list .activity-item.has-comments .activity-content>.bp-generic-meta.action{border-bottom:1px solid var(--global-border-color)}.activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button{margin-right:11px;margin-top:15px}.activity-list .activity-item .bp-generic-meta.action .acomment-reply.button{max-height:37px}.activity-list.bp-list .activity-item .bp-generic-meta.action .generic-button .fa{min-width:23px;font-size:18px;line-height:1.3}.activity-list .activity-item .bp-generic-meta.action .button{padding:6px 12px!important;background:0 0;color:inherit;background:transparent!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important}.activity-list .activity-item .bp-generic-meta.action .button:hover{background:var(--color-theme-white-box)!important}.activity-list .activity-item .bp-generic-meta.action .button span{color:inherit!important;vertical-align:middle}.activity-list .activity-item .activity-content>.bp-generic-meta.action .button{border:0!important}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button{font-weight:400;min-height:44px;border-radius:.28571429rem!important}.activity-list .activity-item .activity-content>.bp-generic-meta.action .button:hover{border:0!important;background-color:var(--color-theme-white-box);-webkit-box-shadow:0 0 5px 1px var(--global-border-color);box-shadow:0 0 5px 1px var(--global-border-color)}.activity-list .activity-item .bp-generic-meta.action .delete-activity:before{content:"\eaea"}.activity-list .activity-item .activity-comments .bp-generic-meta.action{margin:0;border:0}.activity-list .activity-item .bp-generic-meta.action select.rtm-form-select{margin-right:11px;min-height:37px;margin-top:14px;vertical-align:bottom}.activity-list .activity-item .bp-generic-meta.action .fav:before,.activity-list .activity-item .bp-generic-meta.action .unfav:before{content:"\ef41"}.activity-list .activity-item .bp-generic-meta.action .unfav:before{color:#db2828}#item-body #group-invites-container{-ms-flex-flow:row wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.group-invites .bp-single-vert-nav .item-body:not(#group-create-body) #subnav.bp-invites-nav:not(.tabbed-links){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0}#group-invites-container .bp-groups-tab{background:transparent}#member-invites-table .field-actions-add i{display:inline-block;width:25px;height:25px;line-height:19px;text-align:center}.group-invites-members-listing ul li .action{margin-left:auto}.groups.messages .bp-vertical-navs .group-home,.send-invites .bp-vertical-navs .group-home{grid-template-columns:1fr}.groups.messages .bp-vertical-navs .group-home aside#secondary,.send-invites .bp-vertical-navs .group-home aside#secondary{display:none}.bb-album-actions{margin-top: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:8px 5px 0 0}.groups-manage-members-list ul li{border:1px solid #eee!important;margin-bottom:10px;padding:15px}.buddypress-wrap .standard-form label,.buddypress-wrap .standard-form span.label{display:inline-block}.bb-album-content-wrap h4{font-size:16px}.single-headers p.highlight.group-status{margin:10px 0}.single-headers p.highlight.group-status strong{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-headers .group-status .group-type{background:rgba(0,0,0,.5);color:#fff;padding:3px 10px 4px;font-size:12px;font-weight:400;border-radius:100px;margin-left:10px;line-height:normal;vertical-align:middle;text-decoration:none}.bb-media-model-wrapper .activity-item.has-comments .activity-comments>.ac-form,.buddypress-wrap .activity-item.has-comments .activity-comments>.ac-form{padding:0 1em}.bb-activity-model-wrapper .activity-modal .activity-list.bp-list .activity-item{margin:0 -15px}.buddypress-wrap .activity-comments .acomment-content,body #buddypress .bp-list .activity-comments .action{margin:0}body #buddypress .bp-list .activity-comments .action{margin-left:0}#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a,body #buddypress .bp-list .activity-comments .action .generic-button a{padding:0!important;font-size:13px;line-height:normal;font-weight:inherit;color:var(--global-font-color)}body #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a{padding:10px 14px!important}body #buddypress .bp-list .activity-comments .action .generic-button{margin-bottom:0}#buddypress .bp-list .activity-comments .bp-generic-meta span{font-size:inherit}@media screen and (max-width:782px){.single-headers p.highlight.group-status strong{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.groups-header .group-actions-wrap .parent-list,.groups-header .parent-list .parent-title{display:none}#buddypress #item-header .bp-group-parent-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 10px}#buddypress #item-header .bp-group-parent-wrap ul#group-parent{line-height:1}@media screen and (max-width:782px){#buddypress #item-header .bp-group-parent-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#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;border-radius:50%}#buddypress #item-header .bp-group-parent-wrap .parent-list .group-list{margin:0 10px 0 0}#buddypress #item-header .bp-group-parent-wrap .parent-list .group-list li{margin:0}#buddypress #item-header .bp-group-parent-wrap .parent-list .bp-parent-group-title-wrap{margin:0;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}#buddypress #item-header .bp-group-parent-wrap .parent-list .bp-parent-group-title{font-size:14px;font-weight:500}#buddypress #item-header .bp-group-parent-wrap .parent-list .bp-current-group-title{font-size:14px}.buddypress.widget ul.item-list{overflow:visible}.elementor-widget-wrap .buddypress-wrap:not(.wbcom-groups-grid-widget) #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:10px 0;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.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:3px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:15px;position:relative}.buddypress.widget ul.item-list li .item-avatar img.avatar{min-width:50px}.buddypress.widget ul.item-list li .item{padding:0}.more-block{text-align:center;text-transform:uppercase;margin:10px 0 0;display:block;height:14px;font-size:12px;line-height:14px}.buddypress.widget .avatar-block img{margin-bottom:8px;margin-right:8px}.buddypress.widget .activity-update .update-item p{margin:0}.buddypress.widget .activity-update{margin-bottom:15px}.buddypress.widget .activity-update:last-child{margin-bottom:0}.widget_bp_core_recently_active_widget.buddypress.widget .avatar-block img,.widget_bp_core_whos_online_widget.buddypress.widget .avatar-block img{margin:0}.widget_bp_core_recently_active_widget.buddypress.widget .avatar-block .item-avatar,.widget_bp_core_whos_online_widget.buddypress.widget .avatar-block .item-avatar{margin-bottom:1em;margin-right:1em}#bbpress-forums .bp-pagination.top{display:block;clear:both}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin:0 5px 10px 0}#bbpress-forums .bbp-forum-content-wrap{font-size:12px}#bbpress-forums ul{list-style:none;margin:0;padding:0}#bbpress-forums li.bbp-header .bbp-reply-author{text-align:left}#bbpress-forums div.bbp-the-content-wrapper{background:#fff}.bbp-topic-meta .bbp-author-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}span.bbp-author-avatar img{margin-top:-4px}.bbpress #bbpress-forums .medium-editor-toolbar.active .medium-editor-toolbar-actions,.buddypress #buddypress.buddypress-wrap .medium-editor-toolbar.active .medium-editor-toolbar-actions{opacity:1}.bbp-topic-form .medium-editor-element:not(.emojionearea){min-height:100px}.bbp-topic-title span.bbp-topic-started-by{display:-webkit-box;display:-ms-flexbox;display:flex}.bbp-topic-title span.bbp-topic-started-in{display:block;margin-top:5px}.bbp-topic-freshness-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bbp-topic-freshness-author span.bbp-author-name{margin-left:3px}.bp-messages-content{border-left:1px solid #e8e8e8;margin-left:15px;padding-left:15px}.bbpress #bbpress-forums .medium-editor-toolbar.active .medium-editor-toolbar-actions,.buddypress #buddypress.buddypress-wrap .medium-editor-toolbar.active .medium-editor-toolbar-actions{opacity:.8}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{color:#4d5c6d!important}.medium-editor-element:not(.emojionearea){padding:10px;min-height:120px;border:1px solid #d6d6d6;border-radius:4px}#bbpress-forums .medium-editor-element ul{list-style:disc;margin:0 0 1.5em 3em;padding:0}#bbpress-forums .medium-editor-element ol{list-style:decimal;margin:0 0 1.5em 3em;padding:0}.bp-messages-content #bp-message-content{padding:20px 0;margin-top:0}.bp-messages-content-wrapper{height:100%}#bp-message-thread-list li{border-color:#d6d6d6;border-radius:4px}.bp-messages-content .single-message-thread-header{border-bottom:0}.bp-messages-content #bp-message-thread-list li{margin:1em 0}#bp-message-thread-list .bp-message-content-wrap p{margin:0 0 8px}.messages-wrapper #subnav #compose-personal-li a{border:none}.bp-messages-content .send-reply{margin-top:20px}.bp-messages-content .send-reply #bp-message-content{margin-top:0}@media only screen and (max-width:1080px){.bp-messages-content{border:none;margin-left:0}}.bp-feedback:not(.custom-homepage-info){width:100%}ul.bbp-stats h4{font-size:14px}ul.bbp-stats .bbp-count{font-size:20px}#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name,.search-document-list .media-folder_items .media-folder_details .media-folder_name{color:inherit}.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-invites-search-form input[type=search],.buddypress-wrap form.bp-invites-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text]{float:none}.directory.document .document-options,.directory.document .screen-content{position:relative}.directory.document .bp-feedback{width:100%;margin:0}.directory.document .document-search{position:relative}.bp-document-listing .media-search-form .bp-dir-search-form #group-document-search,.directory.document .subnav-filters .subnav-search .bp-dir-search-form #dir-document-search{width:100%;background-image:url(../images/search.svg)}.bp-media-header-wrap #search-documents-form.media-search-form:after{content:none}.bp-document-listing .media-search-form{margin:0 0 15px}.bp-document-listing .bp-media-header-wrap .bb-title{width:100%}.bp-document-listing .bb-media-actions-wrap{margin:0 0 0 10px}.bp-document-listing .bp-media-header-wrap .bb-media-actions-wrap{margin-bottom:20px}.bb-media-container .bp-feedback,.bb-media-container .bp-messages{width:100%}.bp-nouveau .buddypress-wrap .bp-document-listing form.bp-dir-search-form{border:0}.bp-nouveau .buddypress-wrap .bp-document-listing form.bp-dir-search-form button[type=submit]{display:none}#media-folder-document-data-table .media-folder_items,#media-stream .document-data-table-head,.search-document-list .media-folder_items{width:100%}.bp-document-listing .media-search-form .bp-dir-search-form{border-radius:100px}#media-stream.document-parent #media-folder-document-data-table .media-folder_items{margin:0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity{margin-left:6px}.moderation-popup .modal-container .bb-model-footer .button.bb-cancel-report-content{border:0}.bpsp-pin-tool[data-bp-tooltip]:after,.bpsp-pin-tool[data-bp-tooltip]:before{display:none}.blpro-locked-title-header{margin-top:1rem}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bpsp-pin-tool .fa{font-size:14px;margin-right:2px}.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky{top:13px}body.wb-quote .buddypress-wrap #whats-new-textarea{padding:0}body.wb-quote .activity-update-form #whats-new{min-height:70px;padding:12px 15px;border-radius:0}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bmpro-flag-activity-btn:before,#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bmpro-unflag-activity-btn:before{content:"\f227";font-family:dashicons;opacity:1;background:none;position:relative}#buddypress .activity-list .activity-item .activity-content>.bp-generic-meta.action .button.bmpro-flag-activity-btn:after{content:none}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-edit:before{content:"\e89b";margin-right:3px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity_cancel:before{content:"\e828";margin-right:3px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-save:before{content:"\e8c5";margin-right:3px}.member-info-wrapper .bp-member-type{margin:5px 0 0;display:block}.users-header .bp-member-type{background:var(--color-link-hover);border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.25px;text-align:center;display:inline-block;padding:4px 10px;line-height:1;margin:0 0 10px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity{margin:0 0 15px}.activity-list .activity-item .activity-content .gamipress-achievement,.activity-list .activity-item .activity-content .gamipress-points-award,.activity-list .activity-item .activity-content .gamipress-rank{margin:0;width:100%!important}.buddypress.widget .showGamipressData img{margin:0!important}.activity-share-modal .activity-list .bb-activity-more-options-wrap{display:none}.activity-list .activity-item .activity-meta.action .bp-activity-share-btn .bp-screen-reader-text{position:static}.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{max-width:100%}.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{margin-bottom:0!important}.activity-list li.bbp_reply_create .activity-content .activity-inner blockquote,.activity-list li.bbp_topic_create .activity-content .activity-inner blockquote{margin-left:0;padding-left:15px}.bp-business-single .activity-list .activity-item .activity-content .activity-header{padding:15px 50px 15px 15px}.bp-business-single .activity-list .activity-item .activity-avatar{margin:15px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap ul.pc_detailed_progress{margin:0;padding:0;list-style:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap{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-flow:row wrap;flex-flow:row wrap}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:240px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.widget.widget_bp_profile_completion_widget .progress_text_wrap h3{line-height:1.2}.widget.widget_bp_profile_completion_widget .progress_text_wrap .progress_text_value{font-size:34px}.widget.widget_bp_profile_completion_widget .pc_progress_wrap .progress_text_label,.widget.widget_bp_profile_completion_widget .pc_progress_wrap .progress_text_unit{font-size:14px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap{max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:200px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_number{display:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{background-color:transparent;border:1px solid #f78f02;color:#f78f02;border-radius:30px;width:40px;height:20px;line-height:1.5;font-size:12px;font-weight:600}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.progress_not_started .progress .completed_staus{border-color:#ff3a30;color:#ff3a30}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{border-color:#05d786;color:#05d786}.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item .notification-avatar{position:relative}body.bp-search .bp-search-ac{background-color:#fff;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:4px;display:block;padding:0;right:0;overflow:auto;max-height:calc(100vh - 76px);max-width:500px!important;width:100%;z-index:610}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:#fff;max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--global-border-color)}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{font-size:24px;font-weight:300;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;background-color:rgba(0,0,0,.05);color:#aaa;height:48px;width:48px;border-radius:50%}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-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-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{font-size:14px;font-weight:400;margin:0;line-height:21px}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;min-height:26px;margin-bottom:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0}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-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-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-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;letter-spacing:-.24px}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-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-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{font-size:14px;font-weight:400}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-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px}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-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-search-ac>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-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}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-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{font-size:14px;font-weight:400}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-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{font-size:14px;font-weight:400}.bp-search-page .results-group ul#activity-stream li.activity-item{background:transparent}body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta{background-color:transparent;display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem}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-search-ac li .middot{display:inline-block;font-size:17px;margin:0 6px;line-height:1}body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center}body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li .ui-state-active{background:transparent;border:none}body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{font-size:14px;font-weight:500;padding:11px 10px!important}body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e827";font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px}body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:left;margin-top:0}body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:calc(100% - 65px)}body.bp-search .bp-search-ac img{border-radius:50%}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;-o-object-fit:cover;object-fit:cover;width:100%;height:auto}body.admin-bar.bp-search .bp-search-ac{max-height:calc(100vh - 108px)}.bp-search-results-list .bp-search-item{padding:0}.bp-search-results-list .bp-search-item .item-avatar{margin-right:12px;max-width:50px;width:100%}.bp-search-results-list .bp-search-item .item-avatar a{min-width:50px;border-radius:4px;overflow:hidden}.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:50px;min-width:50px;-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:rgba(0,0,0,.05);color:#aaa;font-size:28px}.bp-search-results-list .rtmedia-activity-text{margin:10px 0}.bp-search-results-list .middot{display:none}.activity-link-preview-container{width:100%;margin:0;border-radius:var(--global-border-radius);border-color:var(--global-border-color)}.activity-link-preview-container .activity-link-preview-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:10px 15px 15px;-webkit-transition:all .2s linear;transition:all .2s linear;border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;text-transform:uppercase;line-height:20px}.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 .2s linear;transition:all .2s linear}.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(--global-border-radius) var(--global-border-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(--global-border-radius) var(--global-border-radius) 0 0;pointer-events:none}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;min-width:100%}.activity-link-preview-container .activity-link-preview-image:before,.activity-link-preview-container .activity-link-preview-info:before{content:"";-webkit-transition:all .3s linear;transition:all .3s linear}.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 .2s linear;transition:all .2s linear;pointer-events:none}.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info:before{border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.activity-link-preview-container:hover .activity-link-preview-info:before{border-radius:var(--global-border-radius)}.activity-link-preview-container:hover .activity-link-preview-image:before{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0} \ No newline at end of file diff --git a/functions.php b/functions.php index 7dfa5ce..c861d09 100755 --- a/functions.php +++ b/functions.php @@ -126,6 +126,11 @@ function _buddyx_autoload( $class_name ) { require get_template_directory() . '/inc/compatibility/rtmedia/rtmedia-functions.php'; } +// Load WooCommerce functions. +if ( class_exists( 'WooCommerce' ) ) { + require get_template_directory() . '/inc/compatibility/woocommerce/woocommerce-functions.php'; +} + // bp_nouveau_appearance default option. $optionKey = 'buddyx_theme_is_activated'; if ( ! get_option( $optionKey ) ) { diff --git a/inc/Accessibility/Component.php b/inc/Accessibility/Component.php index b073d61..70d4c9a 100644 --- a/inc/Accessibility/Component.php +++ b/inc/Accessibility/Component.php @@ -7,16 +7,16 @@ namespace BuddyX\Buddyx\Accessibility; -use BuddyX\Buddyx\Component_Interface; -use function BuddyX\Buddyx\buddyx; -use WP_Post; use function add_action; use function add_filter; -use function wp_enqueue_script; -use function get_theme_file_uri; use function get_theme_file_path; -use function wp_script_add_data; +use function get_theme_file_uri; +use function wp_enqueue_script; use function wp_localize_script; +use WP_Post; +use BuddyX\Buddyx\Component_Interface; +use function BuddyX\Buddyx\buddyx; +use function wp_script_add_data; /** * Class for improving accessibility among various core features. @@ -26,9 +26,9 @@ class Component implements Component_Interface { /** * Gets the unique identifier for the theme component. * - * @return string Component slug. + * @return string component slug */ - public function get_slug() : string { + public function get_slug(): string { return 'accessibility'; } @@ -36,21 +36,20 @@ public function get_slug() : string { * Adds the action and filter hooks to integrate with WordPress. */ public function initialize() { - add_action( 'wp_enqueue_scripts', [ $this, 'action_enqueue_navigation_script' ] ); - add_action( 'wp_head', [ $this, 'action_wp_head_amp_script' ] ); - if ( class_exists( 'SFWD_LMS' ) ) { - add_action( 'wp_ajax_buddyx_lms_toggle_theme_color', [ $this, 'toggle_theme_color' ] ); + add_action( 'wp_enqueue_scripts', array( $this, 'action_enqueue_navigation_script' ) ); + add_action( 'wp_head', array( $this, 'action_wp_head_amp_script' ) ); + if ( class_exists( 'SFWD_LMS' ) ) { + add_action( 'wp_ajax_buddyx_lms_toggle_theme_color', array( $this, 'toggle_theme_color' ) ); } - add_action( 'wp_print_footer_scripts', [ $this, 'action_print_skip_link_focus_fix' ] ); - add_filter( 'nav_menu_link_attributes', [ $this, 'filter_nav_menu_link_attributes_aria_current' ], 10, 2 ); - add_filter( 'page_menu_link_attributes', [ $this, 'filter_nav_menu_link_attributes_aria_current' ], 10, 2 ); + add_action( 'wp_print_footer_scripts', array( $this, 'action_print_skip_link_focus_fix' ) ); + add_filter( 'nav_menu_link_attributes', array( $this, 'filter_nav_menu_link_attributes_aria_current' ), 10, 2 ); + add_filter( 'page_menu_link_attributes', array( $this, 'filter_nav_menu_link_attributes_aria_current' ), 10, 2 ); } /** * Enqueues a script that improves navigation menu accessibility. */ public function action_enqueue_navigation_script() { - // If the AMP plugin is active, return early. if ( buddyx()->is_amp() ) { return; @@ -60,7 +59,7 @@ public function action_enqueue_navigation_script() { wp_enqueue_script( 'buddyx-navigation', get_theme_file_uri( '/assets/js/navigation.min.js' ), - ['jquery'], + array(), buddyx()->get_asset_version( get_theme_file_path( '/assets/js/navigation.min.js' ) ), true ); @@ -69,31 +68,31 @@ public function action_enqueue_navigation_script() { wp_localize_script( 'buddyx-navigation', 'buddyxScreenReaderText', - [ + array( 'expand' => esc_attr__( 'Expand child menu', 'buddyx' ), 'collapse' => esc_attr__( 'Collapse child menu', 'buddyx' ), - ] + ) ); } - + /** - * AMP accessibility. - */ - public function action_wp_head_amp_script(){ + * AMP accessibility. + */ + public function action_wp_head_amp_script() { if ( ! buddyx()->is_amp() ) { ?> is_amp() ) { return; @@ -127,11 +125,12 @@ public function action_print_skip_link_focus_fix() { * * Checks if the menu item is the current menu item and adds the aria "current" attribute. * - * @param array $atts The HTML attributes applied to the menu item's `` element. - * @param WP_Post $item The current menu item. + * @param array $atts the HTML attributes applied to the menu item's `` element + * @param WP_Post $item the current menu item + * * @return array Modified HTML attributes */ - public function filter_nav_menu_link_attributes_aria_current( array $atts, $item ) : array { + public function filter_nav_menu_link_attributes_aria_current( array $atts, $item ): array { if ( isset( $item->current ) ) { if ( $item->current ) { $atts['aria-current'] = 'page'; diff --git a/inc/Editor/Component.php b/inc/Editor/Component.php index 1a91bc2..cd0f58c 100644 --- a/inc/Editor/Component.php +++ b/inc/Editor/Component.php @@ -31,7 +31,7 @@ public function get_slug() : string { * Adds the action and filter hooks to integrate with WordPress. */ public function initialize() { - add_action( 'after_setup_theme', [ $this, 'action_add_editor_support' ] ); + add_action( 'after_setup_theme', array( $this, 'action_add_editor_support' ) ); } /** @@ -60,63 +60,63 @@ public function action_add_editor_support() { */ add_theme_support( 'editor-color-palette', - [ - [ + array( + array( 'name' => __( 'Primary', 'buddyx' ), 'slug' => 'theme-primary', 'color' => '#e36d60', - ], - [ + ), + array( 'name' => __( 'Secondary', 'buddyx' ), 'slug' => 'theme-secondary', 'color' => '#41848f', - ], - [ + ), + array( 'name' => __( 'Red', 'buddyx' ), 'slug' => 'theme-red', 'color' => '#C0392B', - ], - [ + ), + array( 'name' => __( 'Green', 'buddyx' ), 'slug' => 'theme-green', 'color' => '#27AE60', - ], - [ + ), + array( 'name' => __( 'Blue', 'buddyx' ), 'slug' => 'theme-blue', 'color' => '#2980B9', - ], - [ + ), + array( 'name' => __( 'Yellow', 'buddyx' ), 'slug' => 'theme-yellow', 'color' => '#F1C40F', - ], - [ + ), + array( 'name' => __( 'Black', 'buddyx' ), 'slug' => 'theme-black', 'color' => '#1C2833', - ], - [ + ), + array( 'name' => __( 'Grey', 'buddyx' ), 'slug' => 'theme-grey', 'color' => '#95A5A6', - ], - [ + ), + array( 'name' => __( 'White', 'buddyx' ), 'slug' => 'theme-white', 'color' => '#ECF0F1', - ], - [ + ), + array( 'name' => __( 'Dusty daylight', 'buddyx' ), 'slug' => 'custom-daylight', 'color' => '#97c0b7', - ], - [ + ), + array( 'name' => __( 'Dusty sun', 'buddyx' ), 'slug' => 'custom-sun', 'color' => '#eee9d1', - ], - ] + ), + ) ); /* @@ -127,32 +127,32 @@ public function action_add_editor_support() { */ add_theme_support( 'editor-font-sizes', - [ - [ + array( + array( 'name' => __( 'Small', 'buddyx' ), 'shortName' => __( 'S', 'buddyx' ), 'size' => 16, 'slug' => 'small', - ], - [ + ), + array( 'name' => __( 'Medium', 'buddyx' ), 'shortName' => __( 'M', 'buddyx' ), 'size' => 25, 'slug' => 'medium', - ], - [ + ), + array( 'name' => __( 'Large', 'buddyx' ), 'shortName' => __( 'L', 'buddyx' ), 'size' => 31, 'slug' => 'large', - ], - [ + ), + array( 'name' => __( 'Larger', 'buddyx' ), 'shortName' => __( 'XL', 'buddyx' ), 'size' => 39, 'slug' => 'larger', - ], - ] + ), + ) ); } } diff --git a/inc/Welcome/Component.php b/inc/Welcome/Component.php index 9c9437b..975cc6c 100644 --- a/inc/Welcome/Component.php +++ b/inc/Welcome/Component.php @@ -954,7 +954,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'WP_Story', 'buddyx' ); ?> + <?php esc_attr_e( 'WP_Story', 'buddyx' ); ?>

@@ -966,7 +966,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BP_profile-view', 'buddyx' ); ?> + <?php esc_attr_e( 'BP_profile-view', 'buddyx' ); ?>

@@ -978,7 +978,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'member-blog', 'buddyx' ); ?> + <?php esc_attr_e( 'member-blog', 'buddyx' ); ?>

@@ -990,7 +990,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-multi-vendor-marketplace', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-multi-vendor-marketplace', 'buddyx' ); ?>

@@ -1002,7 +1002,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'stat', 'buddyx' ); ?> + <?php esc_attr_e( 'stat', 'buddyx' ); ?>

@@ -1014,7 +1014,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-places', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-places', 'buddyx' ); ?>

@@ -1026,7 +1026,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Friend-Follow-Suggestion', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Friend-Follow-Suggestion', 'buddyx' ); ?>

@@ -1038,7 +1038,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Animated-Gif-Share', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Animated-Gif-Share', 'buddyx' ); ?>

@@ -1050,7 +1050,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-BuddyBoss-shortcodes', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-BuddyBoss-shortcodes', 'buddyx' ); ?>

@@ -1062,7 +1062,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Sticky-Post', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Sticky-Post', 'buddyx' ); ?>

@@ -1074,7 +1074,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-color-background-activity', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-color-background-activity', 'buddyx' ); ?>

@@ -1086,7 +1086,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-BuddyBoss-autofriend', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-BuddyBoss-autofriend', 'buddyx' ); ?>

@@ -1098,7 +1098,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Newsfeed-member-profile', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Newsfeed-member-profile', 'buddyx' ); ?>

@@ -1110,7 +1110,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Reactions-and-Status', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Reactions-and-Status', 'buddyx' ); ?>

@@ -1122,7 +1122,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Hashtags', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Hashtags', 'buddyx' ); ?>

@@ -1134,7 +1134,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Moderation', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Moderation', 'buddyx' ); ?>

@@ -1146,7 +1146,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Private-Community-Pro', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Private-Community-Pro', 'buddyx' ); ?>

@@ -1158,7 +1158,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Polls', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Polls', 'buddyx' ); ?>

@@ -1170,7 +1170,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Profanity', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Profanity', 'buddyx' ); ?>

@@ -1182,7 +1182,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Resume-Manager', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Resume-Manager', 'buddyx' ); ?>

@@ -1194,7 +1194,7 @@ public function submenu_page_callback() {
- <?php esc_attr_e( 'BuddyPress-Profile-Pro', 'buddyx' ); ?> + <?php esc_attr_e( 'BuddyPress-Profile-Pro', 'buddyx' ); ?>

diff --git a/inc/compatibility/woocommerce/woocommerce-functions.php b/inc/compatibility/woocommerce/woocommerce-functions.php new file mode 100644 index 0000000..b2e3740 --- /dev/null +++ b/inc/compatibility/woocommerce/woocommerce-functions.php @@ -0,0 +1,88 @@ +cart->cart_contents_count > 0 ) { + // Enqueue WooCommerce cart script. + wp_enqueue_script( 'woocommerce-cart' ); + } + ?> + + cart->get_cart_contents_count() > 0 ) { + // Update the cart icon fragment with the current cart contents count. + $fragments['.menu-icons-wrapper .cart a'] = '' . esc_html( WC()->cart->get_cart_contents_count() ) . ''; + } + return $fragments; + } +} + +// Disable WooCommerce sidebar. +if ( ! function_exists( 'buddyx_disable_woo_commerce_sidebar' ) ) { + /** + * Removes the default WooCommerce sidebar. + * This function is hooked to the 'init' action to ensure it runs after WooCommerce is fully loaded. + * It removes the 'woocommerce_get_sidebar' function from the 'woocommerce_sidebar' action hook. + */ + function buddyx_disable_woo_commerce_sidebar() { + // Remove the default WooCommerce sidebar. + remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 ); + } +} + +// Hook the function to the 'init' action. +add_action( 'init', 'buddyx_disable_woo_commerce_sidebar' ); diff --git a/inc/extra.php b/inc/extra.php index 02cd973..8dde48a 100644 --- a/inc/extra.php +++ b/inc/extra.php @@ -63,17 +63,48 @@ function buddyx_sub_header() { /* * BREADCRUMBS */ -// to include in functions.php if ( ! function_exists( 'buddyx_the_breadcrumb' ) ) { + /** + * Displays breadcrumb navigation for BuddyX theme, with caching. + * + * This function checks if Yoast SEO breadcrumbs are enabled. If so, it uses + * `yoast_breadcrumb` to display them. If not, it falls back to the `buddyx_get_breadcrumb` + * function to display custom breadcrumbs. The output is cached using `wp_cache` to improve + * performance and avoid regenerating breadcrumbs on every page load. + * + * Caching is performed based on the current post or page ID, and the cache duration is set + * to 12 hours. + * + * @return void + */ function buddyx_the_breadcrumb() { - $wpseo_titles = get_option( 'wpseo_titles' ); - if ( function_exists( 'yoast_breadcrumb' ) && isset( $wpseo_titles['breadcrumbs-enable'] ) && $wpseo_titles['breadcrumbs-enable'] == 1 ) { - yoast_breadcrumb( '' ); - } else { - echo '
'; - buddyx_get_breadcrumb(); - echo '
'; + // Generate a unique cache key based on the post ID or page ID. + $post_id = get_the_ID(); + $cache_key = 'buddyx_breadcrumb_' . $post_id; + + // Try to get the cached breadcrumb. + $breadcrumb = wp_cache_get( $cache_key, 'buddyx_breadcrumb' ); + + if ( false === $breadcrumb ) { + // No cached breadcrumb, generate it. + ob_start(); + + $wpseo_titles = get_option( 'wpseo_titles' ); + if ( function_exists( 'yoast_breadcrumb' ) && isset( $wpseo_titles['breadcrumbs-enable'] ) && $wpseo_titles['breadcrumbs-enable'] == 1 ) { + yoast_breadcrumb( '' ); + } else { + echo '
'; + buddyx_get_breadcrumb(); + echo '
'; + } + + // Store the generated breadcrumb. + $breadcrumb = ob_get_clean(); + wp_cache_set( $cache_key, $breadcrumb, 'buddyx_breadcrumb', 12 * HOUR_IN_SECONDS ); // Cache for 12 hours. } + + // Output the breadcrumb. + echo wp_kses_post( $breadcrumb ); } } @@ -87,127 +118,89 @@ function buddyx_site_loader() { } } -// Site Search and Woo icon +// Site Search and WooCommerce Cart Icon. if ( ! function_exists( 'buddyx_site_menu_icon' ) ) { + /** + * Renders site menu icons, including a search icon and a WooCommerce cart icon. + * The function checks the theme settings to determine if the icons should be displayed. + */ function buddyx_site_menu_icon() { - // menu icons + // Get the settings for search and cart icons from the theme customizer. $searchicon = (int) get_theme_mod( 'site_search', buddyx_defaults( 'site-search' ) ); $carticon = (int) get_theme_mod( 'site_cart', buddyx_defaults( 'site-cart' ) ); + + // Check if either search or cart icon is enabled. if ( ! empty( $searchicon ) || ! empty( $carticon ) ) : ?>
- get_user_profile_progress($profile_groups, $profile_phototype); - $user_progress_formmatted = $this->get_user_profile_progress_formatted($user_progress_arr); + $user_progress_arr = $this->get_user_profile_progress( $profile_groups, $profile_phototype ); + $user_progress_formmatted = $this->get_user_profile_progress_formatted( $user_progress_arr ); return $user_progress_formmatted; } @@ -185,8 +166,7 @@ function get_user_profile_progress_data($profile_groups, $profile_phototype) * * @return int */ - function get_user_profile_progress($group_ids, $photo_types) - { + function get_user_profile_progress( $group_ids, $photo_types ) { /* User Progress specific VARS. */ $user_id = get_current_user_id(); @@ -200,19 +180,19 @@ function get_user_profile_progress($group_ids, $photo_types) * Profile Photo */ $is_profile_photo_disabled = bp_disable_avatar_uploads(); - if (!$is_profile_photo_disabled && in_array('profile_photo', $photo_types)) { + if ( ! $is_profile_photo_disabled && in_array( 'profile_photo', $photo_types ) ) { ++$grand_total_fields; - $is_profile_photo_uploaded = (bp_get_user_has_avatar($user_id)) ? 1 : 0; + $is_profile_photo_uploaded = ( bp_get_user_has_avatar( $user_id ) ) ? 1 : 0; - if ($is_profile_photo_uploaded) { + if ( $is_profile_photo_uploaded ) { ++$grand_completed_fields; } $progress_details['photo_type']['profile_photo'] = array( 'is_uploaded' => $is_profile_photo_uploaded, - 'name' => __('Profile Photo', 'buddyx'), + 'name' => __( 'Profile Photo', 'buddyx' ), ); } @@ -220,19 +200,19 @@ function get_user_profile_progress($group_ids, $photo_types) * Cover Photo */ $is_cover_photo_disabled = bp_disable_cover_image_uploads(); - if (!$is_cover_photo_disabled && in_array('cover_photo', $photo_types)) { + if ( ! $is_cover_photo_disabled && in_array( 'cover_photo', $photo_types ) ) { ++$grand_total_fields; - $is_cover_photo_uploaded = (bp_attachments_get_user_has_cover_image($user_id)) ? 1 : 0; + $is_cover_photo_uploaded = ( bp_attachments_get_user_has_cover_image( $user_id ) ) ? 1 : 0; - if ($is_cover_photo_uploaded) { + if ( $is_cover_photo_uploaded ) { ++$grand_completed_fields; } $progress_details['photo_type']['cover_photo'] = array( 'is_uploaded' => $is_cover_photo_uploaded, - 'name' => __('Cover Photo', 'buddyx'), + 'name' => __( 'Cover Photo', 'buddyx' ), ); } @@ -247,9 +227,9 @@ function get_user_profile_progress($group_ids, $photo_types) ) ); - foreach ($profile_groups as $single_group_details) { + foreach ( $profile_groups as $single_group_details ) { - if (empty($single_group_details->fields)) { + if ( empty( $single_group_details->fields ) ) { continue; } @@ -261,37 +241,37 @@ function get_user_profile_progress($group_ids, $photo_types) * Consider only selected Groups ids from the widget form settings, skip all others. */ - if (!in_array($group_id, $group_ids)) { + if ( ! in_array( $group_id, $group_ids ) ) { continue; } // Check if Current Group is repeater if YES then get number of fields inside current group. - $is_group_repeater_str = bp_xprofile_get_meta($group_id, 'group', 'is_repeater_enabled', true); - $is_group_repeater = ('on' === $is_group_repeater_str) ? true : false; + $is_group_repeater_str = bp_xprofile_get_meta( $group_id, 'group', 'is_repeater_enabled', true ); + $is_group_repeater = ( 'on' === $is_group_repeater_str ) ? true : false; /* Loop through all the fields and check if fields completed or not. */ $group_total_fields = 0; $group_completed_fields = 0; - foreach ($single_group_details->fields as $group_single_field) { + foreach ( $single_group_details->fields as $group_single_field ) { /* * If current group is repeater then only consider first set of fields. */ - if ($is_group_repeater) { + if ( $is_group_repeater ) { /* * If field not a "clone number 1" then stop. That means proceed with the first set of fields and restrict others. */ $field_id = $group_single_field->id; - $clone_number = bp_xprofile_get_meta($field_id, 'field', '_clone_number', true); - if ($clone_number > 1) { + $clone_number = bp_xprofile_get_meta( $field_id, 'field', '_clone_number', true ); + if ( $clone_number > 1 ) { continue; } } - $field_data_value = maybe_unserialize($group_single_field->data->value); + $field_data_value = maybe_unserialize( $group_single_field->data->value ); - if (!empty($field_data_value)) { + if ( ! empty( $field_data_value ) ) { ++$group_completed_fields; } @@ -310,10 +290,11 @@ function get_user_profile_progress($group_ids, $photo_types) $total_fields += $group_total_fields; $completed_fields += $group_completed_fields; + } $progress_details['groups'][] = array( - 'group_name' => __('Profile Fields', 'buddyx'), + 'group_name' => __( 'Profile Fields', 'buddyx' ), 'group_total_fields' => $total_fields, 'group_completed_fields' => $completed_fields, ); @@ -324,7 +305,7 @@ function get_user_profile_progress($group_ids, $photo_types) $progress_details['total_fields'] = $grand_total_fields; $progress_details['completed_fields'] = $grand_completed_fields; - return apply_filters('bp_buddyx_user_progress', $progress_details); + return apply_filters( 'bp_buddyx_user_progress', $progress_details ); } /** @@ -334,8 +315,7 @@ function get_user_profile_progress($group_ids, $photo_types) * * @return int */ - function get_user_profile_progress_formatted($user_progress_arr) - { + function get_user_profile_progress_formatted( $user_progress_arr ) { /* Groups */ @@ -345,8 +325,8 @@ function get_user_profile_progress_formatted($user_progress_arr) /* * Calculate Total Progress percentage. */ - if ($user_progress_arr['total_fields'] > 0) { - $profile_completion_percentage = round(($user_progress_arr['completed_fields'] * 100) / $user_progress_arr['total_fields']); + if ( $user_progress_arr['total_fields'] > 0 ) { + $profile_completion_percentage = round( ( $user_progress_arr['completed_fields'] * 100 ) / $user_progress_arr['total_fields'] ); $user_prgress_formatted = array( 'completion_percentage' => $profile_completion_percentage, ); @@ -356,77 +336,76 @@ function get_user_profile_progress_formatted($user_progress_arr) * Group specific details */ $listing_number = 1; - foreach ($user_progress_arr['groups'] as $group_id => $group_details) { + foreach ( $user_progress_arr['groups'] as $group_id => $group_details ) { - $group_link = trailingslashit($loggedin_user_domain . $profile_slug . '/edit/group/' . $group_id); + $group_link = trailingslashit( $loggedin_user_domain . $profile_slug . '/edit/group/' . $group_id ); $user_prgress_formatted['groups'][] = array( 'number' => $listing_number, 'label' => $group_details['group_name'], 'link' => $group_link, - 'is_group_completed' => ($group_details['group_total_fields'] === $group_details['group_completed_fields']) ? true : false, + 'is_group_completed' => ( $group_details['group_total_fields'] === $group_details['group_completed_fields'] ) ? true : false, 'total' => $group_details['group_total_fields'], 'completed' => $group_details['group_completed_fields'], ); - $listing_number++; + $listing_number ++; } /* Profile Photo */ - if (isset($user_progress_arr['photo_type']['profile_photo'])) { + if ( isset( $user_progress_arr['photo_type']['profile_photo'] ) ) { - $change_avatar_link = trailingslashit($loggedin_user_domain . $profile_slug . '/change-avatar'); - $is_profile_uploaded = (1 === $user_progress_arr['photo_type']['profile_photo']['is_uploaded']); + $change_avatar_link = trailingslashit( $loggedin_user_domain . $profile_slug . '/change-avatar' ); + $is_profile_uploaded = ( 1 === $user_progress_arr['photo_type']['profile_photo']['is_uploaded'] ); $user_prgress_formatted['groups'][] = array( 'number' => $listing_number, 'label' => $user_progress_arr['photo_type']['profile_photo']['name'], 'link' => $change_avatar_link, - 'is_group_completed' => ($is_profile_uploaded) ? true : false, + 'is_group_completed' => ( $is_profile_uploaded ) ? true : false, 'total' => 1, - 'completed' => ($is_profile_uploaded) ? 1 : 0, + 'completed' => ( $is_profile_uploaded ) ? 1 : 0, ); - $listing_number++; + $listing_number ++; } /* Cover Photo */ - if (isset($user_progress_arr['photo_type']['cover_photo'])) { + if ( isset( $user_progress_arr['photo_type']['cover_photo'] ) ) { - $change_cover_link = trailingslashit($loggedin_user_domain . $profile_slug . '/change-cover-image'); - $is_cover_uploaded = (1 === $user_progress_arr['photo_type']['cover_photo']['is_uploaded']); + $change_cover_link = trailingslashit( $loggedin_user_domain . $profile_slug . '/change-cover-image' ); + $is_cover_uploaded = ( 1 === $user_progress_arr['photo_type']['cover_photo']['is_uploaded'] ); $user_prgress_formatted['groups'][] = array( 'number' => $listing_number, 'label' => $user_progress_arr['photo_type']['cover_photo']['name'], 'link' => $change_cover_link, - 'is_group_completed' => ($is_cover_uploaded) ? true : false, + 'is_group_completed' => ( $is_cover_uploaded ) ? true : false, 'total' => 1, - 'completed' => ($is_cover_uploaded) ? 1 : 0, + 'completed' => ( $is_cover_uploaded ) ? 1 : 0, ); - $listing_number++; + $listing_number ++; } /** * Filter returns User Progress array in the template friendly format. */ - return apply_filters('bp_buddyx_user_progress_formatted', $user_prgress_formatted); + return apply_filters( 'bp_buddyx_user_progress_formatted', $user_prgress_formatted ); } /** * Widget settings form. */ - function form($instance) - { + function form( $instance ) { $instance = wp_parse_args( (array) $instance, array( - 'title' => __('Complete Your Profile', 'buddyx'), - 'profile_groups_enabled' => array(0 => 1), + 'title' => __( 'Complete Your Profile', 'buddyx' ), + 'profile_groups_enabled' => array( 0 => 1 ), 'profile_photos_enabled' => array( 0 => 'profile_photo', 1 => 'cover_photo', @@ -437,7 +416,7 @@ function form($instance) /* * Profile Groups and Profile Cover Photo. */ - if (function_exists('bp_xprofile_get_groups')) { + if ( function_exists( 'bp_xprofile_get_groups' ) ) { $profile_groups = bp_xprofile_get_groups(); } @@ -449,81 +428,76 @@ function form($instance) * Show Options only when Profile Photo and Cover option enabled in the Profile Settings. */ - if (!$is_profile_photo_disabled) { - $photos_enabled_arr['profile_photo'] = __('Profile Photo', 'buddyx'); + if ( ! $is_profile_photo_disabled ) { + $photos_enabled_arr['profile_photo'] = __( 'Profile Photo', 'buddyx' ); } - if (!$is_cover_photo_disabled) { - $photos_enabled_arr['cover_photo'] = __('Cover Photo', 'buddyx'); + if ( ! $is_cover_photo_disabled ) { + $photos_enabled_arr['cover_photo'] = __( 'Cover Photo', 'buddyx' ); } /* Widget Form HTML */ - ?> + ?>

- - + +

- - - -

    - id, $instance['profile_groups_enabled'])); - ?> -
  • - -
  • - -
- - -

- - -

- + -

    - $photos_label) : ?> -
  • - -
  • + +
      + id, $instance['profile_groups_enabled'] ) ); + ?> +
    • + +
    • + +
    + +

    - -
+ +

+ +

    + $photos_label ) : ?> +
  • + +
  • + +
+

+ +

+ +

+

+ + +

- -

- - -

-

- - - -

-\n" -"Language-Team: Varun Dubey \n" +"Project-Id-Version: Buddyx\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Generator: Poedit 3.5\n" +"Last-Translator: wbcomdesigns\n" +"POT-Creation-Date: 2024-09-30 06:19+0000\n" +"Report-Msgid-Bugs-To: Buddyx\n" "X-Poedit-Basepath: ..\n" -"X-Poedit-Flags-xgettext: --add-comments=translators:\n" -"X-Poedit-WPHeader: style.css\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" +"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" "X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.min.js\n" - -#: bb-buddypress/activity/entry.php:31 -#, php-format -msgid "%s's Post" -msgstr "" - -#: bb-buddypress/activity/entry.php:40 -msgid "Pinned Post" -msgstr "" - -#: bb-buddypress/activity/entry.php:47 -msgid "Turned off notifications" -msgstr "" - -#. translators: %s = last activity timestamp (e.g. "active 1 hour ago") -#. translators: %s: last activity timestamp (e.g. "Active 1 hour ago") -#: bb-buddypress/groups/groups-loop.php:84 -#: bb-buddypress/groups/single/cover-image-header.php:149 -#: bb-buddypress/groups/single/group-header.php:92 -#: buddypress/groups/groups-loop.php:57 -#: buddypress/groups/single/cover-image-header.php:60 -#: buddypress/groups/single/group-header.php:43 -#, php-format -msgid "Active %s" -msgstr "" - -#: bb-buddypress/groups/groups-loop.php:126 -#: bb-buddypress/groups/single/cover-image-header.php:221 -#: bb-buddypress/groups/single/group-header.php:160 -msgid "Leave Group" -msgstr "" - -#: bb-buddypress/groups/groups-loop.php:132 -#: bb-buddypress/groups/single/cover-image-header.php:227 -#: bb-buddypress/groups/single/group-header.php:166 -msgid "Are you sure you want to leave " -msgstr "" - -#: bb-buddypress/groups/groups-loop.php:135 -#: bb-buddypress/groups/single/cover-image-header.php:63 -#: bb-buddypress/groups/single/cover-image-header.php:230 -#: bb-buddypress/groups/single/group-header.php:169 -#: bb-buddypress/groups/single/members-loop.php:263 -#: bb-buddypress/members/members-loop.php:281 -#: bb-buddypress/members/single/cover-image-header.php:89 -#: bb-buddypress/members/single/cover-image-header.php:275 -#: bb-buddypress/members/single/member-header.php:211 -msgid "Cancel" -msgstr "" - -#: bb-buddypress/groups/groups-loop.php:136 -#: bb-buddypress/groups/single/cover-image-header.php:231 -#: bb-buddypress/groups/single/group-header.php:170 -#: bb-buddypress/groups/single/members-loop.php:264 -#: bb-buddypress/members/members-loop.php:282 -#: bb-buddypress/members/single/cover-image-header.php:276 -#: bb-buddypress/members/single/member-header.php:212 -msgid "Confirm" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:53 -#: bb-buddypress/members/single/cover-image-header.php:78 -#: buddypress/groups/single/cover-image-header.php:25 -#: buddypress/members/single/cover-image-header.php:15 -msgid "Change Cover Photo" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:59 -#: bb-buddypress/members/single/cover-image-header.php:85 -msgid "Reposition Cover Photo" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:64 -#: bb-buddypress/members/single/cover-image-header.php:90 -msgid "Save Changes" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:65 -#: bb-buddypress/members/single/cover-image-header.php:91 -msgid "Drag to move cover photo" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:66 -#: bb-buddypress/members/single/cover-image-header.php:92 -msgid "Cover photo" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:79 -#: bb-buddypress/groups/single/group-header.php:23 -#: buddypress/groups/single/cover-image-header.php:40 -#: buddypress/groups/single/group-header.php:23 -msgid "Change Group Photo" -msgstr "" - -#: bb-buddypress/groups/single/cover-image-header.php:199 -#: bb-buddypress/groups/single/group-header.php:139 -msgid "Group Description" -msgstr "" - -#: bb-buddypress/groups/single/members-loop.php:246 -#: bb-buddypress/members/members-loop.php:264 -#: bb-buddypress/members/single/cover-image-header.php:258 -#: bb-buddypress/members/single/member-header.php:194 -msgid "Remove Connection" -msgstr "" - -#. translators: %s: The member name with HTML tags -#. translators: %s: The member name with HTML tags. -#: bb-buddypress/groups/single/members-loop.php:256 -#: bb-buddypress/members/members-loop.php:274 -#: bb-buddypress/members/single/cover-image-header.php:268 -#: bb-buddypress/members/single/member-header.php:204 -#, php-format -msgid "Are you sure you want to remove %s from your connections?" -msgstr "" - -#: bb-buddypress/members/members-loop.php:224 -msgid "More Options" -msgstr "" +"X-Poedit-SearchPathExcluded-0: *.js\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bb-buddypress/members/single/cover-image-header.php:115 -#: bb-buddypress/members/single/member-header.php:54 -#: buddypress/members/single/cover-image-header.php:26 -#: buddypress/members/single/member-header.php:14 -msgid "Change Profile Photo" -msgstr "" +#. translators: 1: comment count number, 2: title. +#: ../buddyx/comments.php:44 +msgctxt "comments title" +msgid "%1$s thought on “%2$s”" +msgid_plural "%1$s thoughts on “%2$s”" +msgstr[0] "" +msgstr[1] "" -#: bb-buddypress/members/single/groups/invites.php:10 -#: buddypress/members/single/groups/invites.php:10 -msgid "Group Invites" +#: ../buddyx/comments.php:38 +msgid "One thought on “%1$s”" msgstr "" -#: bb-buddypress/members/single/groups/invites.php:42 -#, php-format -msgid "Invited by %1$s · %2$s." +#: ../buddyx/comments.php:60 +msgid "Comments are disabled." msgstr "" -#: buddypress/groups/single/cover-image-header.php:76 -#: buddypress/groups/single/group-header.php:58 -msgid "Group Types" +#: ../buddyx/footer.php:29, ../buddyx/inc/Kirki_Option/Component.php:1595 +msgid "Footer" msgstr "" -#: buddypress/groups/single/cover-image-header.php:77 -#: buddypress/groups/single/group-header.php:59 -msgid "Group Type" +#: ../buddyx/functions.php:35 +msgid "BuddyX requires the BuddyPress Template Pack \"BP Nouveau\" to be active. Please activate this Template Pack from the %1$sBuddyPress Options.%2$s" msgstr "" -#: buddypress/members/single/cover-image-header.php:67 -#: buddypress/members/single/member-header.php:50 -msgid "Member Types" +#: ../buddyx/header.php:35 +msgid "Skip to content" msgstr "" -#: buddypress/members/single/cover-image-header.php:68 -#: buddypress/members/single/member-header.php:51 -msgid "Member Type" +#: ../buddyx/searchform.php:10 +msgid "Search for:" msgstr "" -#: buddypress/members/single/groups/invites.php:46 -#, php-format -msgid "%s member" -msgid_plural "%s members" -msgstr[0] "" -msgstr[1] "" - -#. translators: 1: title. -#: comments.php:38 -#, php-format -msgid "One thought on “%1$s”" +#: ../buddyx/searchform.php:11 +msgid "Enter Keyword" msgstr "" -#. translators: 1: comment count number, 2: title. -#: comments.php:44 -#, php-format -msgctxt "comments title" -msgid "%1$s thought on “%2$s”" -msgid_plural "%1$s thoughts on “%2$s”" -msgstr[0] "" -msgstr[1] "" - -#: comments.php:60 -msgid "Comments are disabled." +#: ../buddyx/searchform.php:12 +msgid "Go" msgstr "" -#: external/class-tgm-plugin-activation.php:325 +#: ../buddyx/external/class-tgm-plugin-activation.php:327 msgid "Install Required Plugins" msgstr "" -#: external/class-tgm-plugin-activation.php:326 +#: ../buddyx/external/class-tgm-plugin-activation.php:328 msgid "Install Plugins" msgstr "" #. translators: %s: plugin name. -#: external/class-tgm-plugin-activation.php:328 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:330 msgid "Installing Plugin: %s" msgstr "" #. translators: %s: plugin name. -#: external/class-tgm-plugin-activation.php:330 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:332 msgid "Updating Plugin: %s" msgstr "" -#: external/class-tgm-plugin-activation.php:331 +#: ../buddyx/external/class-tgm-plugin-activation.php:333 msgid "Something went wrong with the plugin API." msgstr "" -#. translators: 1: plugin name(s). -#: external/class-tgm-plugin-activation.php:334 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:334 msgid "This theme requires the following plugin: %1$s." msgid_plural "This theme requires the following plugins: %1$s." msgstr[0] "" msgstr[1] "" -#. translators: 1: plugin name(s). -#: external/class-tgm-plugin-activation.php:340 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:340 msgid "This theme recommends the following plugin: %1$s." msgid_plural "This theme recommends the following plugins: %1$s." msgstr[0] "" msgstr[1] "" -#. translators: 1: plugin name(s). -#: external/class-tgm-plugin-activation.php:346 -#, php-format -msgid "" -"The following plugin needs to be updated to its latest version to ensure " -"maximum compatibility with this theme: %1$s." -msgid_plural "" -"The following plugins need to be updated to their latest version to ensure " -"maximum compatibility with this theme: %1$s." +#: ../buddyx/external/class-tgm-plugin-activation.php:346 +msgid "The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s." +msgid_plural "The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s." msgstr[0] "" msgstr[1] "" -#. translators: 1: plugin name(s). -#: external/class-tgm-plugin-activation.php:352 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:352 msgid "There is an update available for: %1$s." msgid_plural "There are updates available for the following plugins: %1$s." msgstr[0] "" msgstr[1] "" -#. translators: 1: plugin name(s). -#: external/class-tgm-plugin-activation.php:358 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:358 msgid "The following required plugin is currently inactive: %1$s." msgid_plural "The following required plugins are currently inactive: %1$s." msgstr[0] "" msgstr[1] "" -#. translators: 1: plugin name(s). -#: external/class-tgm-plugin-activation.php:364 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:364 msgid "The following recommended plugin is currently inactive: %1$s." msgid_plural "The following recommended plugins are currently inactive: %1$s." msgstr[0] "" msgstr[1] "" -#: external/class-tgm-plugin-activation.php:369 +#: ../buddyx/external/class-tgm-plugin-activation.php:370 msgid "Begin installing plugin" msgid_plural "Begin installing plugins" msgstr[0] "" msgstr[1] "" -#: external/class-tgm-plugin-activation.php:374 +#: ../buddyx/external/class-tgm-plugin-activation.php:375 msgid "Begin updating plugin" msgid_plural "Begin updating plugins" msgstr[0] "" msgstr[1] "" -#: external/class-tgm-plugin-activation.php:379 +#: ../buddyx/external/class-tgm-plugin-activation.php:380 msgid "Begin activating plugin" msgid_plural "Begin activating plugins" msgstr[0] "" msgstr[1] "" -#: external/class-tgm-plugin-activation.php:383 +#: ../buddyx/external/class-tgm-plugin-activation.php:385 msgid "Return to Required Plugins Installer" msgstr "" -#: external/class-tgm-plugin-activation.php:384 -#: external/class-tgm-plugin-activation.php:825 -#: external/class-tgm-plugin-activation.php:2551 -#: external/class-tgm-plugin-activation.php:3602 +#: ../buddyx/external/class-tgm-plugin-activation.php:386, ../buddyx/external/class-tgm-plugin-activation.php:827, ../buddyx/external/class-tgm-plugin-activation.php:2533, ../buddyx/external/class-tgm-plugin-activation.php:3580 msgid "Return to the Dashboard" msgstr "" -#: external/class-tgm-plugin-activation.php:385 -#: external/class-tgm-plugin-activation.php:3177 +#: ../buddyx/external/class-tgm-plugin-activation.php:387, ../buddyx/external/class-tgm-plugin-activation.php:3159 msgid "Plugin activated successfully." msgstr "" -#: external/class-tgm-plugin-activation.php:386 -#: external/class-tgm-plugin-activation.php:2970 +#: ../buddyx/external/class-tgm-plugin-activation.php:388, ../buddyx/external/class-tgm-plugin-activation.php:2952 msgid "The following plugin was activated successfully:" msgid_plural "The following plugins were activated successfully:" msgstr[0] "" msgstr[1] "" #. translators: 1: plugin name. -#: external/class-tgm-plugin-activation.php:388 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:390 msgid "No action taken. Plugin %1$s was already active." msgstr "" #. translators: 1: plugin name. -#: external/class-tgm-plugin-activation.php:390 -#, php-format -msgid "" -"Plugin not activated. A higher version of %s is needed for this theme. " -"Please update the plugin." +#: ../buddyx/external/class-tgm-plugin-activation.php:392 +msgid "Plugin not activated. A higher version of %s is needed for this theme. Please update the plugin." msgstr "" #. translators: 1: dashboard link. -#: external/class-tgm-plugin-activation.php:392 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:394 msgid "All plugins installed and activated successfully. %1$s" msgstr "" -#: external/class-tgm-plugin-activation.php:393 +#: ../buddyx/external/class-tgm-plugin-activation.php:395 msgid "Dismiss this notice" msgstr "" -#: external/class-tgm-plugin-activation.php:394 -msgid "" -"There are one or more required or recommended plugins to install, update or " -"activate." +#: ../buddyx/external/class-tgm-plugin-activation.php:396 +msgid "There are one or more required or recommended plugins to install, update or activate." msgstr "" -#: external/class-tgm-plugin-activation.php:395 +#: ../buddyx/external/class-tgm-plugin-activation.php:397 msgid "Please contact the administrator of this site for help." msgstr "" -#: external/class-tgm-plugin-activation.php:520 +#: ../buddyx/external/class-tgm-plugin-activation.php:522 msgid "This plugin needs to be updated to be compatible with your theme." msgstr "" -#: external/class-tgm-plugin-activation.php:521 +#: ../buddyx/external/class-tgm-plugin-activation.php:523 msgid "Update Required" msgstr "" -#: external/class-tgm-plugin-activation.php:934 -msgid "" -"The remote plugin package does not contain a folder with the desired slug " -"and renaming did not work." +#: ../buddyx/external/class-tgm-plugin-activation.php:937 +msgid "The remote plugin package consists of more than one file, but the files are not packaged in a folder." msgstr "" -#: external/class-tgm-plugin-activation.php:934 -#: external/class-tgm-plugin-activation.php:944 -msgid "" -"Please contact the plugin provider and ask them to package their plugin " -"according to the WordPress guidelines." +#: ../buddyx/external/class-tgm-plugin-activation.php:937, ../buddyx/external/class-tgm-plugin-activation.php:934 +msgid "Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines." msgstr "" -#: external/class-tgm-plugin-activation.php:944 -msgid "" -"The remote plugin package consists of more than one file, but the files are " -"not packaged in a folder." +#: ../buddyx/external/class-tgm-plugin-activation.php:934 +msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work." msgstr "" -#: external/class-tgm-plugin-activation.php:1133 -#: external/class-tgm-plugin-activation.php:2966 +#: ../buddyx/external/class-tgm-plugin-activation.php:1121, ../buddyx/external/class-tgm-plugin-activation.php:2948 msgctxt "plugin A *and* plugin B" msgid "and" msgstr "" #. translators: %s: version number -#: external/class-tgm-plugin-activation.php:2000 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:1982 msgid "TGMPA v%s" msgstr "" -#: external/class-tgm-plugin-activation.php:2291 +#: ../buddyx/external/class-tgm-plugin-activation.php:2273 msgid "Required" msgstr "" -#: external/class-tgm-plugin-activation.php:2294 +#: ../buddyx/external/class-tgm-plugin-activation.php:2276 msgid "Recommended" msgstr "" -#: external/class-tgm-plugin-activation.php:2310 +#: ../buddyx/external/class-tgm-plugin-activation.php:2292 msgid "WordPress Repository" msgstr "" -#: external/class-tgm-plugin-activation.php:2313 +#: ../buddyx/external/class-tgm-plugin-activation.php:2295 msgid "External Source" msgstr "" -#: external/class-tgm-plugin-activation.php:2316 +#: ../buddyx/external/class-tgm-plugin-activation.php:2298 msgid "Pre-Packaged" msgstr "" -#: external/class-tgm-plugin-activation.php:2333 +#: ../buddyx/external/class-tgm-plugin-activation.php:2315 msgid "Not Installed" msgstr "" -#: external/class-tgm-plugin-activation.php:2337 -msgid "Installed But Not Activated" +#: ../buddyx/external/class-tgm-plugin-activation.php:2321 +msgid "Active" msgstr "" -#: external/class-tgm-plugin-activation.php:2339 -msgid "Active" +#: ../buddyx/external/class-tgm-plugin-activation.php:2319 +msgid "Installed But Not Activated" msgstr "" -#: external/class-tgm-plugin-activation.php:2345 -msgid "Required Update not Available" +#: ../buddyx/external/class-tgm-plugin-activation.php:2333 +msgid "Update recommended" msgstr "" -#: external/class-tgm-plugin-activation.php:2348 +#: ../buddyx/external/class-tgm-plugin-activation.php:2330 msgid "Requires Update" msgstr "" -#: external/class-tgm-plugin-activation.php:2351 -msgid "Update recommended" +#: ../buddyx/external/class-tgm-plugin-activation.php:2327 +msgid "Required Update not Available" msgstr "" #. translators: 1: install status, 2: update status -#: external/class-tgm-plugin-activation.php:2360 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2342 msgctxt "Install/Update Status" msgid "%1$s, %2$s" msgstr "" #. translators: 1: number of plugins. -#: external/class-tgm-plugin-activation.php:2406 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2388 msgctxt "plugins" msgid "All (%s)" msgid_plural "All (%s)" @@ -454,2709 +266,2575 @@ msgstr[0] "" msgstr[1] "" #. translators: 1: number of plugins. -#: external/class-tgm-plugin-activation.php:2410 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2392 msgid "To Install (%s)" msgid_plural "To Install (%s)" msgstr[0] "" msgstr[1] "" #. translators: 1: number of plugins. -#: external/class-tgm-plugin-activation.php:2414 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2396 msgid "Update Available (%s)" msgid_plural "Update Available (%s)" msgstr[0] "" msgstr[1] "" #. translators: 1: number of plugins. -#: external/class-tgm-plugin-activation.php:2418 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2400 msgid "To Activate (%s)" msgid_plural "To Activate (%s)" msgstr[0] "" msgstr[1] "" -#: external/class-tgm-plugin-activation.php:2500 +#: ../buddyx/external/class-tgm-plugin-activation.php:2482 msgctxt "as in: \"version nr unknown\"" msgid "unknown" msgstr "" -#: external/class-tgm-plugin-activation.php:2508 +#: ../buddyx/external/class-tgm-plugin-activation.php:2490 msgid "Installed version:" msgstr "" -#: external/class-tgm-plugin-activation.php:2516 +#: ../buddyx/external/class-tgm-plugin-activation.php:2498 msgid "Minimum required version:" msgstr "" -#: external/class-tgm-plugin-activation.php:2528 +#: ../buddyx/external/class-tgm-plugin-activation.php:2510 msgid "Available version:" msgstr "" -#: external/class-tgm-plugin-activation.php:2551 +#: ../buddyx/external/class-tgm-plugin-activation.php:2533 msgid "No plugins to install, update or activate." msgstr "" -#: external/class-tgm-plugin-activation.php:2565 +#: ../buddyx/external/class-tgm-plugin-activation.php:2547 msgid "Plugin" msgstr "" -#: external/class-tgm-plugin-activation.php:2566 +#: ../buddyx/external/class-tgm-plugin-activation.php:2548 msgid "Source" msgstr "" -#: external/class-tgm-plugin-activation.php:2567 +#: ../buddyx/external/class-tgm-plugin-activation.php:2549 msgid "Type" msgstr "" -#: external/class-tgm-plugin-activation.php:2571 inc/Welcome/Component.php:93 +#: ../buddyx/external/class-tgm-plugin-activation.php:2553, ../buddyx/inc/Welcome/Component.php:93 msgid "Version" msgstr "" -#: external/class-tgm-plugin-activation.php:2572 +#: ../buddyx/external/class-tgm-plugin-activation.php:2554 msgid "Status" msgstr "" #. translators: %2$s: plugin name in screen reader markup -#: external/class-tgm-plugin-activation.php:2621 -#, php-format -msgid "Install %2$s" -msgstr "" - -#. translators: %2$s: plugin name in screen reader markup -#: external/class-tgm-plugin-activation.php:2626 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2608 msgid "Update %2$s" msgstr "" #. translators: %2$s: plugin name in screen reader markup -#: external/class-tgm-plugin-activation.php:2632 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:2614 msgid "Activate %2$s" msgstr "" -#: external/class-tgm-plugin-activation.php:2702 +#: ../buddyx/external/class-tgm-plugin-activation.php:2603 +msgid "Install %2$s" +msgstr "" + +#: ../buddyx/external/class-tgm-plugin-activation.php:2684 msgid "Upgrade message from the plugin author:" msgstr "" -#: external/class-tgm-plugin-activation.php:2735 +#: ../buddyx/external/class-tgm-plugin-activation.php:2717 msgid "Install" msgstr "" -#: external/class-tgm-plugin-activation.php:2741 +#: ../buddyx/external/class-tgm-plugin-activation.php:2723 msgid "Update" msgstr "" -#: external/class-tgm-plugin-activation.php:2744 +#: ../buddyx/external/class-tgm-plugin-activation.php:2726 msgid "Activate" msgstr "" -#: external/class-tgm-plugin-activation.php:2775 -msgid "No plugins were selected to be installed. No action taken." -msgstr "" - -#: external/class-tgm-plugin-activation.php:2777 +#: ../buddyx/external/class-tgm-plugin-activation.php:2759 msgid "No plugins were selected to be updated. No action taken." msgstr "" -#: external/class-tgm-plugin-activation.php:2818 -msgid "No plugins are available to be installed at this time." +#: ../buddyx/external/class-tgm-plugin-activation.php:2757 +msgid "No plugins were selected to be installed. No action taken." msgstr "" -#: external/class-tgm-plugin-activation.php:2820 +#: ../buddyx/external/class-tgm-plugin-activation.php:2802 msgid "No plugins are available to be updated at this time." msgstr "" -#: external/class-tgm-plugin-activation.php:2926 +#: ../buddyx/external/class-tgm-plugin-activation.php:2800 +msgid "No plugins are available to be installed at this time." +msgstr "" + +#: ../buddyx/external/class-tgm-plugin-activation.php:2908 msgid "No plugins were selected to be activated. No action taken." msgstr "" -#: external/class-tgm-plugin-activation.php:2952 +#: ../buddyx/external/class-tgm-plugin-activation.php:2934 msgid "No plugins are available to be activated at this time." msgstr "" -#: external/class-tgm-plugin-activation.php:3176 +#: ../buddyx/external/class-tgm-plugin-activation.php:3158 msgid "Plugin activation failed." msgstr "" -#. translators: 1: plugin name, 2: action number 3: total number of actions. -#: external/class-tgm-plugin-activation.php:3520 -#, php-format -msgid "Updating Plugin %1$s (%2$d/%3$d)" -msgstr "" - #. translators: 1: plugin name, 2: error message. -#: external/class-tgm-plugin-activation.php:3523 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:3501 msgid "An error occurred while installing %1$s: %2$s." msgstr "" #. translators: 1: plugin name. -#: external/class-tgm-plugin-activation.php:3525 -#, php-format +#: ../buddyx/external/class-tgm-plugin-activation.php:3503 msgid "The installation of %1$s failed." msgstr "" -#: external/class-tgm-plugin-activation.php:3529 -msgid "" -"The installation and activation process is starting. This process may take a " -"while on some hosts, so please be patient." +#: ../buddyx/external/class-tgm-plugin-activation.php:3515 +msgid "The installation process is starting. This process may take a while on some hosts, so please be patient." msgstr "" #. translators: 1: plugin name. -#: external/class-tgm-plugin-activation.php:3531 -#, php-format -msgid "%1$s installed and activated successfully." +#: ../buddyx/external/class-tgm-plugin-activation.php:3517 +msgid "%1$s installed successfully." msgstr "" -#: external/class-tgm-plugin-activation.php:3531 -#: external/class-tgm-plugin-activation.php:3539 +#: ../buddyx/external/class-tgm-plugin-activation.php:3517, ../buddyx/external/class-tgm-plugin-activation.php:3509 msgid "Show Details" msgstr "" -#: external/class-tgm-plugin-activation.php:3531 -#: external/class-tgm-plugin-activation.php:3539 +#: ../buddyx/external/class-tgm-plugin-activation.php:3517, ../buddyx/external/class-tgm-plugin-activation.php:3509 msgid "Hide Details" msgstr "" -#: external/class-tgm-plugin-activation.php:3532 -msgid "All installations and activations have been completed." +#: ../buddyx/external/class-tgm-plugin-activation.php:3518 +msgid "All installations have been completed." msgstr "" #. translators: 1: plugin name, 2: action number 3: total number of actions. -#: external/class-tgm-plugin-activation.php:3534 -#, php-format -msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: external/class-tgm-plugin-activation.php:3537 -msgid "" -"The installation process is starting. This process may take a while on some " -"hosts, so please be patient." -msgstr "" - -#. translators: 1: plugin name. -#: external/class-tgm-plugin-activation.php:3539 -#, php-format -msgid "%1$s installed successfully." +#: ../buddyx/external/class-tgm-plugin-activation.php:3520 +msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" -#: external/class-tgm-plugin-activation.php:3540 -msgid "All installations have been completed." +#: ../buddyx/external/class-tgm-plugin-activation.php:3507 +msgid "The installation and activation process is starting. This process may take a while on some hosts, so please be patient." msgstr "" -#. translators: 1: plugin name, 2: action number 3: total number of actions. -#: external/class-tgm-plugin-activation.php:3542 -#, php-format -msgid "Installing Plugin %1$s (%2$d/%3$d)" +#: ../buddyx/external/class-tgm-plugin-activation.php:3509 +msgid "%1$s installed and activated successfully." msgstr "" -#: external/include-kirki.php:54 -msgid "" -"A plugin is required to take advantage of this theme's features in the " -"customizer." +#: ../buddyx/external/class-tgm-plugin-activation.php:3510 +msgid "All installations and activations have been completed." msgstr "" -#: external/include-kirki.php:55 -msgid "Install Kirki Toolkit now" +#: ../buddyx/external/class-tgm-plugin-activation.php:3512 +msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" -#: external/include-kirki.php:56 -msgid "Install Now" +#: ../buddyx/external/class-tgm-plugin-activation.php:3498 +msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" -#: external/include-kirki.php:59 -msgid "" -"You have installed Kirki. Activate it to take advantage of this theme's " -"features in the customizer." +#: ../buddyx/external/include-kirki.php:59 +msgid "You have installed Kirki. Activate it to take advantage of this theme's features in the customizer." msgstr "" -#: external/include-kirki.php:60 +#: ../buddyx/external/include-kirki.php:60 msgid "Activate Kirki Toolkit now" msgstr "" -#: external/include-kirki.php:61 +#: ../buddyx/external/include-kirki.php:61 msgid "Activate Now" msgstr "" -#: footer.php:29 inc/Kirki_Option/Component.php:1595 -msgid "Footer" +#: ../buddyx/external/include-kirki.php:54 +msgid "A plugin is required to take advantage of this theme's features in the customizer." msgstr "" -#: functions.php:35 -#, php-format -msgid "" -"BuddyX requires the BuddyPress Template Pack \"BP Nouveau\" to be active. " -"Please activate this Template Pack from the %1$sBuddyPress Options.%2$s" +#: ../buddyx/external/include-kirki.php:55 +msgid "Install Kirki Toolkit now" msgstr "" -#: header.php:35 -msgid "Skip to content" +#: ../buddyx/external/include-kirki.php:56 +msgid "Install Now" msgstr "" -#: inc/Accessibility/Component.php:73 -msgid "Expand child menu" +#. translators: 1: required WP version number, 2: required PHP version number, 3: available WP version number, 4: available PHP version number +#: ../buddyx/inc/back-compat.php:25 +msgid "Buddyx requires at least WordPress version %1$s and PHP version %2$s. You are running versions %3$s and %4$s respectively. Please update and try again." msgstr "" -#: inc/Accessibility/Component.php:74 -msgid "Collapse child menu" +#. translators: 1: required WP version number, 2: available WP version number +#: ../buddyx/inc/back-compat.php:30 +msgid "Buddyx requires at least WordPress version %1$s. You are running version %2$s. Please update and try again." msgstr "" -#: inc/Base_Support/Component.php:243 -msgid "Borders" +#. translators: 1: required PHP version number, 2: available PHP version number +#: ../buddyx/inc/back-compat.php:35 +msgid "Buddyx requires at least PHP version %1$s. You are running version %2$s. Please update and try again." msgstr "" -#. Theme Name of the plugin/theme -#: inc/Base_Support/Component.php:258 inc/Welcome/Component.php:342 -msgid "BuddyX" +#: ../buddyx/inc/back-compat.php:39 +msgid "BuddyX requires the BuddyPress Template Pack \"BP Nouveau\" to be active. Please activate this Template Pack from the BuddyPress Options." msgstr "" -#: inc/Base_Support/patterns/footer-small.php:9 -msgid "Small footer" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:352 +msgid "Browse:" msgstr "" -#: inc/Comments/Component.php:132 -msgid "New comment(s)" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:353 +msgctxt "breadcrumbs aria label" +msgid "Breadcrumbs" msgstr "" -#: inc/Customizer/Component.php:85 -msgid "Theme Options" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:354 +msgid "Home" msgstr "" -#: inc/Dropdown_Select/Component.php:48 -msgid "-- Select a Page --" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:355 +msgid "404 Not Found" msgstr "" -#: inc/Editor/Component.php:65 inc/Nav_Menus/Component.php:69 -msgid "Primary" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:356 +msgid "Archives" msgstr "" -#: inc/Editor/Component.php:70 -msgid "Secondary" +#. translators: %s is the search query. +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:358 +msgid "Search results for: %s" msgstr "" -#: inc/Editor/Component.php:75 -msgid "Red" +#. translators: %s is the page number. +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:360 +msgid "Page %s" msgstr "" -#: inc/Editor/Component.php:80 -msgid "Green" +#. translators: %s is the page number. +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:362 +msgid "Comment Page %s" msgstr "" -#: inc/Editor/Component.php:85 -msgid "Blue" +#. translators: Minute archive title. %s is the minute time format. +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:364 +msgid "Minute %s" msgstr "" -#: inc/Editor/Component.php:90 -msgid "Yellow" +#. translators: Weekly archive title. %s is the week date format. +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:366 +msgid "Week %s" msgstr "" -#: inc/Editor/Component.php:95 -msgid "Black" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:375, ../buddyx/template-parts/header/buddypress-profile.php:136, ../buddyx/template-parts/header/buddypress-profile.php:137, ../buddyx/template-parts/header/buddypress-profile.php:128, ../buddyx/template-parts/header/buddypress-profile.php:129 +msgid "Register" msgstr "" -#: inc/Editor/Component.php:100 -msgid "Grey" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:858 +msgctxt "minute and hour archives time format" +msgid "g:i a" msgstr "" -#: inc/Editor/Component.php:105 -msgid "White" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:876 +msgctxt "minute archives time format" +msgid "i" msgstr "" -#: inc/Editor/Component.php:110 -msgid "Dusty daylight" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:894 +msgctxt "hour archives time format" +msgid "g a" msgstr "" -#: inc/Editor/Component.php:115 -msgid "Dusty sun" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:911, ../buddyx/inc/class-buddyx-breadcrumbs.php:941, ../buddyx/inc/class-buddyx-breadcrumbs.php:981, ../buddyx/inc/class-buddyx-breadcrumbs.php:1009, ../buddyx/inc/class-buddyx-breadcrumbs.php:1377 +msgctxt "yearly archives date format" +msgid "Y" msgstr "" -#: inc/Editor/Component.php:132 -msgid "Small" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:912, ../buddyx/inc/class-buddyx-breadcrumbs.php:982, ../buddyx/inc/class-buddyx-breadcrumbs.php:1382 +msgctxt "monthly archives date format" +msgid "F" msgstr "" -#: inc/Editor/Component.php:133 -msgid "S" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:913, ../buddyx/inc/class-buddyx-breadcrumbs.php:1387 +msgctxt "daily archives date format" +msgid "j" msgstr "" -#: inc/Editor/Component.php:138 -msgid "Medium" +#: ../buddyx/inc/class-buddyx-breadcrumbs.php:942 +msgctxt "weekly archives date format" +msgid "W" msgstr "" -#: inc/Editor/Component.php:139 -msgid "M" +#: ../buddyx/inc/extra.php:141 +msgid "Search" msgstr "" -#: inc/Editor/Component.php:144 -msgid "Large" +#: ../buddyx/inc/extra.php:198, ../buddyx/inc/extra.php:186 +msgid "BuddyX WordPress Theme" msgstr "" -#: inc/Editor/Component.php:145 -msgid "L" +#: ../buddyx/inc/extra.php:239 +msgid "Sticky" msgstr "" -#: inc/Editor/Component.php:150 -msgid "Larger" +#: ../buddyx/inc/extra.php:250 +msgid "Leave a comment" msgstr "" -#: inc/Editor/Component.php:151 -msgid "XL" +#: ../buddyx/inc/extra.php:250 +msgid "1 Comment" msgstr "" -#: inc/Kirki_Option/Component.php:136 -msgid "General" +#: ../buddyx/inc/extra.php:250 +msgid "% Comments" msgstr "" -#: inc/Kirki_Option/Component.php:145 inc/Kirki_Option/Component.php:370 -#: inc/Welcome/Component.php:143 inc/Welcome/Component.php:353 -msgid "Site Layout" +#: ../buddyx/inc/extra.php:255, ../buddyx/template-parts/content/entry_meta.php:124 +msgid "Edit" msgstr "" -#: inc/Kirki_Option/Component.php:156 inc/Welcome/Component.php:398 -msgid "Site Loader" +#: ../buddyx/inc/extra.php:397 +msgid "Post Settings" msgstr "" -#: inc/Kirki_Option/Component.php:167 inc/Welcome/Component.php:383 -msgid "Page Mapping" +#: ../buddyx/inc/extra.php:406 +msgid "Post Format Settings" msgstr "" -#: inc/Kirki_Option/Component.php:178 inc/Welcome/Component.php:408 -msgid "Typography" +#: ../buddyx/inc/extra.php:425 +msgid "Overwrite Title Customizer settings" msgstr "" -#: inc/Kirki_Option/Component.php:187 -msgid "Site Title" +#: ../buddyx/inc/extra.php:430 +msgid "Title Style" msgstr "" -#: inc/Kirki_Option/Component.php:197 inc/Kirki_Option/Component.php:1344 -#: inc/Welcome/Component.php:418 -msgid "Headings" +#: ../buddyx/inc/extra.php:480 +msgid "Enter Youtube, Vimeo and etc video url." msgstr "" -#: inc/Kirki_Option/Component.php:207 inc/Welcome/Component.php:423 -#: template-parts/header/navigation.php:51 -msgid "Menu" +#: ../buddyx/inc/extra.php:483 +msgid "Video URL" msgstr "" -#: inc/Kirki_Option/Component.php:217 inc/Kirki_Option/Component.php:1161 -#: inc/Welcome/Component.php:428 -msgid "Body" +#: ../buddyx/inc/extra.php:486, ../buddyx/inc/extra.php:499, ../buddyx/inc/extra.php:728 +msgid "Add Media" msgstr "" -#: inc/Kirki_Option/Component.php:228 -msgid "Site Header" +#: ../buddyx/inc/extra.php:493 +msgid "Enter audio url." msgstr "" -#: inc/Kirki_Option/Component.php:238 -msgid "Site Sub Header" +#: ../buddyx/inc/extra.php:496 +msgid "Audio URL" msgstr "" -#: inc/Kirki_Option/Component.php:248 -msgid "Site Skin" +#: ../buddyx/inc/extra.php:506 +msgid "Input your quote." msgstr "" -#: inc/Kirki_Option/Component.php:258 inc/Welcome/Component.php:167 -#: inc/Welcome/Component.php:608 -msgid "Site Blog" +#: ../buddyx/inc/extra.php:509 +msgid "Quote Text" msgstr "" -#: inc/Kirki_Option/Component.php:268 inc/Welcome/Component.php:638 -msgid "Site Sidebar" +#: ../buddyx/inc/extra.php:515 +msgid "Quote Author" msgstr "" -#: inc/Kirki_Option/Component.php:278 inc/Welcome/Component.php:688 -msgid "WP Login" +#: ../buddyx/inc/extra.php:522 +msgid "Input your link." msgstr "" -#: inc/Kirki_Option/Component.php:287 -msgid "Logo" +#: ../buddyx/inc/extra.php:525 +msgid "Link Title" msgstr "" -#: inc/Kirki_Option/Component.php:300 -msgid "Community Settings" +#: ../buddyx/inc/extra.php:531 +msgid "Link URL" msgstr "" -#: inc/Kirki_Option/Component.php:310 -msgid "General Setting" +#: ../buddyx/inc/extra.php:538 +msgid "To create a gallery, upload your images and then select \"Uploaded to this post\" from the dropdown (in the media popup) to see images attached to this post. You can drag to re-order or delete them there." msgstr "" -#: inc/Kirki_Option/Component.php:322 inc/Welcome/Component.php:718 -msgid "Site Footer" +#: ../buddyx/inc/extra.php:560, ../buddyx/inc/extra.php:667 +msgid "Delete image" msgstr "" -#: inc/Kirki_Option/Component.php:331 inc/Welcome/Component.php:723 +#: ../buddyx/inc/extra.php:574, ../buddyx/inc/extra.php:644 +msgid "Add images gallery" +msgstr "" + +#: ../buddyx/inc/extra.php:646 +msgid "Add to gallery" +msgstr "" + +#: ../buddyx/inc/extra.php:730 +msgid "Add to Media" +msgstr "" + +#: ../buddyx/inc/extra.php:895 +msgid " Read more" +msgstr "" + +#: ../buddyx/inc/login.php:89 +msgid "Log In" +msgstr "" + +#. translators: 1: classname/type of the variable, 2: interface name +#: ../buddyx/inc/Template_Tags.php:54 +msgid "The theme templating component %1$s does not implement the %2$s interface." +msgstr "" + +#. translators: %s: template tag name +#: ../buddyx/inc/Template_Tags.php:81 +msgid "The template tag %s does not exist." +msgstr "" + +#. translators: 1: template tag method name, 2: component class name +#: ../buddyx/inc/Template_Tags.php:110 +msgid "The template tag method %1$s registered by theme component %2$s must either be a callable or an array." +msgstr "" + +#. translators: 1: template tag method name, 2: component class name +#: ../buddyx/inc/Template_Tags.php:121 +msgid "The template tag method %1$s registered by theme component %2$s conflicts with an already registered template tag of the same name." +msgstr "" + +#. translators: 1: classname/type of the variable, 2: interface name +#: ../buddyx/inc/Theme.php:57 +msgid "The theme component %1$s does not implement the %2$s interface." +msgstr "" + +#. translators: %s: slug +#: ../buddyx/inc/Theme.php:120 +msgid "No theme component with the slug %s exists." +msgstr "" + +#: ../buddyx/page-templates/full-width-container.php:3 +msgid "Page No Sidebar" +msgstr "" + +#: ../buddyx/page-templates/full-width.php:3 +msgid "Page Full Screen" +msgstr "" + +#: ../buddyx/page-templates/page-both-sidebar.php:3 +msgid "Page Both Sidebar" +msgstr "" + +#: ../buddyx/page-templates/page-left-sidebar.php:3 +msgid "Page Left Sidebar" +msgstr "" + +#: ../buddyx/page-templates/page-right-sidebar.php:3 +msgid "Page Right Sidebar" +msgstr "" + +#: ../buddyx/post-templates/post-both-sidebar.php:3, ../buddyx/inc/Welcome/Component.php:658 +msgid "Both Sidebar" +msgstr "" + +#: ../buddyx/post-templates/post-full-large.php:3 +msgid "Full Width - Large container" +msgstr "" + +#: ../buddyx/post-templates/post-full-small.php:3 +msgid "Full Width - Small container" +msgstr "" + +#: ../buddyx/post-templates/post-left-sidebar.php:3, ../buddyx/inc/Sidebars/Component.php:115, ../buddyx/inc/Welcome/Component.php:648 +msgid "Left Sidebar" +msgstr "" + +#: ../buddyx/post-templates/post-right-sidebar.php:3, ../buddyx/inc/Sidebars/Component.php:103, ../buddyx/inc/Welcome/Component.php:653 +msgid "Right Sidebar" +msgstr "" + +#: ../buddyx/rtmedia/main.php:208, ../buddyx/rtmedia/main.php:97 +msgid "rtMedia menu" +msgstr "" + +#. translators: %s: Name of current post. Only visible to screen readers +#: ../buddyx/template-parts/content-bbpress.php:20, ../buddyx/template-parts/content-buddypress.php:20, ../buddyx/template-parts/content/entry-full-width.php:37, ../buddyx/template-parts/content/entry_content.php:21 +msgid "Continue reading \"%s\"" +msgstr "" + +#: ../buddyx/template-parts/content-bbpress.php:33, ../buddyx/template-parts/content-buddypress.php:33, ../buddyx/template-parts/content/entry-full-width.php:50, ../buddyx/template-parts/content/entry-page.php:38, ../buddyx/template-parts/content/entry_content.php:38 +msgid "Pages:" +msgstr "" + +#: ../buddyx/bb-buddypress/activity/entry.php:31 +msgid "%s's Post" +msgstr "" + +#: ../buddyx/bb-buddypress/activity/entry.php:40 +msgid "Pinned Post" +msgstr "" + +#: ../buddyx/bb-buddypress/activity/entry.php:47 +msgid "Turned off notifications" +msgstr "" + +#. translators: %s = last activity timestamp (e.g. "active 1 hour ago") +#. translators: %s: last activity timestamp (e.g. "Active 1 hour ago") +#: ../buddyx/bb-buddypress/groups/groups-loop.php:84, ../buddyx/buddypress/groups/groups-loop.php:57, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:149, ../buddyx/bb-buddypress/groups/single/group-header.php:92, ../buddyx/buddypress/groups/single/cover-image-header.php:60, ../buddyx/buddypress/groups/single/group-header.php:43 +msgid "Active %s" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/groups-loop.php:126, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:221, ../buddyx/bb-buddypress/groups/single/group-header.php:160 +msgid "Leave Group" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/groups-loop.php:132, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:227, ../buddyx/bb-buddypress/groups/single/group-header.php:166 +msgid "Are you sure you want to leave " +msgstr "" + +#: ../buddyx/bb-buddypress/groups/groups-loop.php:135, ../buddyx/bb-buddypress/members/members-loop.php:281, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:63, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:230, ../buddyx/bb-buddypress/groups/single/group-header.php:169, ../buddyx/bb-buddypress/groups/single/members-loop.php:263, ../buddyx/bb-buddypress/members/single/cover-image-header.php:89, ../buddyx/bb-buddypress/members/single/cover-image-header.php:275, ../buddyx/bb-buddypress/members/single/member-header.php:211 +msgid "Cancel" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/groups-loop.php:136, ../buddyx/bb-buddypress/members/members-loop.php:282, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:231, ../buddyx/bb-buddypress/groups/single/group-header.php:170, ../buddyx/bb-buddypress/groups/single/members-loop.php:264, ../buddyx/bb-buddypress/members/single/cover-image-header.php:276, ../buddyx/bb-buddypress/members/single/member-header.php:212 +msgid "Confirm" +msgstr "" + +#: ../buddyx/bb-buddypress/members/members-loop.php:224 +msgid "More Options" +msgstr "" + +#: ../buddyx/bb-buddypress/members/members-loop.php:264, ../buddyx/bb-buddypress/groups/single/members-loop.php:246, ../buddyx/bb-buddypress/members/single/cover-image-header.php:258, ../buddyx/bb-buddypress/members/single/member-header.php:194 +msgid "Remove Connection" +msgstr "" + +#. translators: %s: The member name with HTML tags +#. translators: %s: The member name with HTML tags. +#: ../buddyx/bb-buddypress/members/members-loop.php:274, ../buddyx/bb-buddypress/groups/single/members-loop.php:256, ../buddyx/bb-buddypress/members/single/cover-image-header.php:268, ../buddyx/bb-buddypress/members/single/member-header.php:204 +msgid "Are you sure you want to remove %s from your connections?" +msgstr "" + +#: ../buddyx/inc/Accessibility/Component.php:72 +msgid "Expand child menu" +msgstr "" + +#: ../buddyx/inc/Accessibility/Component.php:73 +msgid "Collapse child menu" +msgstr "" + +#: ../buddyx/inc/Base_Support/Component.php:243 +msgid "Borders" +msgstr "" + +#: ../buddyx/inc/Base_Support/Component.php:258, ../buddyx/inc/Welcome/Component.php:342 +msgid "BuddyX" +msgstr "" + +#: ../buddyx/inc/Comments/Component.php:132 +msgid "New comment(s)" +msgstr "" + +#: ../buddyx/inc/Customizer/Component.php:85 +msgid "Theme Options" +msgstr "" + +#: ../buddyx/inc/Dropdown_Select/Component.php:48 +msgid "-- Select a Page --" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:65, ../buddyx/inc/Nav_Menus/Component.php:69 +msgid "Primary" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:70 +msgid "Secondary" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:75 +msgid "Red" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:80 +msgid "Green" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:85 +msgid "Blue" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:90 +msgid "Yellow" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:95 +msgid "Black" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:100 +msgid "Grey" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:105 +msgid "White" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:110 +msgid "Dusty daylight" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:115 +msgid "Dusty sun" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:132 +msgid "Small" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:133 +msgid "S" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:138 +msgid "Medium" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:139 +msgid "M" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:144 +msgid "Large" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:145 +msgid "L" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:150 +msgid "Larger" +msgstr "" + +#: ../buddyx/inc/Editor/Component.php:151 +msgid "XL" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:136 +msgid "General" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:145, ../buddyx/inc/Kirki_Option/Component.php:370, ../buddyx/inc/Welcome/Component.php:143, ../buddyx/inc/Welcome/Component.php:353 +msgid "Site Layout" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:156, ../buddyx/inc/Welcome/Component.php:398 +msgid "Site Loader" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:167, ../buddyx/inc/Welcome/Component.php:383 +msgid "Page Mapping" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:178, ../buddyx/inc/Welcome/Component.php:408 +msgid "Typography" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:187 +msgid "Site Title" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:197, ../buddyx/inc/Kirki_Option/Component.php:1344, ../buddyx/inc/Welcome/Component.php:418 +msgid "Headings" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:207, ../buddyx/inc/Welcome/Component.php:423, ../buddyx/template-parts/header/navigation.php:59 +msgid "Menu" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:217, ../buddyx/inc/Kirki_Option/Component.php:1161, ../buddyx/inc/Welcome/Component.php:428 +msgid "Body" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:228 +msgid "Site Header" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:238 +msgid "Site Sub Header" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:248 +msgid "Site Skin" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:258, ../buddyx/inc/Welcome/Component.php:167, ../buddyx/inc/Welcome/Component.php:608 +msgid "Site Blog" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:268, ../buddyx/inc/Welcome/Component.php:638 +msgid "Site Sidebar" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:278, ../buddyx/inc/Welcome/Component.php:688 +msgid "WP Login" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:287 +msgid "Logo" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:300 +msgid "Community Settings" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:310 +msgid "General Setting" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:322, ../buddyx/inc/Welcome/Component.php:718 +msgid "Site Footer" +msgstr "" + +#: ../buddyx/inc/Kirki_Option/Component.php:331, ../buddyx/inc/Welcome/Component.php:723 msgid "Footer Section" msgstr "" -#: inc/Kirki_Option/Component.php:342 inc/Welcome/Component.php:728 +#: ../buddyx/inc/Kirki_Option/Component.php:342, ../buddyx/inc/Welcome/Component.php:728 msgid "Copyright Section" msgstr "" -#: inc/Kirki_Option/Component.php:353 +#: ../buddyx/inc/Kirki_Option/Component.php:353 msgid "Site Performance" msgstr "" -#: inc/Kirki_Option/Component.php:374 +#: ../buddyx/inc/Kirki_Option/Component.php:374 msgid "You can select wide or box layout based on your preference." msgstr "" -#: inc/Kirki_Option/Component.php:388 +#: ../buddyx/inc/Kirki_Option/Component.php:388 msgid "Max Content Layout Width" msgstr "" -#: inc/Kirki_Option/Component.php:389 +#: ../buddyx/inc/Kirki_Option/Component.php:389 msgid "Select the maximum content width for your website (px)" msgstr "" -#: inc/Kirki_Option/Component.php:407 inc/Welcome/Component.php:368 +#: ../buddyx/inc/Kirki_Option/Component.php:407, ../buddyx/inc/Welcome/Component.php:368 msgid "Global Border Radius" msgstr "" -#: inc/Kirki_Option/Component.php:408 +#: ../buddyx/inc/Kirki_Option/Component.php:408 msgid "Set the content, various elements border radius for your website (px)" msgstr "" -#: inc/Kirki_Option/Component.php:419 inc/Welcome/Component.php:373 +#: ../buddyx/inc/Kirki_Option/Component.php:419, ../buddyx/inc/Welcome/Component.php:373 msgid "Buttons Border Radius" msgstr "" -#: inc/Kirki_Option/Component.php:420 +#: ../buddyx/inc/Kirki_Option/Component.php:420 msgid "Set the buttons border radius for your website (px)" msgstr "" -#: inc/Kirki_Option/Component.php:431 inc/Welcome/Component.php:378 +#: ../buddyx/inc/Kirki_Option/Component.php:431, ../buddyx/inc/Welcome/Component.php:378 msgid "Form Border Radius" msgstr "" -#: inc/Kirki_Option/Component.php:432 -msgid "" -"Set the form elements (except textarea) border radius for your website (px)" +#: ../buddyx/inc/Kirki_Option/Component.php:432 +msgid "Set the form elements (except textarea) border radius for your website (px)" msgstr "" -#: inc/Kirki_Option/Component.php:446 +#: ../buddyx/inc/Kirki_Option/Component.php:446 msgid "Site Loader ?" msgstr "" -#: inc/Kirki_Option/Component.php:450 inc/Kirki_Option/Component.php:818 -#: inc/Kirki_Option/Component.php:835 inc/Kirki_Option/Component.php:852 -#: inc/Kirki_Option/Component.php:868 inc/Kirki_Option/Component.php:884 -#: inc/Kirki_Option/Component.php:950 inc/Kirki_Option/Component.php:1900 -#: inc/Kirki_Option/Component.php:1936 inc/Kirki_Option/Component.php:2137 -#: inc/Kirki_Option/Component.php:2366 inc/Kirki_Option/Component.php:2424 -#: inc/Kirki_Option/Component.php:2437 +#: ../buddyx/inc/Kirki_Option/Component.php:450, ../buddyx/inc/Kirki_Option/Component.php:818, ../buddyx/inc/Kirki_Option/Component.php:835, ../buddyx/inc/Kirki_Option/Component.php:852, ../buddyx/inc/Kirki_Option/Component.php:868, ../buddyx/inc/Kirki_Option/Component.php:884, ../buddyx/inc/Kirki_Option/Component.php:950, ../buddyx/inc/Kirki_Option/Component.php:1900, ../buddyx/inc/Kirki_Option/Component.php:1936, ../buddyx/inc/Kirki_Option/Component.php:2137, ../buddyx/inc/Kirki_Option/Component.php:2366, ../buddyx/inc/Kirki_Option/Component.php:2424, ../buddyx/inc/Kirki_Option/Component.php:2437 msgid "Enable" msgstr "" -#: inc/Kirki_Option/Component.php:451 inc/Kirki_Option/Component.php:819 -#: inc/Kirki_Option/Component.php:836 inc/Kirki_Option/Component.php:853 -#: inc/Kirki_Option/Component.php:869 inc/Kirki_Option/Component.php:885 -#: inc/Kirki_Option/Component.php:951 inc/Kirki_Option/Component.php:1901 -#: inc/Kirki_Option/Component.php:1937 inc/Kirki_Option/Component.php:2138 -#: inc/Kirki_Option/Component.php:2367 inc/Kirki_Option/Component.php:2425 -#: inc/Kirki_Option/Component.php:2438 +#: ../buddyx/inc/Kirki_Option/Component.php:451, ../buddyx/inc/Kirki_Option/Component.php:819, ../buddyx/inc/Kirki_Option/Component.php:836, ../buddyx/inc/Kirki_Option/Component.php:853, ../buddyx/inc/Kirki_Option/Component.php:869, ../buddyx/inc/Kirki_Option/Component.php:885, ../buddyx/inc/Kirki_Option/Component.php:951, ../buddyx/inc/Kirki_Option/Component.php:1901, ../buddyx/inc/Kirki_Option/Component.php:1937, ../buddyx/inc/Kirki_Option/Component.php:2138, ../buddyx/inc/Kirki_Option/Component.php:2367, ../buddyx/inc/Kirki_Option/Component.php:2425, ../buddyx/inc/Kirki_Option/Component.php:2438 msgid "Disable" msgstr "" -#: inc/Kirki_Option/Component.php:462 +#: ../buddyx/inc/Kirki_Option/Component.php:462 msgid "Login Page" msgstr "" -#: inc/Kirki_Option/Component.php:463 +#: ../buddyx/inc/Kirki_Option/Component.php:463 msgid "You can redirect user to custom login page." msgstr "" -#: inc/Kirki_Option/Component.php:474 +#: ../buddyx/inc/Kirki_Option/Component.php:474 msgid "Registration Page" msgstr "" -#: inc/Kirki_Option/Component.php:475 +#: ../buddyx/inc/Kirki_Option/Component.php:475 msgid "You can redirect user to custom registration page." msgstr "" -#: inc/Kirki_Option/Component.php:486 +#: ../buddyx/inc/Kirki_Option/Component.php:486 msgid "404" msgstr "" -#: inc/Kirki_Option/Component.php:487 +#: ../buddyx/inc/Kirki_Option/Component.php:487 msgid "You can redirect user to custom 404 page." msgstr "" -#: inc/Kirki_Option/Component.php:501 inc/Welcome/Component.php:413 +#: ../buddyx/inc/Kirki_Option/Component.php:501, ../buddyx/inc/Welcome/Component.php:413 msgid "Site Title Settings" msgstr "" -#: inc/Kirki_Option/Component.php:515 inc/Kirki_Option/Component.php:541 -#: inc/Kirki_Option/Component.php:570 inc/Kirki_Option/Component.php:596 -#: inc/Kirki_Option/Component.php:622 inc/Kirki_Option/Component.php:648 -#: inc/Kirki_Option/Component.php:674 inc/Kirki_Option/Component.php:700 -#: inc/Kirki_Option/Component.php:729 inc/Kirki_Option/Component.php:754 -#: inc/Kirki_Option/Component.php:783 +#: ../buddyx/inc/Kirki_Option/Component.php:515, ../buddyx/inc/Kirki_Option/Component.php:541, ../buddyx/inc/Kirki_Option/Component.php:570, ../buddyx/inc/Kirki_Option/Component.php:596, ../buddyx/inc/Kirki_Option/Component.php:622, ../buddyx/inc/Kirki_Option/Component.php:648, ../buddyx/inc/Kirki_Option/Component.php:674, ../buddyx/inc/Kirki_Option/Component.php:700, ../buddyx/inc/Kirki_Option/Component.php:729, ../buddyx/inc/Kirki_Option/Component.php:754, ../buddyx/inc/Kirki_Option/Component.php:783 msgid "We recommend using font size in pixels (px)" msgstr "" -#: inc/Kirki_Option/Component.php:527 +#: ../buddyx/inc/Kirki_Option/Component.php:527 msgid "Site Tagline Settings" msgstr "" -#: inc/Kirki_Option/Component.php:556 +#: ../buddyx/inc/Kirki_Option/Component.php:556 msgid "H1 Tag Settings" msgstr "" -#: inc/Kirki_Option/Component.php:582 +#: ../buddyx/inc/Kirki_Option/Component.php:582 msgid "H2 Tag Settings" msgstr "" -#: inc/Kirki_Option/Component.php:608 +#: ../buddyx/inc/Kirki_Option/Component.php:608 msgid "H3 Tag Settings" msgstr "" -#: inc/Kirki_Option/Component.php:634 +#: ../buddyx/inc/Kirki_Option/Component.php:634 msgid "H4 Tag Settings" msgstr "" -#: inc/Kirki_Option/Component.php:660 +#: ../buddyx/inc/Kirki_Option/Component.php:660 msgid "H5 Tag Settings" msgstr "" -#: inc/Kirki_Option/Component.php:686 +#: ../buddyx/inc/Kirki_Option/Component.php:686 msgid "H6 Tag Settings" msgstr "" -#: inc/Kirki_Option/Component.php:715 +#: ../buddyx/inc/Kirki_Option/Component.php:715 msgid "Menu Settings" msgstr "" -#: inc/Kirki_Option/Component.php:741 +#: ../buddyx/inc/Kirki_Option/Component.php:741 msgid "Sub Menu Settings" msgstr "" -#: inc/Kirki_Option/Component.php:769 +#: ../buddyx/inc/Kirki_Option/Component.php:769 msgid "Settings" msgstr "" -#: inc/Kirki_Option/Component.php:798 +#: ../buddyx/inc/Kirki_Option/Component.php:798 msgid "Enable Sticky Header ?" msgstr "" -#: inc/Kirki_Option/Component.php:802 inc/Kirki_Option/Component.php:966 -#: inc/Kirki_Option/Component.php:2153 inc/Kirki_Option/Component.php:2166 -#: inc/Kirki_Option/Component.php:2349 +#: ../buddyx/inc/Kirki_Option/Component.php:802, ../buddyx/inc/Kirki_Option/Component.php:966, ../buddyx/inc/Kirki_Option/Component.php:2153, ../buddyx/inc/Kirki_Option/Component.php:2166, ../buddyx/inc/Kirki_Option/Component.php:2349 msgid "Yes" msgstr "" -#: inc/Kirki_Option/Component.php:803 inc/Kirki_Option/Component.php:967 -#: inc/Kirki_Option/Component.php:2154 inc/Kirki_Option/Component.php:2167 -#: inc/Kirki_Option/Component.php:2350 +#: ../buddyx/inc/Kirki_Option/Component.php:803, ../buddyx/inc/Kirki_Option/Component.php:967, ../buddyx/inc/Kirki_Option/Component.php:2154, ../buddyx/inc/Kirki_Option/Component.php:2167, ../buddyx/inc/Kirki_Option/Component.php:2350 msgid "No" msgstr "" -#: inc/Kirki_Option/Component.php:814 +#: ../buddyx/inc/Kirki_Option/Component.php:814 msgid "Enable Search Icon" msgstr "" -#: inc/Kirki_Option/Component.php:831 +#: ../buddyx/inc/Kirki_Option/Component.php:831 msgid "Enable Cart Icon" msgstr "" -#: inc/Kirki_Option/Component.php:848 +#: ../buddyx/inc/Kirki_Option/Component.php:848 msgid "Enable Login Link" msgstr "" -#: inc/Kirki_Option/Component.php:864 +#: ../buddyx/inc/Kirki_Option/Component.php:864 msgid "Enable Register Link" msgstr "" -#: inc/Kirki_Option/Component.php:880 inc/Kirki_Option/Component.php:2362 +#: ../buddyx/inc/Kirki_Option/Component.php:880, ../buddyx/inc/Kirki_Option/Component.php:2362 msgid "Customize Background ?" msgstr "" -#: inc/Kirki_Option/Component.php:893 inc/Kirki_Option/Component.php:2375 +#: ../buddyx/inc/Kirki_Option/Component.php:893, ../buddyx/inc/Kirki_Option/Component.php:2375 msgid "Background Control" msgstr "" -#: inc/Kirki_Option/Component.php:922 inc/Welcome/Component.php:543 +#: ../buddyx/inc/Kirki_Option/Component.php:922, ../buddyx/inc/Welcome/Component.php:543 msgid "Content Typography" msgstr "" -#: inc/Kirki_Option/Component.php:946 +#: ../buddyx/inc/Kirki_Option/Component.php:946 msgid "Site Breadcrumbs?" msgstr "" -#: inc/Kirki_Option/Component.php:962 +#: ../buddyx/inc/Kirki_Option/Component.php:962 msgid "Set Custom Colors?" msgstr "" -#: inc/Kirki_Option/Component.php:975 +#: ../buddyx/inc/Kirki_Option/Component.php:975 msgid "Loader" msgstr "" -#: inc/Kirki_Option/Component.php:996 +#: ../buddyx/inc/Kirki_Option/Component.php:996 msgid "Site Loader Background" msgstr "" -#: inc/Kirki_Option/Component.php:1019 inc/Welcome/Component.php:458 +#: ../buddyx/inc/Kirki_Option/Component.php:1019, ../buddyx/inc/Welcome/Component.php:458 msgid "Header" msgstr "" -#: inc/Kirki_Option/Component.php:1035 +#: ../buddyx/inc/Kirki_Option/Component.php:1035 msgid "Site Title Color" msgstr "" -#: inc/Kirki_Option/Component.php:1053 +#: ../buddyx/inc/Kirki_Option/Component.php:1053 msgid "Site Title Hover Color" msgstr "" -#: inc/Kirki_Option/Component.php:1071 +#: ../buddyx/inc/Kirki_Option/Component.php:1071 msgid "Site Tagline Color" msgstr "" -#: inc/Kirki_Option/Component.php:1089 +#: ../buddyx/inc/Kirki_Option/Component.php:1089 msgid "Header Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1107 +#: ../buddyx/inc/Kirki_Option/Component.php:1107 msgid "Menu Color" msgstr "" -#: inc/Kirki_Option/Component.php:1125 +#: ../buddyx/inc/Kirki_Option/Component.php:1125 msgid "Menu Hover Color" msgstr "" -#: inc/Kirki_Option/Component.php:1143 +#: ../buddyx/inc/Kirki_Option/Component.php:1143 msgid "Menu Active Color" msgstr "" -#: inc/Kirki_Option/Component.php:1177 inc/Welcome/Component.php:568 +#: ../buddyx/inc/Kirki_Option/Component.php:1177, ../buddyx/inc/Welcome/Component.php:568 msgid "Body Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1195 +#: ../buddyx/inc/Kirki_Option/Component.php:1195 msgid "Body Text Color" msgstr "" -#: inc/Kirki_Option/Component.php:1213 +#: ../buddyx/inc/Kirki_Option/Component.php:1213 msgid "Content Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1214 +#: ../buddyx/inc/Kirki_Option/Component.php:1214 msgid "Note: This setting will only be used if the box layout is selected." msgstr "" -#: inc/Kirki_Option/Component.php:1236 +#: ../buddyx/inc/Kirki_Option/Component.php:1236 msgid "Box Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1254 +#: ../buddyx/inc/Kirki_Option/Component.php:1254 msgid "Secondary Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1272 +#: ../buddyx/inc/Kirki_Option/Component.php:1272 msgid "Subheader Title Color" msgstr "" -#: inc/Kirki_Option/Component.php:1290 inc/Welcome/Component.php:573 +#: ../buddyx/inc/Kirki_Option/Component.php:1290, ../buddyx/inc/Welcome/Component.php:573 msgid "Theme Color" msgstr "" -#: inc/Kirki_Option/Component.php:1308 inc/Welcome/Component.php:578 +#: ../buddyx/inc/Kirki_Option/Component.php:1308, ../buddyx/inc/Welcome/Component.php:578 msgid "Link Color" msgstr "" -#: inc/Kirki_Option/Component.php:1326 +#: ../buddyx/inc/Kirki_Option/Component.php:1326 msgid "Link Hover" msgstr "" -#: inc/Kirki_Option/Component.php:1360 +#: ../buddyx/inc/Kirki_Option/Component.php:1360 msgid "H1 Color" msgstr "" -#: inc/Kirki_Option/Component.php:1378 +#: ../buddyx/inc/Kirki_Option/Component.php:1378 msgid "H2 Color" msgstr "" -#: inc/Kirki_Option/Component.php:1396 +#: ../buddyx/inc/Kirki_Option/Component.php:1396 msgid "H3 Color" msgstr "" -#: inc/Kirki_Option/Component.php:1414 +#: ../buddyx/inc/Kirki_Option/Component.php:1414 msgid "H4 Color" msgstr "" -#: inc/Kirki_Option/Component.php:1432 +#: ../buddyx/inc/Kirki_Option/Component.php:1432 msgid "H5 Color" msgstr "" -#: inc/Kirki_Option/Component.php:1450 +#: ../buddyx/inc/Kirki_Option/Component.php:1450 msgid "H6 Color" msgstr "" -#: inc/Kirki_Option/Component.php:1468 +#: ../buddyx/inc/Kirki_Option/Component.php:1468 msgid "Buttons" msgstr "" -#: inc/Kirki_Option/Component.php:1485 +#: ../buddyx/inc/Kirki_Option/Component.php:1485 msgid "Button Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1504 +#: ../buddyx/inc/Kirki_Option/Component.php:1504 msgid "Button Background Hover Color" msgstr "" -#: inc/Kirki_Option/Component.php:1523 +#: ../buddyx/inc/Kirki_Option/Component.php:1523 msgid "Button Text Color" msgstr "" -#: inc/Kirki_Option/Component.php:1541 +#: ../buddyx/inc/Kirki_Option/Component.php:1541 msgid "Button Text Hover Color" msgstr "" -#: inc/Kirki_Option/Component.php:1559 +#: ../buddyx/inc/Kirki_Option/Component.php:1559 msgid "Button Border Color" msgstr "" -#: inc/Kirki_Option/Component.php:1577 +#: ../buddyx/inc/Kirki_Option/Component.php:1577 msgid "Button Border Hover Color" msgstr "" -#: inc/Kirki_Option/Component.php:1611 +#: ../buddyx/inc/Kirki_Option/Component.php:1611 msgid "Footer Title Color" msgstr "" -#: inc/Kirki_Option/Component.php:1629 +#: ../buddyx/inc/Kirki_Option/Component.php:1629 msgid "Footer Content Color" msgstr "" -#: inc/Kirki_Option/Component.php:1647 +#: ../buddyx/inc/Kirki_Option/Component.php:1647 msgid "Footer Link Color" msgstr "" -#: inc/Kirki_Option/Component.php:1665 +#: ../buddyx/inc/Kirki_Option/Component.php:1665 msgid "Footer Link Hover" msgstr "" -#: inc/Kirki_Option/Component.php:1683 +#: ../buddyx/inc/Kirki_Option/Component.php:1683 msgid "Copyright" msgstr "" -#: inc/Kirki_Option/Component.php:1704 +#: ../buddyx/inc/Kirki_Option/Component.php:1704 msgid "Copyright Background Color" msgstr "" -#: inc/Kirki_Option/Component.php:1722 +#: ../buddyx/inc/Kirki_Option/Component.php:1722 msgid "Copyright Border Color" msgstr "" -#: inc/Kirki_Option/Component.php:1739 +#: ../buddyx/inc/Kirki_Option/Component.php:1739 msgid "Copyright Content Color" msgstr "" -#: inc/Kirki_Option/Component.php:1757 +#: ../buddyx/inc/Kirki_Option/Component.php:1757 msgid "Copyright Link Color" msgstr "" -#: inc/Kirki_Option/Component.php:1775 +#: ../buddyx/inc/Kirki_Option/Component.php:1775 msgid "Copyright Link Hover Color" msgstr "" -#: inc/Kirki_Option/Component.php:1796 +#: ../buddyx/inc/Kirki_Option/Component.php:1796 msgid "Blog Layout" msgstr "" -#: inc/Kirki_Option/Component.php:1812 +#: ../buddyx/inc/Kirki_Option/Component.php:1812 msgid "Image position" msgstr "" -#: inc/Kirki_Option/Component.php:1817 +#: ../buddyx/inc/Kirki_Option/Component.php:1817 msgid "Left" msgstr "" -#: inc/Kirki_Option/Component.php:1818 +#: ../buddyx/inc/Kirki_Option/Component.php:1818 msgid "Right" msgstr "" -#: inc/Kirki_Option/Component.php:1833 +#: ../buddyx/inc/Kirki_Option/Component.php:1833 msgid "Grid Columns" msgstr "" -#: inc/Kirki_Option/Component.php:1838 +#: ../buddyx/inc/Kirki_Option/Component.php:1838 msgid "One" msgstr "" -#: inc/Kirki_Option/Component.php:1839 inc/Kirki_Option/Component.php:1880 +#: ../buddyx/inc/Kirki_Option/Component.php:1839, ../buddyx/inc/Kirki_Option/Component.php:1880 msgid "Two" msgstr "" -#: inc/Kirki_Option/Component.php:1854 +#: ../buddyx/inc/Kirki_Option/Component.php:1854 msgid "View" msgstr "" -#: inc/Kirki_Option/Component.php:1859 +#: ../buddyx/inc/Kirki_Option/Component.php:1859 msgid "Without Masonry" msgstr "" -#: inc/Kirki_Option/Component.php:1860 +#: ../buddyx/inc/Kirki_Option/Component.php:1860 msgid "With Masonry" msgstr "" -#: inc/Kirki_Option/Component.php:1875 inc/Welcome/Component.php:633 +#: ../buddyx/inc/Kirki_Option/Component.php:1875, ../buddyx/inc/Welcome/Component.php:633 msgid "Post Per Row" msgstr "" -#: inc/Kirki_Option/Component.php:1881 +#: ../buddyx/inc/Kirki_Option/Component.php:1881 msgid "Three" msgstr "" -#: inc/Kirki_Option/Component.php:1896 +#: ../buddyx/inc/Kirki_Option/Component.php:1896 msgid "Show Tags" msgstr "" -#: inc/Kirki_Option/Component.php:1903 +#: ../buddyx/inc/Kirki_Option/Component.php:1903 msgid "Display tags on blog layouts." msgstr "" -#: inc/Kirki_Option/Component.php:1910 +#: ../buddyx/inc/Kirki_Option/Component.php:1910 msgid "Tags Style" msgstr "" -#: inc/Kirki_Option/Component.php:1915 +#: ../buddyx/inc/Kirki_Option/Component.php:1915 msgid "Default" msgstr "" -#: inc/Kirki_Option/Component.php:1916 +#: ../buddyx/inc/Kirki_Option/Component.php:1916 msgid "Badge" msgstr "" -#: inc/Kirki_Option/Component.php:1917 +#: ../buddyx/inc/Kirki_Option/Component.php:1917 msgid "Underline" msgstr "" -#: inc/Kirki_Option/Component.php:1932 +#: ../buddyx/inc/Kirki_Option/Component.php:1932 msgid "Show Edit Link" msgstr "" -#: inc/Kirki_Option/Component.php:1939 +#: ../buddyx/inc/Kirki_Option/Component.php:1939 msgid "Please remember that the results will be shown in the frontend." msgstr "" -#: inc/Kirki_Option/Component.php:1954 +#: ../buddyx/inc/Kirki_Option/Component.php:1954 msgid "Single Post Content Width" msgstr "" -#: inc/Kirki_Option/Component.php:1968 +#: ../buddyx/inc/Kirki_Option/Component.php:1968 msgid "Single Post Title Layout" msgstr "" -#: inc/Kirki_Option/Component.php:1984 +#: ../buddyx/inc/Kirki_Option/Component.php:1984 msgid "Image Overlay Color" msgstr "" -#: inc/Kirki_Option/Component.php:1985 +#: ../buddyx/inc/Kirki_Option/Component.php:1985 msgid "Allow to add image overlay color on single post title layout one." msgstr "" -#: inc/Kirki_Option/Component.php:2013 +#: ../buddyx/inc/Kirki_Option/Component.php:2013 msgid "Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2029 +#: ../buddyx/inc/Kirki_Option/Component.php:2029 msgid "Single Post Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2047 +#: ../buddyx/inc/Kirki_Option/Component.php:2047 msgid "Activity Directory Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2063 +#: ../buddyx/inc/Kirki_Option/Component.php:2063 msgid "Members Directory Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2079 +#: ../buddyx/inc/Kirki_Option/Component.php:2079 msgid "Groups Directory Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2098 +#: ../buddyx/inc/Kirki_Option/Component.php:2098 msgid "bbPress Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2116 +#: ../buddyx/inc/Kirki_Option/Component.php:2116 msgid "WooCommerce Sidebar Layout" msgstr "" -#: inc/Kirki_Option/Component.php:2133 +#: ../buddyx/inc/Kirki_Option/Component.php:2133 msgid "Sticky Sidebar ?" msgstr "" -#: inc/Kirki_Option/Component.php:2149 inc/Welcome/Component.php:693 +#: ../buddyx/inc/Kirki_Option/Component.php:2149, ../buddyx/inc/Welcome/Component.php:693 msgid "Customize Your Logo Section" msgstr "" -#: inc/Kirki_Option/Component.php:2162 +#: ../buddyx/inc/Kirki_Option/Component.php:2162 msgid "Disable Logo?" msgstr "" -#: inc/Kirki_Option/Component.php:2182 +#: ../buddyx/inc/Kirki_Option/Component.php:2182 msgid "Custom Logo" msgstr "" -#: inc/Kirki_Option/Component.php:2205 +#: ../buddyx/inc/Kirki_Option/Component.php:2205 msgid "Logo Width" msgstr "" -#: inc/Kirki_Option/Component.php:2206 +#: ../buddyx/inc/Kirki_Option/Component.php:2206 msgid "Select the logo width (px)" msgstr "" -#: inc/Kirki_Option/Component.php:2229 +#: ../buddyx/inc/Kirki_Option/Component.php:2229 msgid "Logo Height" msgstr "" -#: inc/Kirki_Option/Component.php:2230 +#: ../buddyx/inc/Kirki_Option/Component.php:2230 msgid "Select the logo height (px)" msgstr "" -#: inc/Kirki_Option/Component.php:2253 +#: ../buddyx/inc/Kirki_Option/Component.php:2253 msgid "Logo Space Bottom" msgstr "" -#: inc/Kirki_Option/Component.php:2254 +#: ../buddyx/inc/Kirki_Option/Component.php:2254 msgid "Select the logo bottom spacing (px)" msgstr "" -#: inc/Kirki_Option/Component.php:2277 +#: ../buddyx/inc/Kirki_Option/Component.php:2277 msgid "Logo URL" msgstr "" -#: inc/Kirki_Option/Component.php:2300 +#: ../buddyx/inc/Kirki_Option/Component.php:2300 msgid "Logo Title" msgstr "" -#: inc/Kirki_Option/Component.php:2323 +#: ../buddyx/inc/Kirki_Option/Component.php:2323 msgid "Login Page Title" msgstr "" -#: inc/Kirki_Option/Component.php:2324 +#: ../buddyx/inc/Kirki_Option/Component.php:2324 msgid "Login page title that is shown on WordPress login page." msgstr "" -#: inc/Kirki_Option/Component.php:2344 +#: ../buddyx/inc/Kirki_Option/Component.php:2344 msgid "Avatar Style" msgstr "" -#: inc/Kirki_Option/Component.php:2345 +#: ../buddyx/inc/Kirki_Option/Component.php:2345 msgid "Set the round style for member and group avatars." msgstr "" -#: inc/Kirki_Option/Component.php:2407 +#: ../buddyx/inc/Kirki_Option/Component.php:2407 msgid "Add Content" msgstr "" -#: inc/Kirki_Option/Component.php:2409 +#: ../buddyx/inc/Kirki_Option/Component.php:2409 msgid "Copyright © [current_year] [site_title] | Powered by [theme_author]" msgstr "" -#: inc/Kirki_Option/Component.php:2420 +#: ../buddyx/inc/Kirki_Option/Component.php:2420 msgid "Load Google Fonts Locally ?" msgstr "" -#: inc/Kirki_Option/Component.php:2433 +#: ../buddyx/inc/Kirki_Option/Component.php:2433 msgid "Preload Local Fonts ?" msgstr "" -#: inc/Kirki_Option/Component.php:2453 +#: ../buddyx/inc/Kirki_Option/Component.php:2453 msgid "Flush Local Fonts Cache" msgstr "" -#: inc/Kirki_Option/Component.php:2454 +#: ../buddyx/inc/Kirki_Option/Component.php:2454 msgid "Click the button to reset the local fonts cache." msgstr "" -#: inc/Nav_Menus/Component.php:74 +#: ../buddyx/inc/Nav_Menus/Component.php:74 msgid "User Menu" msgstr "" -#: inc/Sidebars/Component.php:103 inc/Welcome/Component.php:653 -msgid "Right Sidebar" -msgstr "" - -#: inc/Sidebars/Component.php:105 inc/Sidebars/Component.php:117 -#: inc/Sidebars/Component.php:131 inc/Sidebars/Component.php:143 -#: inc/Sidebars/Component.php:155 inc/Sidebars/Component.php:167 -#: inc/Sidebars/Component.php:179 inc/Sidebars/Component.php:191 -#: inc/Sidebars/Component.php:203 inc/Sidebars/Component.php:215 -#: inc/Sidebars/Component.php:230 inc/Sidebars/Component.php:242 -#: inc/Sidebars/Component.php:256 inc/Sidebars/Component.php:268 -#: inc/Sidebars/Component.php:281 inc/Sidebars/Component.php:293 -#: inc/Sidebars/Component.php:305 inc/Sidebars/Component.php:317 +#: ../buddyx/inc/Sidebars/Component.php:105, ../buddyx/inc/Sidebars/Component.php:117, ../buddyx/inc/Sidebars/Component.php:131, ../buddyx/inc/Sidebars/Component.php:143, ../buddyx/inc/Sidebars/Component.php:155, ../buddyx/inc/Sidebars/Component.php:167, ../buddyx/inc/Sidebars/Component.php:179, ../buddyx/inc/Sidebars/Component.php:191, ../buddyx/inc/Sidebars/Component.php:203, ../buddyx/inc/Sidebars/Component.php:215, ../buddyx/inc/Sidebars/Component.php:230, ../buddyx/inc/Sidebars/Component.php:242, ../buddyx/inc/Sidebars/Component.php:256, ../buddyx/inc/Sidebars/Component.php:268, ../buddyx/inc/Sidebars/Component.php:281, ../buddyx/inc/Sidebars/Component.php:293, ../buddyx/inc/Sidebars/Component.php:305, ../buddyx/inc/Sidebars/Component.php:317 msgid "Add widgets here." msgstr "" -#: inc/Sidebars/Component.php:115 inc/Welcome/Component.php:648 -msgid "Left Sidebar" -msgstr "" - -#: inc/Sidebars/Component.php:129 +#: ../buddyx/inc/Sidebars/Component.php:129 msgid "Community Left Sidebar" msgstr "" -#: inc/Sidebars/Component.php:141 +#: ../buddyx/inc/Sidebars/Component.php:141 msgid "Activity Directory Right Sidebar" msgstr "" -#: inc/Sidebars/Component.php:153 +#: ../buddyx/inc/Sidebars/Component.php:153 msgid "Members Directory Right Sidebar" msgstr "" -#: inc/Sidebars/Component.php:165 +#: ../buddyx/inc/Sidebars/Component.php:165 msgid "Groups Directory Right Sidebar" msgstr "" -#: inc/Sidebars/Component.php:177 +#: ../buddyx/inc/Sidebars/Component.php:177 msgid "Members Single Profile Sidebar" msgstr "" -#: inc/Sidebars/Component.php:189 +#: ../buddyx/inc/Sidebars/Component.php:189 msgid "Members Single User Activity" msgstr "" -#: inc/Sidebars/Component.php:201 +#: ../buddyx/inc/Sidebars/Component.php:201 msgid "Groups Single Group Sidebar" msgstr "" -#: inc/Sidebars/Component.php:213 +#: ../buddyx/inc/Sidebars/Component.php:213 msgid "Groups Single Group Activity" msgstr "" -#: inc/Sidebars/Component.php:228 +#: ../buddyx/inc/Sidebars/Component.php:228 msgid "bbPress Left Sidebar" msgstr "" -#: inc/Sidebars/Component.php:240 +#: ../buddyx/inc/Sidebars/Component.php:240 msgid "bbPress Right Sidebar" msgstr "" -#: inc/Sidebars/Component.php:254 +#: ../buddyx/inc/Sidebars/Component.php:254 msgid "WooCommerce Left Sidebar" msgstr "" -#: inc/Sidebars/Component.php:266 +#: ../buddyx/inc/Sidebars/Component.php:266 msgid "WooCommerce Right Sidebar" msgstr "" -#: inc/Sidebars/Component.php:279 +#: ../buddyx/inc/Sidebars/Component.php:279 msgid "Footer 1" msgstr "" -#: inc/Sidebars/Component.php:291 +#: ../buddyx/inc/Sidebars/Component.php:291 msgid "Footer 2" msgstr "" -#: inc/Sidebars/Component.php:303 +#: ../buddyx/inc/Sidebars/Component.php:303 msgid "Footer 3" msgstr "" -#: inc/Sidebars/Component.php:315 +#: ../buddyx/inc/Sidebars/Component.php:315 msgid "Footer 4" msgstr "" #. translators: %s: stylesheet handle -#: inc/Styles/Component.php:366 -#, php-format +#: ../buddyx/inc/Styles/Component.php:366 msgid "Invalid theme stylesheet handle: %s" msgstr "" -#. translators: 1: classname/type of the variable, 2: interface name -#: inc/Template_Tags.php:54 -#, php-format -msgid "" -"The theme templating component %1$s does not implement the %2$s interface." +#: ../buddyx/inc/Welcome/Component.php:49, ../buddyx/inc/Welcome/Component.php:50 +msgid "Getting Started" msgstr "" -#. translators: %s: template tag name -#: inc/Template_Tags.php:81 -#, php-format -msgid "The template tag %s does not exist." +#: ../buddyx/inc/Welcome/Component.php:90 +msgid "Welcome to BuddyX Theme" msgstr "" -#. translators: 1: template tag method name, 2: component class name -#: inc/Template_Tags.php:110 -#, php-format -msgid "" -"The template tag method %1$s registered by theme component %2$s must either " -"be a callable or an array." +#: ../buddyx/inc/Welcome/Component.php:96 +msgid "Thank you for purchasing the BuddyX Theme!" msgstr "" -#. translators: 1: template tag method name, 2: component class name -#: inc/Template_Tags.php:121 -#, php-format -msgid "" -"The template tag method %1$s registered by theme component %2$s conflicts " -"with an already registered template tag of the same name." -msgstr "" - -#. translators: 1: classname/type of the variable, 2: interface name -#: inc/Theme.php:57 -#, php-format -msgid "The theme component %1$s does not implement the %2$s interface." -msgstr "" - -#. translators: %s: slug -#: inc/Theme.php:120 -#, php-format -msgid "No theme component with the slug %s exists." -msgstr "" - -#: inc/Welcome/Component.php:49 inc/Welcome/Component.php:50 -msgid "Getting Started" -msgstr "" - -#: inc/Welcome/Component.php:90 -msgid "Welcome to BuddyX Theme" -msgstr "" - -#: inc/Welcome/Component.php:96 -msgid "Thank you for purchasing the BuddyX Theme!" -msgstr "" - -#: inc/Welcome/Component.php:97 -msgid "" -"Below, you will find information on setting up the theme to start using it!" +#: ../buddyx/inc/Welcome/Component.php:97 +msgid "Below, you will find information on setting up the theme to start using it!" msgstr "" -#: inc/Welcome/Component.php:107 +#: ../buddyx/inc/Welcome/Component.php:107 msgid "Programming Languages" msgstr "" -#: inc/Welcome/Component.php:108 +#: ../buddyx/inc/Welcome/Component.php:108 msgid "Dashboard" msgstr "" -#: inc/Welcome/Component.php:109 inc/Welcome/Component.php:225 -#: inc/Welcome/Component.php:326 +#: ../buddyx/inc/Welcome/Component.php:109, ../buddyx/inc/Welcome/Component.php:225, ../buddyx/inc/Welcome/Component.php:326 msgid "Get BuddyX Pro" msgstr "" -#: inc/Welcome/Component.php:110 +#: ../buddyx/inc/Welcome/Component.php:110 msgid "Community Addons" msgstr "" -#: inc/Welcome/Component.php:112 +#: ../buddyx/inc/Welcome/Component.php:112 msgid "tab1" msgstr "" -#: inc/Welcome/Component.php:119 +#: ../buddyx/inc/Welcome/Component.php:119 msgid "Customizer Settings" msgstr "" -#: inc/Welcome/Component.php:120 +#: ../buddyx/inc/Welcome/Component.php:120 msgid "Go to Customizer" msgstr "" -#: inc/Welcome/Component.php:127 +#: ../buddyx/inc/Welcome/Component.php:127 msgid "Upload Logo" msgstr "" -#: inc/Welcome/Component.php:128 inc/Welcome/Component.php:136 -#: inc/Welcome/Component.php:144 inc/Welcome/Component.php:152 -#: inc/Welcome/Component.php:160 inc/Welcome/Component.php:168 +#: ../buddyx/inc/Welcome/Component.php:128, ../buddyx/inc/Welcome/Component.php:136, ../buddyx/inc/Welcome/Component.php:144, ../buddyx/inc/Welcome/Component.php:152, ../buddyx/inc/Welcome/Component.php:160, ../buddyx/inc/Welcome/Component.php:168 msgid "Go to option" msgstr "" -#: inc/Welcome/Component.php:135 +#: ../buddyx/inc/Welcome/Component.php:135 msgid "Set Colors" msgstr "" -#: inc/Welcome/Component.php:151 -msgid "Set Typography\t" +#: ../buddyx/inc/Welcome/Component.php:151 +msgid "Set Typography " msgstr "" -#: inc/Welcome/Component.php:159 inc/Welcome/Component.php:473 +#: ../buddyx/inc/Welcome/Component.php:159, ../buddyx/inc/Welcome/Component.php:473 msgid "Header Layout" msgstr "" -#: inc/Welcome/Component.php:182 inc/Welcome/Component.php:185 +#: ../buddyx/inc/Welcome/Component.php:182, ../buddyx/inc/Welcome/Component.php:185 msgid "Demo Installation" msgstr "" -#: inc/Welcome/Component.php:184 -msgid "" -"The theme comes with one-click demo installation support. Try the demo and " -"install it on your WordPress BuddyPress site." +#: ../buddyx/inc/Welcome/Component.php:184 +msgid "The theme comes with one-click demo installation support. Try the demo and install it on your WordPress BuddyPress site." msgstr "" -#: inc/Welcome/Component.php:192 +#: ../buddyx/inc/Welcome/Component.php:192 msgid "Install Recommended Plugins" msgstr "" -#: inc/Welcome/Component.php:194 -msgid "" -"Enhancing your website functionality with WordPress plugins is easy. You can " -"install, activate, and begin using WordPress plugins in minutes." +#: ../buddyx/inc/Welcome/Component.php:194 +msgid "Enhancing your website functionality with WordPress plugins is easy. You can install, activate, and begin using WordPress plugins in minutes." msgstr "" -#: inc/Welcome/Component.php:196 -msgid "Install now" +#: ../buddyx/inc/Welcome/Component.php:198 +msgid "Installed" msgstr "" -#: inc/Welcome/Component.php:198 -msgid "Installed" +#: ../buddyx/inc/Welcome/Component.php:196 +msgid "Install now" msgstr "" -#: inc/Welcome/Component.php:209 +#: ../buddyx/inc/Welcome/Component.php:209 msgid "BuddyX Child Theme" msgstr "" -#: inc/Welcome/Component.php:211 -msgid "" -"A child theme helps preserve customizations when the parent theme is " -"updated, ensuring design consistency and security." +#: ../buddyx/inc/Welcome/Component.php:211 +msgid "A child theme helps preserve customizations when the parent theme is updated, ensuring design consistency and security." msgstr "" -#: inc/Welcome/Component.php:212 +#: ../buddyx/inc/Welcome/Component.php:212 msgid "Download Now" msgstr "" -#: inc/Welcome/Component.php:222 inc/Welcome/Component.php:323 +#: ../buddyx/inc/Welcome/Component.php:222, ../buddyx/inc/Welcome/Component.php:323 msgid "Get BuddyX Pro Theme" msgstr "" -#: inc/Welcome/Component.php:224 -msgid "" -"#1 WordPress Social Network and Community Theme Powered by BuddyPress or " -"BuddyBoss Platform." +#: ../buddyx/inc/Welcome/Component.php:224 +msgid "#1 WordPress Social Network and Community Theme Powered by BuddyPress or BuddyBoss Platform." msgstr "" -#: inc/Welcome/Component.php:235 +#: ../buddyx/inc/Welcome/Component.php:235 msgid "Document" msgstr "" -#: inc/Welcome/Component.php:243 -msgid "" -"We have created foolproof documentation for you. It will help you to " -"understand how our plugin works." +#: ../buddyx/inc/Welcome/Component.php:243 +msgid "We have created foolproof documentation for you. It will help you to understand how our plugin works." msgstr "" -#: inc/Welcome/Component.php:245 +#: ../buddyx/inc/Welcome/Component.php:245 msgid "Go to Documentation" msgstr "" -#: inc/Welcome/Component.php:250 +#: ../buddyx/inc/Welcome/Component.php:250 msgid "Community" msgstr "" -#: inc/Welcome/Component.php:263 +#: ../buddyx/inc/Welcome/Component.php:263 msgid "Join our community! Share your site, ask a question, and help others." msgstr "" -#: inc/Welcome/Component.php:265 +#: ../buddyx/inc/Welcome/Component.php:265 msgid "Go to Facebook Group" msgstr "" -#: inc/Welcome/Component.php:270 +#: ../buddyx/inc/Welcome/Component.php:270 msgid "Videos" msgstr "" -#: inc/Welcome/Component.php:279 -msgid "" -"Welcome to our WordPress theme video series! Whether you're a newbie or a " -"seasoned website creator, our bite-sized tutorials are packed with tips, " -"tricks, and hacks to supercharge your WordPress journey." +#: ../buddyx/inc/Welcome/Component.php:279 +msgid "Welcome to our WordPress theme video series! Whether you're a newbie or a seasoned website creator, our bite-sized tutorials are packed with tips, tricks, and hacks to supercharge your WordPress journey." msgstr "" -#: inc/Welcome/Component.php:281 +#: ../buddyx/inc/Welcome/Component.php:281 msgid "Watch Now" msgstr "" -#: inc/Welcome/Component.php:286 +#: ../buddyx/inc/Welcome/Component.php:286 msgid "Support" msgstr "" -#: inc/Welcome/Component.php:292 -msgid "" -"Have a question, we are happy to help! Get in touch with our support team." +#: ../buddyx/inc/Welcome/Component.php:292 +msgid "Have a question, we are happy to help! Get in touch with our support team." msgstr "" -#: inc/Welcome/Component.php:294 +#: ../buddyx/inc/Welcome/Component.php:294 msgid "Submit a Ticket" msgstr "" -#: inc/Welcome/Component.php:299 +#: ../buddyx/inc/Welcome/Component.php:299 msgid "Give us feedback" msgstr "" -#: inc/Welcome/Component.php:305 -msgid "" -"Remember to pay attention to your rate! Your 5-star review will encourage us " -"so much!" +#: ../buddyx/inc/Welcome/Component.php:305 +msgid "Remember to pay attention to your rate! Your 5-star review will encourage us so much!" msgstr "" -#: inc/Welcome/Component.php:307 +#: ../buddyx/inc/Welcome/Component.php:307 msgid "Write a Review " msgstr "" -#: inc/Welcome/Component.php:317 +#: ../buddyx/inc/Welcome/Component.php:317 msgid "tab2" msgstr "" -#: inc/Welcome/Component.php:325 -msgid "" -"#1 WordPress Social Network and Community Theme Powered by BuddyPress or " -"BuddyBoss Platform" +#: ../buddyx/inc/Welcome/Component.php:325 +msgid "#1 WordPress Social Network and Community Theme Powered by BuddyPress or BuddyBoss Platform" msgstr "" -#: inc/Welcome/Component.php:331 +#: ../buddyx/inc/Welcome/Component.php:331 msgid "Compare Features Of BuddyX With BuddyX Pro" msgstr "" -#: inc/Welcome/Component.php:332 +#: ../buddyx/inc/Welcome/Component.php:332 msgid "Take Your Time & Compare Every Feature" msgstr "" -#: inc/Welcome/Component.php:341 +#: ../buddyx/inc/Welcome/Component.php:341 msgid "Features" msgstr "" -#: inc/Welcome/Component.php:343 +#: ../buddyx/inc/Welcome/Component.php:343 msgid "BuddyX Pro" msgstr "" -#: inc/Welcome/Component.php:348 +#: ../buddyx/inc/Welcome/Component.php:348 msgid "Layout" msgstr "" -#: inc/Welcome/Component.php:358 +#: ../buddyx/inc/Welcome/Component.php:358 msgid "Content Layout Width" msgstr "" -#: inc/Welcome/Component.php:363 +#: ../buddyx/inc/Welcome/Component.php:363 msgid "Sidebar Width" msgstr "" -#: inc/Welcome/Component.php:388 +#: ../buddyx/inc/Welcome/Component.php:388 msgid "Sign-in Popup | Register Form Fields" msgstr "" -#: inc/Welcome/Component.php:393 +#: ../buddyx/inc/Welcome/Component.php:393 msgid "Scroll Top" msgstr "" -#: inc/Welcome/Component.php:403 +#: ../buddyx/inc/Welcome/Component.php:403 msgid "Loading Text" msgstr "" -#: inc/Welcome/Component.php:433 +#: ../buddyx/inc/Welcome/Component.php:433 msgid "Google Fonts" msgstr "" -#: inc/Welcome/Component.php:438 +#: ../buddyx/inc/Welcome/Component.php:438 msgid "Font Size (PX/EM)" msgstr "" -#: inc/Welcome/Component.php:443 +#: ../buddyx/inc/Welcome/Component.php:443 msgid "Text Transform" msgstr "" -#: inc/Welcome/Component.php:448 +#: ../buddyx/inc/Welcome/Component.php:448 msgid "Line Height" msgstr "" -#: inc/Welcome/Component.php:453 +#: ../buddyx/inc/Welcome/Component.php:453 msgid "Letter Spacing" msgstr "" -#: inc/Welcome/Component.php:463 +#: ../buddyx/inc/Welcome/Component.php:463 msgid "Top Bar" msgstr "" -#: inc/Welcome/Component.php:468 +#: ../buddyx/inc/Welcome/Component.php:468 msgid "Sticky Header" msgstr "" -#: inc/Welcome/Component.php:478 +#: ../buddyx/inc/Welcome/Component.php:478 msgid "Header Menu Position" msgstr "" -#: inc/Welcome/Component.php:483 +#: ../buddyx/inc/Welcome/Component.php:483 msgid "Menu Effects" msgstr "" -#: inc/Welcome/Component.php:488 +#: ../buddyx/inc/Welcome/Component.php:488 msgid "More Menu" msgstr "" -#: inc/Welcome/Component.php:493 +#: ../buddyx/inc/Welcome/Component.php:493 msgid "Site Search Style" msgstr "" -#: inc/Welcome/Component.php:498 +#: ../buddyx/inc/Welcome/Component.php:498 msgid "Login/Register Button Style" msgstr "" -#: inc/Welcome/Component.php:503 +#: ../buddyx/inc/Welcome/Component.php:503 msgid "Background Color" msgstr "" -#: inc/Welcome/Component.php:508 +#: ../buddyx/inc/Welcome/Component.php:508 msgid "Site Search" msgstr "" -#: inc/Welcome/Component.php:513 +#: ../buddyx/inc/Welcome/Component.php:513 msgid "Site Cart" msgstr "" -#: inc/Welcome/Component.php:518 +#: ../buddyx/inc/Welcome/Component.php:518 msgid "BuddyPress Components" msgstr "" -#: inc/Welcome/Component.php:523 inc/Welcome/Component.php:528 -#: inc/Welcome/Component.php:588 +#: ../buddyx/inc/Welcome/Component.php:523, ../buddyx/inc/Welcome/Component.php:528, ../buddyx/inc/Welcome/Component.php:588 msgid "Side Panel" msgstr "" -#: inc/Welcome/Component.php:533 +#: ../buddyx/inc/Welcome/Component.php:533 msgid "Sub Header" msgstr "" -#: inc/Welcome/Component.php:538 +#: ../buddyx/inc/Welcome/Component.php:538 msgid "Customize Background" msgstr "" -#: inc/Welcome/Component.php:548 +#: ../buddyx/inc/Welcome/Component.php:548 msgid "Breadcrumbs" msgstr "" -#: inc/Welcome/Component.php:553 +#: ../buddyx/inc/Welcome/Component.php:553 msgid "Skin Colors" msgstr "" -#: inc/Welcome/Component.php:558 +#: ../buddyx/inc/Welcome/Component.php:558 msgid "Dark Mode" msgstr "" -#: inc/Welcome/Component.php:563 +#: ../buddyx/inc/Welcome/Component.php:563 msgid "Custom Colors" msgstr "" -#: inc/Welcome/Component.php:583 +#: ../buddyx/inc/Welcome/Component.php:583 msgid "Primary Header" msgstr "" -#: inc/Welcome/Component.php:593 +#: ../buddyx/inc/Welcome/Component.php:593 msgid "Button Background Color / Hover" msgstr "" -#: inc/Welcome/Component.php:598 +#: ../buddyx/inc/Welcome/Component.php:598 msgid "Button Text Color / Hover" msgstr "" -#: inc/Welcome/Component.php:603 +#: ../buddyx/inc/Welcome/Component.php:603 msgid "Button Border Color / Hover" msgstr "" -#: inc/Welcome/Component.php:613 +#: ../buddyx/inc/Welcome/Component.php:613 msgid "List Layout" msgstr "" -#: inc/Welcome/Component.php:618 +#: ../buddyx/inc/Welcome/Component.php:618 msgid "Grid Layout" msgstr "" -#: inc/Welcome/Component.php:623 +#: ../buddyx/inc/Welcome/Component.php:623 msgid "Masonry Layout" msgstr "" -#: inc/Welcome/Component.php:628 +#: ../buddyx/inc/Welcome/Component.php:628 msgid "Blog Layout Style" msgstr "" -#: inc/Welcome/Component.php:643 +#: ../buddyx/inc/Welcome/Component.php:643 msgid "No Sidebar" msgstr "" -#: inc/Welcome/Component.php:658 -msgid "Both Sidebar" -msgstr "" - -#: inc/Welcome/Component.php:663 +#: ../buddyx/inc/Welcome/Component.php:663 msgid "BuddyPress Sidebar" msgstr "" -#: inc/Welcome/Component.php:668 +#: ../buddyx/inc/Welcome/Component.php:668 msgid "WooCommerce Sidebar" msgstr "" -#: inc/Welcome/Component.php:673 +#: ../buddyx/inc/Welcome/Component.php:673 msgid "bbPress Sidebar" msgstr "" -#: inc/Welcome/Component.php:678 +#: ../buddyx/inc/Welcome/Component.php:678 msgid "LearnDash Sidebar" msgstr "" -#: inc/Welcome/Component.php:683 +#: ../buddyx/inc/Welcome/Component.php:683 msgid "Sticky Sidebar" msgstr "" -#: inc/Welcome/Component.php:698 +#: ../buddyx/inc/Welcome/Component.php:698 msgid "Choose WP Login Theme" msgstr "" -#: inc/Welcome/Component.php:703 +#: ../buddyx/inc/Welcome/Component.php:703 msgid "Customize Login Form" msgstr "" -#: inc/Welcome/Component.php:708 +#: ../buddyx/inc/Welcome/Component.php:708 msgid "Customize Forget Form" msgstr "" -#: inc/Welcome/Component.php:713 +#: ../buddyx/inc/Welcome/Component.php:713 msgid "Customize Button" msgstr "" -#: inc/Welcome/Component.php:733 inc/Welcome/Component.php:829 +#: ../buddyx/inc/Welcome/Component.php:733, ../buddyx/inc/Welcome/Component.php:829 msgid "BuddyPress" msgstr "" -#: inc/Welcome/Component.php:738 +#: ../buddyx/inc/Welcome/Component.php:738 msgid "Activity Control" msgstr "" -#: inc/Welcome/Component.php:739 inc/Welcome/Component.php:754 -#: inc/Welcome/Component.php:759 inc/Welcome/Component.php:764 -#: inc/Welcome/Component.php:769 inc/Welcome/Component.php:774 -#: inc/Welcome/Component.php:779 inc/Welcome/Component.php:784 -#: inc/Welcome/Component.php:789 inc/Welcome/Component.php:794 -#: inc/Welcome/Component.php:840 inc/Welcome/Component.php:845 -#: inc/Welcome/Component.php:850 inc/Welcome/Component.php:855 -#: inc/Welcome/Component.php:860 inc/Welcome/Component.php:865 -#: inc/Welcome/Component.php:870 inc/Welcome/Component.php:875 +#: ../buddyx/inc/Welcome/Component.php:739, ../buddyx/inc/Welcome/Component.php:754, ../buddyx/inc/Welcome/Component.php:759, ../buddyx/inc/Welcome/Component.php:764, ../buddyx/inc/Welcome/Component.php:769, ../buddyx/inc/Welcome/Component.php:774, ../buddyx/inc/Welcome/Component.php:779, ../buddyx/inc/Welcome/Component.php:784, ../buddyx/inc/Welcome/Component.php:789, ../buddyx/inc/Welcome/Component.php:794, ../buddyx/inc/Welcome/Component.php:840, ../buddyx/inc/Welcome/Component.php:845, ../buddyx/inc/Welcome/Component.php:850, ../buddyx/inc/Welcome/Component.php:855, ../buddyx/inc/Welcome/Component.php:860, ../buddyx/inc/Welcome/Component.php:865, ../buddyx/inc/Welcome/Component.php:870, ../buddyx/inc/Welcome/Component.php:875 msgid "Limited" msgstr "" -#: inc/Welcome/Component.php:743 +#: ../buddyx/inc/Welcome/Component.php:743 msgid "BuddyPress Activity Share" msgstr "" -#: inc/Welcome/Component.php:748 +#: ../buddyx/inc/Welcome/Component.php:748 msgid "Activity Reaction" msgstr "" -#: inc/Welcome/Component.php:753 +#: ../buddyx/inc/Welcome/Component.php:753 msgid "Activity Load More" msgstr "" -#: inc/Welcome/Component.php:758 +#: ../buddyx/inc/Welcome/Component.php:758 msgid "Members Multiple Directory Layout" msgstr "" -#: inc/Welcome/Component.php:763 +#: ../buddyx/inc/Welcome/Component.php:763 msgid "Members Default Cover Background" msgstr "" -#: inc/Welcome/Component.php:768 +#: ../buddyx/inc/Welcome/Component.php:768 msgid "Groups Multiple Directory View" msgstr "" -#: inc/Welcome/Component.php:773 +#: ../buddyx/inc/Welcome/Component.php:773 msgid "Group Default Cover Background" msgstr "" -#: inc/Welcome/Component.php:778 +#: ../buddyx/inc/Welcome/Component.php:778 msgid "Member Multiple Header Layout" msgstr "" -#: inc/Welcome/Component.php:783 +#: ../buddyx/inc/Welcome/Component.php:783 msgid "Member Primary Navigation Layout" msgstr "" -#: inc/Welcome/Component.php:788 +#: ../buddyx/inc/Welcome/Component.php:788 msgid "Group Multiple Header Layout" msgstr "" -#: inc/Welcome/Component.php:793 +#: ../buddyx/inc/Welcome/Component.php:793 msgid "Group Primary Navigation Style" msgstr "" -#: inc/Welcome/Component.php:799 inc/Welcome/Component.php:839 +#: ../buddyx/inc/Welcome/Component.php:799, ../buddyx/inc/Welcome/Component.php:839 msgid "WooCommerce" msgstr "" -#: inc/Welcome/Component.php:804 +#: ../buddyx/inc/Welcome/Component.php:804 msgid "Product Listing Style" msgstr "" -#: inc/Welcome/Component.php:809 +#: ../buddyx/inc/Welcome/Component.php:809 msgid "Shop Products Per Page" msgstr "" -#: inc/Welcome/Component.php:814 +#: ../buddyx/inc/Welcome/Component.php:814 msgid "Display Filter Button" msgstr "" -#: inc/Welcome/Component.php:819 +#: ../buddyx/inc/Welcome/Component.php:819 msgid "Sale Badge Style" msgstr "" -#: inc/Welcome/Component.php:824 +#: ../buddyx/inc/Welcome/Component.php:824 msgid "Integrations" msgstr "" -#: inc/Welcome/Component.php:834 +#: ../buddyx/inc/Welcome/Component.php:834 msgid "BuddyBoss Platform" msgstr "" -#: inc/Welcome/Component.php:844 +#: ../buddyx/inc/Welcome/Component.php:844 msgid "LearnDash" msgstr "" -#: inc/Welcome/Component.php:849 +#: ../buddyx/inc/Welcome/Component.php:849 msgid "LearnPress" msgstr "" -#: inc/Welcome/Component.php:854 +#: ../buddyx/inc/Welcome/Component.php:854 msgid "LifterLMS" msgstr "" -#: inc/Welcome/Component.php:859 +#: ../buddyx/inc/Welcome/Component.php:859 msgid "TutorLMS" msgstr "" -#: inc/Welcome/Component.php:864 +#: ../buddyx/inc/Welcome/Component.php:864 msgid "bbPress" msgstr "" -#: inc/Welcome/Component.php:869 +#: ../buddyx/inc/Welcome/Component.php:869 msgid "Dokan" msgstr "" -#: inc/Welcome/Component.php:874 +#: ../buddyx/inc/Welcome/Component.php:874 msgid "WC Vendors" msgstr "" -#: inc/Welcome/Component.php:879 +#: ../buddyx/inc/Welcome/Component.php:879 msgid "GamiPress" msgstr "" -#: inc/Welcome/Component.php:884 +#: ../buddyx/inc/Welcome/Component.php:884 msgid "Paid Memberships" msgstr "" -#: inc/Welcome/Component.php:889 +#: ../buddyx/inc/Welcome/Component.php:889 msgid "The Event Calendar" msgstr "" -#: inc/Welcome/Component.php:901 +#: ../buddyx/inc/Welcome/Component.php:901 msgid "tab3" msgstr "" -#: inc/Welcome/Component.php:910 +#: ../buddyx/inc/Welcome/Component.php:910 msgid "BuddyPress Premium add-ons" msgstr "" -#: inc/Welcome/Component.php:912 -msgid "" -"Extend your social community website with our premium add-ons for BuddyPress." +#: ../buddyx/inc/Welcome/Component.php:912 +msgid "Extend your social community website with our premium add-ons for BuddyPress." msgstr "" -#: inc/Welcome/Component.php:913 +#: ../buddyx/inc/Welcome/Component.php:913 msgid "View More Addons" msgstr "" -#: inc/Welcome/Component.php:921 +#: ../buddyx/inc/Welcome/Component.php:921 msgid "BuddyPress-Business-Profile" msgstr "" -#: inc/Welcome/Component.php:924 +#: ../buddyx/inc/Welcome/Component.php:924 msgid "BuddyPress Business Profile" msgstr "" -#: inc/Welcome/Component.php:925 -msgid "" -"BuddyPress Business Pages enable your members to connect with their " -"customers, fans, and followers within your social community." -msgstr "" - -#: inc/Welcome/Component.php:926 inc/Welcome/Component.php:938 -#: inc/Welcome/Component.php:950 inc/Welcome/Component.php:962 -#: inc/Welcome/Component.php:974 inc/Welcome/Component.php:986 -#: inc/Welcome/Component.php:998 inc/Welcome/Component.php:1010 -#: inc/Welcome/Component.php:1022 inc/Welcome/Component.php:1034 -#: inc/Welcome/Component.php:1046 inc/Welcome/Component.php:1058 -#: inc/Welcome/Component.php:1070 inc/Welcome/Component.php:1082 -#: inc/Welcome/Component.php:1094 inc/Welcome/Component.php:1106 -#: inc/Welcome/Component.php:1118 inc/Welcome/Component.php:1130 -#: inc/Welcome/Component.php:1142 inc/Welcome/Component.php:1154 -#: inc/Welcome/Component.php:1166 inc/Welcome/Component.php:1178 -#: inc/Welcome/Component.php:1190 inc/Welcome/Component.php:1202 +#: ../buddyx/inc/Welcome/Component.php:925 +msgid "BuddyPress Business Pages enable your members to connect with their customers, fans, and followers within your social community." +msgstr "" + +#: ../buddyx/inc/Welcome/Component.php:926, ../buddyx/inc/Welcome/Component.php:938, ../buddyx/inc/Welcome/Component.php:950, ../buddyx/inc/Welcome/Component.php:962, ../buddyx/inc/Welcome/Component.php:974, ../buddyx/inc/Welcome/Component.php:986, ../buddyx/inc/Welcome/Component.php:998, ../buddyx/inc/Welcome/Component.php:1010, ../buddyx/inc/Welcome/Component.php:1022, ../buddyx/inc/Welcome/Component.php:1034, ../buddyx/inc/Welcome/Component.php:1046, ../buddyx/inc/Welcome/Component.php:1058, ../buddyx/inc/Welcome/Component.php:1070, ../buddyx/inc/Welcome/Component.php:1082, ../buddyx/inc/Welcome/Component.php:1094, ../buddyx/inc/Welcome/Component.php:1106, ../buddyx/inc/Welcome/Component.php:1118, ../buddyx/inc/Welcome/Component.php:1130, ../buddyx/inc/Welcome/Component.php:1142, ../buddyx/inc/Welcome/Component.php:1154, ../buddyx/inc/Welcome/Component.php:1166, ../buddyx/inc/Welcome/Component.php:1178, ../buddyx/inc/Welcome/Component.php:1190, ../buddyx/inc/Welcome/Component.php:1202 msgid "Get It Now" msgstr "" -#: inc/Welcome/Component.php:933 +#: ../buddyx/inc/Welcome/Component.php:933 msgid "ideapush" msgstr "" -#: inc/Welcome/Component.php:936 +#: ../buddyx/inc/Welcome/Component.php:936 msgid "BuddyPress Ideapush Integration" msgstr "" -#: inc/Welcome/Component.php:937 -msgid "" -"The BuddyPress IdeaPush Integration is an addon of IdeaPush that helps you " -"manage your created ideas through the BuddyPress Profile." +#: ../buddyx/inc/Welcome/Component.php:937 +msgid "The BuddyPress IdeaPush Integration is an addon of IdeaPush that helps you manage your created ideas through the BuddyPress Profile." msgstr "" -#: inc/Welcome/Component.php:945 +#: ../buddyx/inc/Welcome/Component.php:945 msgid "BuddyPress-Contact-Me" msgstr "" -#: inc/Welcome/Component.php:948 +#: ../buddyx/inc/Welcome/Component.php:948 msgid "BuddyPress Contact Me" msgstr "" -#: inc/Welcome/Component.php:949 -msgid "" -"BuddyPress Contact Me displays a contact form on a member's profiles, " -"allowing logged-in and non-logged-in visitors can be in touch with our " -"community members." +#: ../buddyx/inc/Welcome/Component.php:949 +msgid "BuddyPress Contact Me displays a contact form on a member's profiles, allowing logged-in and non-logged-in visitors can be in touch with our community members." msgstr "" -#: inc/Welcome/Component.php:957 +#: ../buddyx/inc/Welcome/Component.php:957 msgid "WP_Story" msgstr "" -#: inc/Welcome/Component.php:960 +#: ../buddyx/inc/Welcome/Component.php:960 msgid "WP Stories" msgstr "" -#: inc/Welcome/Component.php:961 -msgid "" -"Social Stories offer a more personal way to interact with your audience." +#: ../buddyx/inc/Welcome/Component.php:961 +msgid "Social Stories offer a more personal way to interact with your audience." msgstr "" -#: inc/Welcome/Component.php:969 +#: ../buddyx/inc/Welcome/Component.php:969 msgid "BP_profile-view" msgstr "" -#: inc/Welcome/Component.php:972 +#: ../buddyx/inc/Welcome/Component.php:972 msgid "Who Viewed My Profile" msgstr "" -#: inc/Welcome/Component.php:973 -msgid "" -"The Who Viewed My Profile Plugin helps you to know about your profile " -"visitors. It displays the count of the profile views on the member profile " -"header..." +#: ../buddyx/inc/Welcome/Component.php:973 +msgid "The Who Viewed My Profile Plugin helps you to know about your profile visitors. It displays the count of the profile views on the member profile header..." msgstr "" -#: inc/Welcome/Component.php:981 +#: ../buddyx/inc/Welcome/Component.php:981 msgid "member-blog" msgstr "" -#: inc/Welcome/Component.php:984 +#: ../buddyx/inc/Welcome/Component.php:984 msgid "BuddyPress Member Blog Pro" msgstr "" -#: inc/Welcome/Component.php:985 -msgid "" -"BP Member Blog Pro plugin provides each of your site users their own writing " -"environment with a fantastic user experience." +#: ../buddyx/inc/Welcome/Component.php:985 +msgid "BP Member Blog Pro plugin provides each of your site users their own writing environment with a fantastic user experience." msgstr "" -#: inc/Welcome/Component.php:993 +#: ../buddyx/inc/Welcome/Component.php:993 msgid "BuddyPress-multi-vendor-marketplace" msgstr "" -#: inc/Welcome/Component.php:996 +#: ../buddyx/inc/Welcome/Component.php:996 msgid "BuddyVendor" msgstr "" -#: inc/Welcome/Component.php:997 -msgid "" -"With the BuddyVendor plugin, you can quickly turn your BuddyPress community " -"into a social marketplace." +#: ../buddyx/inc/Welcome/Component.php:997 +msgid "With the BuddyVendor plugin, you can quickly turn your BuddyPress community into a social marketplace." msgstr "" -#: inc/Welcome/Component.php:1005 +#: ../buddyx/inc/Welcome/Component.php:1005 msgid "stat" msgstr "" -#: inc/Welcome/Component.php:1008 +#: ../buddyx/inc/Welcome/Component.php:1008 msgid "BuddyPress Statistics" msgstr "" -#: inc/Welcome/Component.php:1009 -msgid "" -"BuddyPress Stats plugin creates an activity log of everything that happens " -"on your BuddyPress-powered community site..." +#: ../buddyx/inc/Welcome/Component.php:1009 +msgid "BuddyPress Stats plugin creates an activity log of everything that happens on your BuddyPress-powered community site..." msgstr "" -#: inc/Welcome/Component.php:1017 +#: ../buddyx/inc/Welcome/Component.php:1017 msgid "BuddyPress-places" msgstr "" -#: inc/Welcome/Component.php:1020 +#: ../buddyx/inc/Welcome/Component.php:1020 msgid "BuddyPress Check-Ins Pro" msgstr "" -#: inc/Welcome/Component.php:1021 -msgid "" -"Allow community members and groups to post updates along with selecting " -"their current location." +#: ../buddyx/inc/Welcome/Component.php:1021 +msgid "Allow community members and groups to post updates along with selecting their current location." msgstr "" -#: inc/Welcome/Component.php:1029 +#: ../buddyx/inc/Welcome/Component.php:1029 msgid "BuddyPress-Friend-Follow-Suggestion" msgstr "" -#: inc/Welcome/Component.php:1032 +#: ../buddyx/inc/Welcome/Component.php:1032 msgid "BuddyPress Friend & Follow Suggestion" msgstr "" -#: inc/Welcome/Component.php:1033 -msgid "" -"BuddyPress Friends and Follow suggestions plugin assists you with improving " -"your BuddyPress or BuddyBoss Platform-based community." +#: ../buddyx/inc/Welcome/Component.php:1033 +msgid "BuddyPress Friends and Follow suggestions plugin assists you with improving your BuddyPress or BuddyBoss Platform-based community." msgstr "" -#: inc/Welcome/Component.php:1041 +#: ../buddyx/inc/Welcome/Component.php:1041 msgid "BuddyPress-Animated-Gif-Share" msgstr "" -#: inc/Welcome/Component.php:1044 +#: ../buddyx/inc/Welcome/Component.php:1044 msgid "BuddyPress Giphy" msgstr "" -#: inc/Welcome/Component.php:1045 +#: ../buddyx/inc/Welcome/Component.php:1045 msgid "Attach GIF's into your BuddyPress activity, comments, and messages." msgstr "" -#: inc/Welcome/Component.php:1053 +#: ../buddyx/inc/Welcome/Component.php:1053 msgid "BuddyPress-BuddyBoss-shortcodes" msgstr "" -#: inc/Welcome/Component.php:1056 +#: ../buddyx/inc/Welcome/Component.php:1056 msgid "Shortcodes For BuddyPress Pro" msgstr "" -#: inc/Welcome/Component.php:1057 -msgid "" -"Add and Customize the BuddyPress components on any of the WordPress pages/" -"posts using elementor widgets." +#: ../buddyx/inc/Welcome/Component.php:1057 +msgid "Add and Customize the BuddyPress components on any of the WordPress pages/posts using elementor widgets." msgstr "" -#: inc/Welcome/Component.php:1065 +#: ../buddyx/inc/Welcome/Component.php:1065 msgid "BuddyPress-Sticky-Post" msgstr "" -#: inc/Welcome/Component.php:1068 +#: ../buddyx/inc/Welcome/Component.php:1068 msgid "BuddyPress Sticky Post" msgstr "" -#: inc/Welcome/Component.php:1069 -msgid "" -"Make your posts sticky on BuddyPress by pinning site-wide and group " -"activities on the top of the community wall." +#: ../buddyx/inc/Welcome/Component.php:1069 +msgid "Make your posts sticky on BuddyPress by pinning site-wide and group activities on the top of the community wall." msgstr "" -#: inc/Welcome/Component.php:1077 +#: ../buddyx/inc/Welcome/Component.php:1077 msgid "BuddyPress-color-background-activity" msgstr "" -#: inc/Welcome/Component.php:1080 +#: ../buddyx/inc/Welcome/Component.php:1080 msgid "BuddyPress Quotes" msgstr "" -#: inc/Welcome/Component.php:1081 -msgid "" -"Allow BuddyPress users to post content with attractive background colors and " -"beautiful images." +#: ../buddyx/inc/Welcome/Component.php:1081 +msgid "Allow BuddyPress users to post content with attractive background colors and beautiful images." msgstr "" -#: inc/Welcome/Component.php:1089 +#: ../buddyx/inc/Welcome/Component.php:1089 msgid "BuddyPress-BuddyBoss-autofriend" msgstr "" -#: inc/Welcome/Component.php:1092 +#: ../buddyx/inc/Welcome/Component.php:1092 msgid "BuddyPress Auto Friends" msgstr "" -#: inc/Welcome/Component.php:1093 +#: ../buddyx/inc/Welcome/Component.php:1093 msgid "Add selected community members as common friends for all members." msgstr "" -#: inc/Welcome/Component.php:1101 +#: ../buddyx/inc/Welcome/Component.php:1101 msgid "BuddyPress-Newsfeed-member-profile" msgstr "" -#: inc/Welcome/Component.php:1104 +#: ../buddyx/inc/Welcome/Component.php:1104 msgid "BuddyPress Newsfeed" msgstr "" -#: inc/Welcome/Component.php:1105 -msgid "" -"Orgnanize all the BuddyPress activity-streams just like Facebook newsfeed." +#: ../buddyx/inc/Welcome/Component.php:1105 +msgid "Orgnanize all the BuddyPress activity-streams just like Facebook newsfeed." msgstr "" -#: inc/Welcome/Component.php:1113 +#: ../buddyx/inc/Welcome/Component.php:1113 msgid "BuddyPress-Reactions-and-Status" msgstr "" -#: inc/Welcome/Component.php:1116 +#: ../buddyx/inc/Welcome/Component.php:1116 msgid "BuddyPress Status" msgstr "" -#: inc/Welcome/Component.php:1117 -msgid "" -"Allow members to add status on their profile and give their reactions to all " -"the activity updates." +#: ../buddyx/inc/Welcome/Component.php:1117 +msgid "Allow members to add status on their profile and give their reactions to all the activity updates." msgstr "" -#: inc/Welcome/Component.php:1125 +#: ../buddyx/inc/Welcome/Component.php:1125 msgid "BuddyPress-Hashtags" msgstr "" -#: inc/Welcome/Component.php:1128 +#: ../buddyx/inc/Welcome/Component.php:1128 msgid "BuddyPress Hashtags" msgstr "" -#: inc/Welcome/Component.php:1129 -msgid "" -"Allow users to add multi-language hashtag links on BuddyPress community " -"website." +#: ../buddyx/inc/Welcome/Component.php:1129 +msgid "Allow users to add multi-language hashtag links on BuddyPress community website." msgstr "" -#: inc/Welcome/Component.php:1137 +#: ../buddyx/inc/Welcome/Component.php:1137 msgid "BuddyPress-Moderation" msgstr "" -#: inc/Welcome/Component.php:1140 +#: ../buddyx/inc/Welcome/Component.php:1140 msgid "BuddyPress Moderation Pro" msgstr "" -#: inc/Welcome/Component.php:1141 -msgid "" -"Allow members to flag inappropriate content on your BuddyPress community " -"site." +#: ../buddyx/inc/Welcome/Component.php:1141 +msgid "Allow members to flag inappropriate content on your BuddyPress community site." msgstr "" -#: inc/Welcome/Component.php:1149 +#: ../buddyx/inc/Welcome/Component.php:1149 msgid "BuddyPress-Private-Community-Pro" msgstr "" -#: inc/Welcome/Component.php:1152 +#: ../buddyx/inc/Welcome/Component.php:1152 msgid "BuddyPress Private Community Pro" msgstr "" -#: inc/Welcome/Component.php:1153 +#: ../buddyx/inc/Welcome/Component.php:1153 msgid "Lockdown the BuddyPress components to make your member's profile safe." msgstr "" -#: inc/Welcome/Component.php:1161 +#: ../buddyx/inc/Welcome/Component.php:1161 msgid "BuddyPress-Polls" msgstr "" -#: inc/Welcome/Component.php:1164 +#: ../buddyx/inc/Welcome/Component.php:1164 msgid "BuddyPress Polls" msgstr "" -#: inc/Welcome/Component.php:1165 -msgid "" -"Allow users to create and respond to polls inside the BuddyPress activity or " -"in groups." +#: ../buddyx/inc/Welcome/Component.php:1165 +msgid "Allow users to create and respond to polls inside the BuddyPress activity or in groups." msgstr "" -#: inc/Welcome/Component.php:1173 +#: ../buddyx/inc/Welcome/Component.php:1173 msgid "BuddyPress-Profanity" msgstr "" -#: inc/Welcome/Component.php:1176 +#: ../buddyx/inc/Welcome/Component.php:1176 msgid "BuddyPress Profanity" msgstr "" -#: inc/Welcome/Component.php:1177 -msgid "" -"Specify a list of bad words to control the content in your BuddyPress " -"community." +#: ../buddyx/inc/Welcome/Component.php:1177 +msgid "Specify a list of bad words to control the content in your BuddyPress community." msgstr "" -#: inc/Welcome/Component.php:1185 +#: ../buddyx/inc/Welcome/Component.php:1185 msgid "BuddyPress-Resume-Manager" msgstr "" -#: inc/Welcome/Component.php:1188 +#: ../buddyx/inc/Welcome/Component.php:1188 msgid "BuddyPress Resume Manager" msgstr "" -#: inc/Welcome/Component.php:1189 -msgid "" -"Allow members to create and display resumes on BuddyPress right from their " -"profile page." +#: ../buddyx/inc/Welcome/Component.php:1189 +msgid "Allow members to create and display resumes on BuddyPress right from their profile page." msgstr "" -#: inc/Welcome/Component.php:1197 +#: ../buddyx/inc/Welcome/Component.php:1197 msgid "BuddyPress-Profile-Pro" msgstr "" -#: inc/Welcome/Component.php:1200 +#: ../buddyx/inc/Welcome/Component.php:1200 msgid "BuddyPress Profile Pro" msgstr "" -#: inc/Welcome/Component.php:1201 -msgid "" -"Add repeater fields or group of fields to the front-end forms on the " -"member's profile." -msgstr "" - -#. translators: 1: required WP version number, 2: required PHP version number, 3: available WP version number, 4: available PHP version number -#: inc/back-compat.php:25 -#, php-format -msgid "" -"Buddyx requires at least WordPress version %1$s and PHP version %2$s. You " -"are running versions %3$s and %4$s respectively. Please update and try again." -msgstr "" - -#. translators: 1: required WP version number, 2: available WP version number -#: inc/back-compat.php:30 -#, php-format -msgid "" -"Buddyx requires at least WordPress version %1$s. You are running version " -"%2$s. Please update and try again." -msgstr "" - -#. translators: 1: required PHP version number, 2: available PHP version number -#: inc/back-compat.php:35 -#, php-format -msgid "" -"Buddyx requires at least PHP version %1$s. You are running version %2$s. " -"Please update and try again." -msgstr "" - -#: inc/back-compat.php:39 -msgid "" -"BuddyX requires the BuddyPress Template Pack \"BP Nouveau\" to be active. " -"Please activate this Template Pack from the BuddyPress Options." -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:352 -msgid "Browse:" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:353 -msgctxt "breadcrumbs aria label" -msgid "Breadcrumbs" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:354 -msgid "Home" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:355 -msgid "404 Not Found" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:356 -msgid "Archives" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:358 -#, php-format -msgid "Search results for: %s" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:360 -#, php-format -msgid "Page %s" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:362 -#, php-format -msgid "Comment Page %s" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:364 -#, php-format -msgid "Minute %s" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:366 -#, php-format -msgid "Week %s" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:375 -#: template-parts/header/buddypress-profile.php:128 -#: template-parts/header/buddypress-profile.php:129 -#: template-parts/header/buddypress-profile.php:136 -#: template-parts/header/buddypress-profile.php:137 -msgid "Register" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:858 -msgctxt "minute and hour archives time format" -msgid "g:i a" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:876 -msgctxt "minute archives time format" -msgid "i" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:894 -msgctxt "hour archives time format" -msgid "g a" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:911 inc/class-buddyx-breadcrumbs.php:941 -#: inc/class-buddyx-breadcrumbs.php:981 inc/class-buddyx-breadcrumbs.php:1009 -#: inc/class-buddyx-breadcrumbs.php:1377 -msgctxt "yearly archives date format" -msgid "Y" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:912 inc/class-buddyx-breadcrumbs.php:982 -#: inc/class-buddyx-breadcrumbs.php:1382 -msgctxt "monthly archives date format" -msgid "F" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:913 inc/class-buddyx-breadcrumbs.php:1387 -msgctxt "daily archives date format" -msgid "j" -msgstr "" - -#: inc/class-buddyx-breadcrumbs.php:942 -msgctxt "weekly archives date format" -msgid "W" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:53 -msgid "Profile" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:54 -#: inc/compatibility/buddypress/buddypress-functions.php:67 -msgid "Activity" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:55 -msgid "Groups" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:56 -msgid "Forums" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:57 -msgid "Friends" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:58 -msgid "Members" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:59 -msgid "Blogs" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:60 -msgid "Business" -msgstr "" - -#: inc/compatibility/buddypress/buddypress-functions.php:291 -msgid "Recently earned badge" -msgid_plural "Recently earned badges" -msgstr[0] "" -msgstr[1] "" - -#: inc/extra.php:103 -msgid "Search" -msgstr "" - -#: inc/extra.php:113 -msgid "View Shopping Cart" -msgstr "" - -#: inc/extra.php:149 -msgid "View your shopping cart" -msgstr "" - -#: inc/extra.php:191 inc/extra.php:204 -msgid "BuddyX WordPress Theme" -msgstr "" - -#: inc/extra.php:246 -msgid "Sticky" -msgstr "" - -#: inc/extra.php:257 -msgid "Leave a comment" +#: ../buddyx/inc/Welcome/Component.php:1201 +msgid "Add repeater fields or group of fields to the front-end forms on the member's profile." msgstr "" -#: inc/extra.php:257 -msgid "1 Comment" -msgstr "" - -#: inc/extra.php:257 -msgid "% Comments" -msgstr "" - -#: inc/extra.php:262 template-parts/content/entry_meta.php:124 -msgid "Edit" -msgstr "" - -#: inc/extra.php:377 -msgid "Post Settings" -msgstr "" - -#: inc/extra.php:386 -msgid "Post Format Settings" -msgstr "" - -#: inc/extra.php:405 -msgid "Overwrite Title Customizer settings" -msgstr "" - -#: inc/extra.php:410 -msgid "Title Style" -msgstr "" - -#: inc/extra.php:460 -msgid "Enter Youtube, Vimeo and etc video url." -msgstr "" - -#: inc/extra.php:463 -msgid "Video URL" -msgstr "" - -#: inc/extra.php:466 inc/extra.php:479 inc/extra.php:708 -msgid "Add Media" -msgstr "" - -#: inc/extra.php:473 -msgid "Enter audio url." -msgstr "" - -#: inc/extra.php:476 -msgid "Audio URL" -msgstr "" - -#: inc/extra.php:486 -msgid "Input your quote." -msgstr "" - -#: inc/extra.php:489 -msgid "Quote Text" -msgstr "" - -#: inc/extra.php:495 -msgid "Quote Author" -msgstr "" - -#: inc/extra.php:502 -msgid "Input your link." -msgstr "" - -#: inc/extra.php:505 -msgid "Link Title" -msgstr "" - -#: inc/extra.php:511 -msgid "Link URL" -msgstr "" - -#: inc/extra.php:518 -msgid "" -"To create a gallery, upload your images and then select \"Uploaded to this " -"post\" from the dropdown (in the media popup) to see images attached to this " -"post. You can drag to re-order or delete them there." -msgstr "" - -#: inc/extra.php:540 inc/extra.php:647 -msgid "Delete image" -msgstr "" - -#: inc/extra.php:554 inc/extra.php:624 -msgid "Add images gallery" -msgstr "" - -#: inc/extra.php:626 -msgid "Add to gallery" -msgstr "" - -#: inc/extra.php:710 -msgid "Add to Media" -msgstr "" - -#: inc/extra.php:849 inc/extra.php:873 -msgid "…" -msgstr "" - -#: inc/extra.php:875 -msgid " Read more" -msgstr "" - -#: inc/widgets/bp-profile-completion-widget.php:23 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:20 msgid "Show Logged in user Profile Completion Progress." msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:29 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:26 msgid "(BuddyPress) Profile Completion" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:77 -#, php-format +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:73 msgid "%s Complete" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:114 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:99 msgid "Complete" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:215 -#: inc/widgets/bp-profile-completion-widget.php:453 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:195, ../buddyx/inc/widgets/bp-profile-completion-widget.php:432 msgid "Profile Photo" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:235 -#: inc/widgets/bp-profile-completion-widget.php:456 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:215, ../buddyx/inc/widgets/bp-profile-completion-widget.php:435 msgid "Cover Photo" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:316 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:297 msgid "Profile Fields" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:428 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:407 msgid "Complete Your Profile" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:462 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:441 msgid "Title:" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:466 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:445 msgid "Profile field sets:" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:489 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:466 msgid "Profile photos:" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:508 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:483 msgid "Hide widget once progress hits 100%" msgstr "" -#: inc/widgets/bp-profile-completion-widget.php:514 +#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:488 msgid "Note: This widget is only displayed if a member is logged in." msgstr "" -#: rtmedia/main.php:97 rtmedia/main.php:208 -msgid "rtMedia menu" -msgstr "" - -#: searchform.php:10 -msgid "Search for:" -msgstr "" - -#: searchform.php:11 -msgid "Enter Keyword" -msgstr "" - -#: searchform.php:12 -msgid "Go" -msgstr "" - -#. translators: %s: Name of current post. Only visible to screen readers -#: template-parts/content-bbpress.php:20 -#: template-parts/content-buddypress.php:20 -#: template-parts/content/entry-full-width.php:37 -#: template-parts/content/entry_content.php:21 -#, php-format -msgid "Continue reading \"%s\"" -msgstr "" - -#: template-parts/content-bbpress.php:33 -#: template-parts/content-buddypress.php:33 -#: template-parts/content/entry-full-width.php:50 -#: template-parts/content/entry-page.php:38 -#: template-parts/content/entry_content.php:38 -msgid "Pages:" -msgstr "" - -#: template-parts/content/entry-attachment.php:35 -#: template-parts/content/entry-post.php:36 template-parts/content/entry.php:34 +#: ../buddyx/template-parts/content/entry-attachment.php:35, ../buddyx/template-parts/content/entry-post.php:36, ../buddyx/template-parts/content/entry.php:34 msgid "Previous:" msgstr "" -#: template-parts/content/entry-attachment.php:45 -#: template-parts/content/entry-post.php:37 template-parts/content/entry.php:35 +#: ../buddyx/template-parts/content/entry-attachment.php:45, ../buddyx/template-parts/content/entry-post.php:37, ../buddyx/template-parts/content/entry.php:35 msgid "Next:" msgstr "" -#: template-parts/content/entry-attachment.php:51 +#: ../buddyx/template-parts/content/entry-attachment.php:51 msgid "Post navigation" msgstr "" #. translators: %s: post title -#: template-parts/content/entry_actions.php:22 -#, php-format +#: ../buddyx/template-parts/content/entry_actions.php:22 msgid "Leave a Comment on %s" msgstr "" #. translators: %s: post title -#: template-parts/content/entry_actions.php:42 -#, php-format +#: ../buddyx/template-parts/content/entry_actions.php:42 msgid "Edit %s" msgstr "" -#: template-parts/content/entry_meta.php:66 -#: template-parts/content/entry_meta.php:74 -#, php-format +#: ../buddyx/template-parts/content/entry_meta.php:69 msgctxt "post author" -msgid "Written by %s" +msgid "Written by %s" msgstr "" -#: template-parts/content/entry_meta.php:69 -#, php-format +#. translators: %s: post author +#: ../buddyx/template-parts/content/entry_meta.php:66, ../buddyx/template-parts/content/entry_meta.php:74 msgctxt "post author" -msgid "Written by %s" +msgid "Written by %s" msgstr "" #. translators: %s: post parent title -#: template-parts/content/entry_meta.php:93 -#, php-format +#: ../buddyx/template-parts/content/entry_meta.php:93 msgctxt "post parent" msgid "In %s" msgstr "" #. translators: %s: post parent title -#: template-parts/content/entry_meta.php:96 -#, php-format +#: ../buddyx/template-parts/content/entry_meta.php:96 msgctxt "post parent" msgid "in %s" msgstr "" #. translators: %s: post date -#: template-parts/content/entry_meta.php:113 -#, php-format +#: ../buddyx/template-parts/content/entry_meta.php:113 msgctxt "post date" msgid "%s" msgstr "" #. translators: separator between taxonomy terms -#: template-parts/content/entry_taxonomies.php:24 +#: ../buddyx/template-parts/content/entry_taxonomies.php:24 msgctxt "list item separator" msgid ", " msgstr "" #. translators: %s: list of taxonomy terms -#: template-parts/content/entry_taxonomies.php:31 -#, php-format +#: ../buddyx/template-parts/content/entry_taxonomies.php:31 msgid "Posted in %s" msgstr "" #. translators: %s: list of taxonomy terms -#: template-parts/content/entry_taxonomies.php:37 -#, php-format +#: ../buddyx/template-parts/content/entry_taxonomies.php:37 msgid "Tagged %s" msgstr "" #. translators: %s: taxonomy name -#: template-parts/content/entry_taxonomies.php:44 -#, php-format +#: ../buddyx/template-parts/content/entry_taxonomies.php:44 msgid "%s:" msgstr "" -#: template-parts/content/error-404.php:16 -msgid "" -"It looks like nothing was found at this location. Maybe try one of the links " -"below or a search?" +#: ../buddyx/template-parts/content/error-404.php:16 +msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?" msgstr "" -#: template-parts/content/error-404.php:27 +#: ../buddyx/template-parts/content/error-404.php:27 msgid "Most Used Categories" msgstr "" #. translators: %1$s: smiley -#: template-parts/content/error-404.php:45 -#, php-format +#: ../buddyx/template-parts/content/error-404.php:45 msgid "Try looking in the monthly archives. %1$s" msgstr "" -#: template-parts/content/error-500.php:14 +#: ../buddyx/template-parts/content/error-500.php:14 msgid "Oops! Something went wrong." msgstr "" -#: template-parts/content/error-offline.php:14 +#: ../buddyx/template-parts/content/error-offline.php:14 msgid "Oops! It looks like you’re offline." msgstr "" -#. translators: 1: link to WP admin new post page. -#: template-parts/content/error.php:23 -#, php-format -msgid "" -"Ready to publish your first post? Get started here." +#: ../buddyx/template-parts/content/error.php:44 +msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "" -#: template-parts/content/error.php:38 -msgid "" -"Sorry, but nothing matched your search terms. Please try again with some " -"different keywords." +#: ../buddyx/template-parts/content/error.php:38 +msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." msgstr "" -#: template-parts/content/error.php:44 -msgid "" -"It seems we can’t find what you’re looking for. Perhaps " -"searching can help." +#: ../buddyx/template-parts/content/error.php:23 +msgid "Ready to publish your first post? Get started here." msgstr "" -#: template-parts/content/page_header.php:14 -msgid "Oops! That page can’t be found." +#. translators: %s: search query +#: ../buddyx/template-parts/content/page_header.php:41 +msgid "Search Results for: %s" msgstr "" -#: template-parts/content/page_header.php:22 +#: ../buddyx/template-parts/content/page_header.php:22 msgid "Nothing Found" msgstr "" -#. translators: %s: search query -#: template-parts/content/page_header.php:41 -#, php-format -msgid "Search Results for: %s" +#: ../buddyx/template-parts/content/page_header.php:14 +msgid "Oops! That page can’t be found." msgstr "" -#: template-parts/content/pagination.php:13 +#: ../buddyx/template-parts/content/pagination.php:13 msgctxt "previous set of search results" msgid "Previous" msgstr "" -#: template-parts/content/pagination.php:14 +#: ../buddyx/template-parts/content/pagination.php:14 msgctxt "next set of search results" msgid "Next" msgstr "" -#: template-parts/content/pagination.php:15 +#: ../buddyx/template-parts/content/pagination.php:15 msgid "Page navigation" msgstr "" -#: template-parts/header/buddypress-profile.php:19 +#: ../buddyx/template-parts/header/buddypress-profile.php:19 msgid "Messages" msgstr "" -#: template-parts/header/buddypress-profile.php:23 -#: template-parts/header/buddypress-profile.php:41 +#: ../buddyx/template-parts/header/buddypress-profile.php:23, ../buddyx/template-parts/header/buddypress-profile.php:41 msgid "9+" msgstr "" -#: template-parts/header/buddypress-profile.php:37 +#: ../buddyx/template-parts/header/buddypress-profile.php:37 msgid "Notifications" msgstr "" -#: template-parts/header/buddypress-profile.php:70 +#: ../buddyx/template-parts/header/buddypress-profile.php:70 msgid "No notifications found." msgstr "" -#: template-parts/header/buddypress-profile.php:74 +#: ../buddyx/template-parts/header/buddypress-profile.php:74 msgid "All Notifications" msgstr "" -#: template-parts/header/buddypress-profile.php:119 +#: ../buddyx/template-parts/header/buddypress-profile.php:119 msgid "Login" msgstr "" -#: template-parts/header/buddypress-profile.php:120 +#: ../buddyx/template-parts/header/buddypress-profile.php:120 msgid "Log in" msgstr "" -#: template-parts/header/navigation.php:17 +#: ../buddyx/template-parts/header/navigation.php:16 msgid "Main menu" msgstr "" -#: template-parts/header/navigation.php:41 +#: ../buddyx/template-parts/header/navigation.php:44 msgid "Open menu" msgstr "" -#: template-parts/header/navigation.php:52 +#: ../buddyx/template-parts/header/navigation.php:63 msgid "Close" msgstr "" -#: template-parts/header/navigation.php:76 +#: ../buddyx/template-parts/header/navigation.php:83 msgid "My Account" msgstr "" -#: woocommerce/cart/cart.php:30 +#: ../buddyx/woocommerce/cart/cart.php:30 msgid "Remove item" msgstr "" -#: woocommerce/cart/cart.php:31 +#: ../buddyx/woocommerce/cart/cart.php:31 msgid "Thumbnail image" msgstr "" -#: woocommerce/cart/cart.php:32 woocommerce/cart/cart.php:89 +#: ../buddyx/woocommerce/cart/cart.php:32, ../buddyx/woocommerce/cart/cart.php:89 msgid "Product" msgstr "" -#: woocommerce/cart/cart.php:33 woocommerce/cart/cart.php:114 +#: ../buddyx/woocommerce/cart/cart.php:33, ../buddyx/woocommerce/cart/cart.php:114 msgid "Price" msgstr "" -#: woocommerce/cart/cart.php:34 woocommerce/cart/cart.php:120 +#: ../buddyx/woocommerce/cart/cart.php:34, ../buddyx/woocommerce/cart/cart.php:120 msgid "Quantity" msgstr "" -#: woocommerce/cart/cart.php:35 woocommerce/cart/cart.php:146 +#: ../buddyx/woocommerce/cart/cart.php:35, ../buddyx/woocommerce/cart/cart.php:146 msgid "Subtotal" msgstr "" #. translators: %s is the product name -#: woocommerce/cart/cart.php:68 -#, php-format +#: ../buddyx/woocommerce/cart/cart.php:68 msgid "Remove %s from cart" msgstr "" -#: woocommerce/cart/cart.php:109 +#: ../buddyx/woocommerce/cart/cart.php:109 msgid "Available on backorder" msgstr "" -#: woocommerce/cart/cart.php:164 +#: ../buddyx/woocommerce/cart/cart.php:164 msgid "Coupon:" msgstr "" -#: woocommerce/cart/cart.php:164 +#: ../buddyx/woocommerce/cart/cart.php:164 msgid "Coupon code" msgstr "" -#: woocommerce/cart/cart.php:164 +#: ../buddyx/woocommerce/cart/cart.php:164, ../buddyx/woocommerce/cart/cart.php:164 msgid "Apply coupon" msgstr "" -#: woocommerce/cart/cart.php:169 +#: ../buddyx/woocommerce/cart/cart.php:169, ../buddyx/woocommerce/cart/cart.php:169 msgid "Update cart" msgstr "" -#. Theme URI of the plugin/theme -msgid "https://wbcomdesigns.com/downloads/buddyx-theme/" +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:53, ../buddyx/bb-buddypress/members/single/cover-image-header.php:78, ../buddyx/buddypress/groups/single/cover-image-header.php:25, ../buddyx/buddypress/members/single/cover-image-header.php:15 +msgid "Change Cover Photo" msgstr "" -#. Description of the plugin/theme -msgid "" -"BuddyX is an ideal theme for community and membership websites. It provides " -"a solution to all kinds of communities. Thanks to its BuddyPress support, " -"your website can now have member profiles, send private messages, create " -"groups, and more. It is a lightweight, fully responsive, SEO-optimised RTL " -"and translation-ready theme. BuddyX supports WooCommerce, WC Vendors, " -"LearnDash, LearnPress, and Gamipress plugins. It is highly customizable and " -"works perfectly with page builders like Elementor and Gutenberg. BuddyX is " -"perfect for creating social learning, marketplace, and blogging websites " -"using BuddyPress integration. BuddyX uses the latest best practices for " -"progressive web content and optimization. It is well-tested with the latest " -"BuddyPress version and popular BuddyPress add-ons. Wbcom Designs is " -"responsible for developing, maintaining, and supporting it." +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:59, ../buddyx/bb-buddypress/members/single/cover-image-header.php:85 +msgid "Reposition Cover Photo" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:64, ../buddyx/bb-buddypress/members/single/cover-image-header.php:90 +msgid "Save Changes" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:65, ../buddyx/bb-buddypress/members/single/cover-image-header.php:91 +msgid "Drag to move cover photo" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:66, ../buddyx/bb-buddypress/members/single/cover-image-header.php:92 +msgid "Cover photo" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:79, ../buddyx/bb-buddypress/groups/single/group-header.php:23, ../buddyx/buddypress/groups/single/cover-image-header.php:40, ../buddyx/buddypress/groups/single/group-header.php:23 +msgid "Change Group Photo" +msgstr "" + +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:199, ../buddyx/bb-buddypress/groups/single/group-header.php:139 +msgid "Group Description" +msgstr "" + +#: ../buddyx/bb-buddypress/members/single/cover-image-header.php:115, ../buddyx/bb-buddypress/members/single/member-header.php:54, ../buddyx/buddypress/members/single/cover-image-header.php:26, ../buddyx/buddypress/members/single/member-header.php:14 +msgid "Change Profile Photo" +msgstr "" + +#: ../buddyx/buddypress/groups/single/cover-image-header.php:76, ../buddyx/buddypress/groups/single/group-header.php:58 +msgid "Group Types" +msgstr "" + +#: ../buddyx/buddypress/groups/single/cover-image-header.php:77, ../buddyx/buddypress/groups/single/group-header.php:59 +msgid "Group Type" +msgstr "" + +#: ../buddyx/buddypress/members/single/cover-image-header.php:67, ../buddyx/buddypress/members/single/member-header.php:50 +msgid "Member Types" +msgstr "" + +#: ../buddyx/buddypress/members/single/cover-image-header.php:68, ../buddyx/buddypress/members/single/member-header.php:51 +msgid "Member Type" +msgstr "" + +#: ../buddyx/inc/Base_Support/patterns/footer-small.php:9 +msgid "Small footer" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:53 +msgid "Profile" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:54, ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:67 +msgid "Activity" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:55 +msgid "Groups" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:56 +msgid "Forums" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:57 +msgid "Friends" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:58 +msgid "Members" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:59 +msgid "Blogs" +msgstr "" + +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:60 +msgid "Business" msgstr "" -#. Author of the plugin/theme -msgid "wbcomdesigns,vapvarun" +#: ../buddyx/inc/compatibility/buddypress/buddypress-functions.php:291 +msgid "Recently earned badge" +msgid_plural "Recently earned badges" +msgstr[0] "" +msgstr[1] "" + +#: ../buddyx/inc/compatibility/woocommerce/woocommerce-functions.php:28 +msgid "View Shopping Cart" msgstr "" -#. Author URI of the plugin/theme -msgid "https://github.com/vapvarun/buddyx" +#: ../buddyx/inc/compatibility/woocommerce/woocommerce-functions.php:68 +msgid "View your shopping cart" msgstr "" + +#: ../buddyx/bb-buddypress/members/single/groups/invites.php:10, ../buddyx/buddypress/members/single/groups/invites.php:10 +msgid "Group Invites" +msgstr "" + +#: ../buddyx/bb-buddypress/members/single/groups/invites.php:42 +msgid "Invited by %1$s · %2$s." +msgstr "" + +#. translators: %s is the number of Group members +#: ../buddyx/buddypress/members/single/groups/invites.php:45 +msgid "%s member" +msgid_plural "%s members" +msgstr[0] "" +msgstr[1] "" diff --git a/readme.txt b/readme.txt index 80ae0c6..cbbca09 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: wbcomdesigns Tags: translation-ready, Block Editor Styles, Blog, Custom Background, Custom Colors, Custom Logo, Custom Menu, Editor Style, Featured Images, Footer Widgets, Full Width Template, One Column, RTL Language Support, Sticky Post, Theme Options, Threaded Comments, Wide Blocks, BuddyPress, Post Formats, Education, E-Commerce, News Requires at least: 4.8 -Tested up to: 6.6.1 +Tested up to: 6.6.2 Requires PHP: 7.4 Stable tag: trunk License: GNU General Public License v3.0 (or later) @@ -97,6 +97,15 @@ Copyright 2013 Klaus Hartl Released under the MIT license == Changelog == += 4.7.4 = +* Enhanced: Blog grid layout updated to remove masonry UI for a cleaner, more structured appearance. +* Enhanced: Welcome screen community addons images path updated for improved accuracy and display. +* Fixed: Profile field visibility settings toggle UI for better functionality and user experience. +* Fixed: Blog post comment activity UI managed for consistency across all post types. +* Fixed: Theme typography component issues resolved to ensure proper rendering of text elements. +* Fixed: Duplicate CSS loading issues resolved to improve page load speed and performance. +* Updated: Blog activity image max height setting to ensure proper image scaling. + = 4.7.3 = * Enhancement: Updated entry_meta positioning and added blog tags with an option to hide the edit link for better content management. * Enhancement: Improved the sticky sidebar functionality when the admin bar is hidden. diff --git a/single.php b/single.php index eaf4dd9..ce3f508 100644 --- a/single.php +++ b/single.php @@ -37,6 +37,7 @@ $classes = 'has-single-post-no-sidebar'; } } + ?>
@@ -65,6 +66,7 @@ the_post(); get_template_part( 'template-parts/content/entry', get_post_type() ); + } ?> diff --git a/style.css b/style.css index 97c91ad..552c0e8 100644 --- a/style.css +++ b/style.css @@ -4,9 +4,9 @@ Theme URI: https://wbcomdesigns.com/downloads/buddyx-theme/ Author: wbcomdesigns,vapvarun Author URI: https://github.com/vapvarun/buddyx Description: BuddyX is an ideal theme for community and membership websites. It provides a solution to all kinds of communities. Thanks to its BuddyPress support, your website can now have member profiles, send private messages, create groups, and more. It is a lightweight, fully responsive, SEO-optimised RTL and translation-ready theme. BuddyX supports WooCommerce, WC Vendors, LearnDash, LearnPress, and Gamipress plugins. It is highly customizable and works perfectly with page builders like Elementor and Gutenberg. BuddyX is perfect for creating social learning, marketplace, and blogging websites using BuddyPress integration. BuddyX uses the latest best practices for progressive web content and optimization. It is well-tested with the latest BuddyPress version and popular BuddyPress add-ons. Wbcom Designs is responsible for developing, maintaining, and supporting it. -Version: 4.7.3 +Version: 4.7.4 Requires at least: 4.8 -Tested up to: 6.6.1 +Tested up to: 6.6.2 Requires PHP: 7.4 License: GNU General Public License v3.0 (or later) License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/template-parts/content/entry-header-post.php b/template-parts/content/entry-header-post.php index b8a6ab3..64484c1 100644 --- a/template-parts/content/entry-header-post.php +++ b/template-parts/content/entry-header-post.php @@ -42,26 +42,23 @@ while ( have_posts() ) { the_post(); ?> -
-
- -
- - - -
-
- "> + +
+ + + +
+
+ +
- ?> -
- -
-
+
is_primary_nav_menu_active()) { +if ( ! buddyx()->is_primary_nav_menu_active() ) { // return; } ?> - diff --git a/theme.json b/theme.json index 8300a6e..a0ecac2 100644 --- a/theme.json +++ b/theme.json @@ -68,6 +68,30 @@ "vw" ] }, + "typography": { + "fontSizes": [ + { + "size": "13px", + "name": "Small", + "slug": "small" + }, + { + "size": "20px", + "name": "Medium", + "slug": "medium" + }, + { + "size": "36px", + "name": "Large", + "slug": "large" + }, + { + "size": "42px", + "name": "Extra Large", + "slug": "x-large" + } + ] + }, "layout": { "contentSize": "840px", "wideSize": "1200px", diff --git a/woocommerce/single-product.php b/woocommerce/single-product.php index 42d4ef1..401f171 100644 --- a/woocommerce/single-product.php +++ b/woocommerce/single-product.php @@ -28,73 +28,73 @@ do_action( 'buddyx_before_content' ); if ( class_exists( 'WooCommerce' ) ) { ?> - - - - - + + + + + - + - + - + - + - + + + + + + + + - - - - - -