diff --git a/assets/css/_blocks-style.css b/assets/css/_blocks-style.css old mode 100644 new mode 100755 diff --git a/assets/css/_blocks.css b/assets/css/_blocks.css old mode 100644 new mode 100755 diff --git a/assets/css/_custom-media.css b/assets/css/_custom-media.css old mode 100644 new mode 100755 diff --git a/assets/css/_custom-properties.css b/assets/css/_custom-properties.css old mode 100644 new mode 100755 diff --git a/assets/css/_elements.css b/assets/css/_elements.css old mode 100644 new mode 100755 diff --git a/assets/css/_links.css b/assets/css/_links.css old mode 100644 new mode 100755 diff --git a/assets/css/_media.css b/assets/css/_media.css old mode 100644 new mode 100755 diff --git a/assets/css/_reset.css b/assets/css/_reset.css old mode 100644 new mode 100755 diff --git a/assets/css/_typography.css b/assets/css/_typography.css old mode 100644 new mode 100755 diff --git a/assets/css/comments.css b/assets/css/comments.css old mode 100644 new mode 100755 index 0d7053e..8517fac --- a/assets/css/comments.css +++ b/assets/css/comments.css @@ -241,4 +241,82 @@ } -/* stylelint-enable */ \ No newline at end of file +/* stylelint-enable */ + +#comments, +#respond { + margin-top: 42px; +} + +#comments>.comment-list, +#comments>#respond { + position: relative; + margin: 1rem 0 30px; + padding: 20px; + list-style: none; + border: 1px solid var(--global-border-color); + border-radius: var(--global-border-radius); + background: var(--color-theme-white-box); +} + +.comment-form .comment-form-cookies-consent label { + width: auto; +} + +.comment-form-cookies-consent { + display: flex; + align-items: flex-start; + width: 100%; + line-height: 1.4; +} + +.comment-form-author, +.comment-form-email, +.comment-form-url { + float: left; + width: 33.33%; + padding-right: 15px; + margin-top: 0; +} + +@media (max-width: 767px) { + .comment-form-author, + .comment-form-email, + .comment-form-url { + width: 100%; + padding: 0; + } +} + +.comment-form-url { + padding-right: 0; +} + +.comment-form textarea, +.comment-form input[type="text"], +.comment-form input[type="email"], +.comment-form input[type="url"] { + width: 100%; + box-shadow: none; + height: 50px; + border-radius: var(--form-border-radius); +} + +.comment-form textarea { + width: 100%; + min-height: 150px; + border-radius: var(--textarea-border-radius); +} + +#respond .comment-form .form-submit { + text-align: left; + margin-bottom: 0; +} + +#respond .comment-notes { + background: none; +} + +.post-navigation-sub { + font-style: italic; +} \ No newline at end of file diff --git a/assets/css/comments.min.css b/assets/css/comments.min.css old mode 100644 new mode 100755 index 15ea2da..5708b9c --- a/assets/css/comments.min.css +++ b/assets/css/comments.min.css @@ -1 +1 @@ -.bypostauthor{display:block}.comment-reply-title,.comments-title{margin-bottom:1em;font-size:2em;font-weight:900}.comment-list{padding:0;margin:0}.comment-list,.comment-list ol{list-style-type:none}.comment-list li,.comment-list ol li{position:relative;margin:1rem 0 30px;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);background:var(--color-theme-white-box)}.children{margin-left:1em;padding-left:0}@media screen and (min-width:48em){.children{margin-left:2em}}.comment-meta{position:relative;margin-left:75px;font-size:inherit}.comment-content{margin-left:70px}.comment-form a,.comment-meta a{text-decoration:none;border:none}.comment-form a:focus,.comment-form a:hover,.comment-meta a:focus,.comment-meta a:hover{text-decoration:underline}.comment .avatar,.review .avatar{position:absolute;left:-70px;width:50px;height:50px;border-radius:50px}.bypostauthor .avatar{-webkit-box-sizing:content-box;box-sizing:content-box;border:5px solid #ccc;margin-top:0;margin-left:-5px}.comment-author{font-size:1.125em;line-height:1.3}.says{font-size:80%}.comment-metadata{padding-bottom:.5em}.comment-content a{word-wrap:break-word}.comment-content ol,.comment-content ul{margin:0;padding-right:3em;padding-left:3em}.comment-content ol{list-style-type:decimal}.comment-content ol ol,.comment-content ul ul{margin-right:0;margin-left:0}@media screen and (min-width:48em){.comment-content ol,.comment-content ul{padding-right:1.5em;padding-left:1.5em}}.comment-content blockquote{margin-bottom:.75em;font-size:1.6em;line-height:1.25}.comment-content cite{font-size:1.2em}.reply{margin-bottom:0;text-align:right}.comment-reply-link{display:inline-block;padding:.5em 1.4em;font-size:85%;color:#000;line-height:1.3;text-decoration:none;background:transparent;border:1px solid #c3c3c3;border-radius:0}.comment-reply-link:focus,.comment-reply-link:hover{border-color:inherit;cursor:pointer}.comment-form{line-height:1.3}.comment-notes{margin-top:-1em;font-size:.9em;font-style:italic;background:#f2f2f2}.comment-form a{font-weight:500}.comment-form label{width:13em;display:block;font-size:.9em;padding-bottom:.4em}.comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-form .comment-form-cookies-consent input{margin-top:.2em}.comment-form .comment-form-cookies-consent label{display:inline-block;margin-left:.6em}.comment-form .required{color:#d54e21}.comment-form .form-submit{text-align:right}.pingback .comment-body{padding:1em 0}.pingback a{font-style:italic;text-decoration:none} \ No newline at end of file +.bypostauthor{display:block}.comment-reply-title,.comments-title{margin-bottom:1em;font-size:2em;font-weight:900}.comment-list{padding:0;margin:0}.comment-list,.comment-list ol{list-style-type:none}.comment-list li,.comment-list ol li{position:relative;margin:1rem 0 30px;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);background:var(--color-theme-white-box)}.children{margin-left:1em;padding-left:0}@media screen and (min-width:48em){.children{margin-left:2em}}.comment-meta{position:relative;margin-left:75px;font-size:inherit}.comment-content{margin-left:70px}.comment-form a,.comment-meta a{text-decoration:none;border:none}.comment-form a:focus,.comment-form a:hover,.comment-meta a:focus,.comment-meta a:hover{text-decoration:underline}.comment .avatar,.review .avatar{position:absolute;left:-70px;width:50px;height:50px;border-radius:50px}.bypostauthor .avatar{-webkit-box-sizing:content-box;box-sizing:content-box;border:5px solid #ccc;margin-top:0;margin-left:-5px}.comment-author{font-size:1.125em;line-height:1.3}.says{font-size:80%}.comment-metadata{padding-bottom:.5em}.comment-content a{word-wrap:break-word}.comment-content ol,.comment-content ul{margin:0;padding-right:3em;padding-left:3em}.comment-content ol{list-style-type:decimal}.comment-content ol ol,.comment-content ul ul{margin-right:0;margin-left:0}@media screen and (min-width:48em){.comment-content ol,.comment-content ul{padding-right:1.5em;padding-left:1.5em}}.comment-content blockquote{margin-bottom:.75em;font-size:1.6em;line-height:1.25}.comment-content cite{font-size:1.2em}.reply{margin-bottom:0;text-align:right}.comment-reply-link{display:inline-block;padding:.5em 1.4em;font-size:85%;color:#000;line-height:1.3;text-decoration:none;background:transparent;border:1px solid #c3c3c3;border-radius:0}.comment-reply-link:focus,.comment-reply-link:hover{border-color:inherit;cursor:pointer}.comment-form{line-height:1.3}.comment-notes{margin-top:-1em;font-size:.9em;font-style:italic;background:#f2f2f2}.comment-form a{font-weight:500}.comment-form label{width:13em;display:block;font-size:.9em;padding-bottom:.4em}.comment-form .comment-form-cookies-consent input{margin-top:.2em}.comment-form .comment-form-cookies-consent label{display:inline-block;margin-left:.6em}.comment-form .required{color:#d54e21}.comment-form .form-submit{text-align:right}.pingback .comment-body{padding:1em 0}.pingback a{font-style:italic;text-decoration:none}#comments,#respond{margin-top:42px}#comments>#respond,#comments>.comment-list{position:relative;margin:1rem 0 30px;padding:20px;list-style:none;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius);background:var(--color-theme-white-box)}.comment-form .comment-form-cookies-consent label{width:auto}.comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;line-height:1.4}.comment-form-author,.comment-form-email,.comment-form-url{float:left;width:33.33%;padding-right:15px;margin-top:0}@media (max-width:767px){.comment-form-author,.comment-form-email,.comment-form-url{width:100%;padding:0}}.comment-form-url{padding-right:0}.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea{width:100%;-webkit-box-shadow:none;box-shadow:none;height:50px;border-radius:var(--form-border-radius)}.comment-form textarea{width:100%;min-height:150px;border-radius:var(--textarea-border-radius)}#respond .comment-form .form-submit{text-align:left;margin-bottom:0}#respond .comment-notes{background:none}.post-navigation-sub{font-style:italic} \ No newline at end of file diff --git a/assets/css/content.css b/assets/css/content.css old mode 100644 new mode 100755 diff --git a/assets/css/content.min.css b/assets/css/content.min.css old mode 100644 new mode 100755 diff --git a/assets/css/dark-mode.css b/assets/css/dark-mode.css index b16f9c3..3b8f1b7 100644 --- a/assets/css/dark-mode.css +++ b/assets/css/dark-mode.css @@ -93,11 +93,16 @@ body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper { /* Breadcrumbs */ .buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs, -.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status { - background: rgba(255, 255, 255, 0.05); +.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status, +.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper pre { + background: var(--ld-dark-mode-header-bg); color: var(--ld-dark-mode-text-secondary); } +.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs { + border-radius: 0; +} + /* Tabs */ @@ -106,7 +111,7 @@ body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper { } .buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation::after { - background: rgba(255, 255, 255, 0.05); + background: var(--ld-dark-mode-header-bg); } diff --git a/assets/css/dark-mode.min.css b/assets/css/dark-mode.min.css index 26aea64..6ad46a6 100644 --- a/assets/css/dark-mode.min.css +++ b/assets/css/dark-mode.min.css @@ -1 +1 @@ -:root{--ld-dark-mode-header-bg:#272727;--ld-dark-mode-sidebar-bg:#1c1c1c;--ld-dark-mode-content-bg:#121212;--ld-dark-mode-content-text:#ccc;--ld-dark-mode-link-color:#ccc;--ld-dark-mode-link-hover-color:#fff;--ld-dark-mode-text-secondary:#aaa;--ld-dark-mode-border-color:hsla(0,0%,100%,0.1)}.buddyx-dark-theme.ld-in-focus-mode a{color:#ccc;color:var(--ld-dark-mode-content-text)}body.buddyx-dark-theme .learndash-dark-mode,body:not(.buddyx-dark-theme) .learndash-light-mode{display:none}#buddyx-toggle-track{width:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddyx-dark-theme #buddyx-toggle-track{color:#fff}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header{border:0;color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-progress,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{color:#fff;color:var(--ld-dark-mode-link-hover-color)}body.buddyx-dark-theme.ld-in-focus-mode,body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper{background:#121212;background:var(--ld-dark-mode-content-bg)}.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h1,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h2,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h3,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h4,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h5,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h6{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#ccc;color:var(--ld-dark-mode-link-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-content-actions,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list.ld-no-pagination,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-table-list-item,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-table-list-items{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status{background:hsla(0,0%,100%,.05);color:#aaa;color:var(--ld-dark-mode-text-secondary)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{color:#aaa;color:var(--ld-dark-mode-text-secondary)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation:after{background:hsla(0,0%,100%,.05)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar{background:#1c1c1c;background:var(--ld-dark-mode-sidebar-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-items,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background:#1c1c1c;background:var(--ld-dark-mode-sidebar-bg);color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#ccc;color:var(--ld-dark-mode-link-color);background:none}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{color:#aaa;color:var(--ld-dark-mode-text-secondary);border-top:1px solid hsla(0,0%,100%,.1);border-top:1px solid var(--ld-dark-mode-border-color)} \ No newline at end of file +:root{--ld-dark-mode-header-bg:#272727;--ld-dark-mode-sidebar-bg:#1c1c1c;--ld-dark-mode-content-bg:#121212;--ld-dark-mode-content-text:#ccc;--ld-dark-mode-link-color:#ccc;--ld-dark-mode-link-hover-color:#fff;--ld-dark-mode-text-secondary:#aaa;--ld-dark-mode-border-color:hsla(0,0%,100%,0.1)}.buddyx-dark-theme.ld-in-focus-mode a{color:#ccc;color:var(--ld-dark-mode-content-text)}body.buddyx-dark-theme .learndash-dark-mode,body:not(.buddyx-dark-theme) .learndash-light-mode{display:none}#buddyx-toggle-track{width:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddyx-dark-theme #buddyx-toggle-track{color:#fff}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header{border:0;color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-progress,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{color:#fff;color:var(--ld-dark-mode-link-hover-color)}body.buddyx-dark-theme.ld-in-focus-mode,body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper{background:#121212;background:var(--ld-dark-mode-content-bg)}.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h1,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h2,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h3,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h4,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h5,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h6{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#ccc;color:var(--ld-dark-mode-link-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-content-actions,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list.ld-no-pagination,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-table-list-item,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-table-list-items{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper pre{background:#272727;background:var(--ld-dark-mode-header-bg);color:#aaa;color:var(--ld-dark-mode-text-secondary)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs{border-radius:0}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{color:#aaa;color:var(--ld-dark-mode-text-secondary)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation:after{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar{background:#1c1c1c;background:var(--ld-dark-mode-sidebar-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-items,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background:#1c1c1c;background:var(--ld-dark-mode-sidebar-bg);color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#ccc;color:var(--ld-dark-mode-link-color);background:none}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{color:#aaa;color:var(--ld-dark-mode-text-secondary);border-top:1px solid hsla(0,0%,100%,.1);border-top:1px solid var(--ld-dark-mode-border-color)} \ No newline at end of file diff --git a/assets/css/dokan.css b/assets/css/dokan.css index ace2d08..e22607d 100644 --- a/assets/css/dokan.css +++ b/assets/css/dokan.css @@ -8,6 +8,7 @@ # My Account # Widgets # Vendor Registration +# Theme Color Scheme --------------------------------------------------------------*/ @@ -41,19 +42,6 @@ # Dashboard --------------------------------------------------------------*/ - -/* .dokan-dashboard .site-wrapper>aside { - display: none; -} - -.dokan-dashboard .site-wrapper { - grid-template-columns: 1fr !important; -} */ - -.dokan-dashboard-wrap { - margin-top: 2em; -} - .dokan-dashboard.dokan-dashboard .dokan-dashboard-content { background: var(--color-theme-white-box); padding: 15px; @@ -222,18 +210,91 @@ button.mfp-arrow { } } -@media (min-width: 1200px) { +.dokan-store-products-filter-area .search-store-products { + padding: 8px 20px; + height: auto; + line-height: inherit; +} + +/* Store Header Template */ +.dokan-single-store .profile-frame { + border-radius: var(--global-border-radius); +} + +.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image, +.dokan-single-store .profile-frame .profile-info-box img.profile-info-img { + border-radius: var(--global-border-radius) var(--global-border-radius) 0 0; +} + +.dokan-store-products-filter-area input.product-name-search.dokan-store-products-filter-search { + margin-right: 15px; +} - .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper { - position: absolute; +@media (max-width: 480px) { + .dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search { + width: 100%; + margin-right: 0; + margin-bottom: 15px; + } + + .dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products { + width: 100%; + } + + .dokan-store-products-filter-area select.orderby.orderby-search { + margin-top: 15px; + } +} + +@media (min-width: 1200px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery { + border-radius: var(--global-border-radius) 0 0 0; } .dokan-single-store .dokan-store-tabs.dokan-store-tabs { position: relative; background-color: var(--color-theme-white-box); + border-radius: 0 0 var(--global-border-radius) var(--global-border-radius); + } + + .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper { + background-color: var(--color-theme-white-box); + border: 1px solid var(--global-border-color); + border-bottom: 0; + border-radius: var(--global-border-radius) var(--global-border-radius) 0 0; } } +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .dummy-image.profile-info-img { + height: 300px !important; + position: relative !important; + } + + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img { + margin-top: -50px; + } + + .buddyx-dokan .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { + min-height: 120px; + } + + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery { + margin-top: -50px; + } + + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper { + border: 1px solid var(--global-border-color); + border-bottom: 0; + border-radius: var(--global-border-radius) var(--global-border-radius) 0 0; + } +} + +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline { + border-color: var(--global-border-color); + border-radius: 0 0 var(--global-border-radius) var(--global-border-radius); +} + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { border-bottom: 0; } @@ -304,8 +365,12 @@ button.mfp-arrow { border: 0; } + .buddyx-dokan .dokan-single-store .dokan-store-tabs ul li:last-child { + margin-bottom: 0; + } + .dokan-single-store .dokan-store-tabs ul li a { - background: #f2f2f2; + background: var(--global-body-lightcolor); } .buddyx-dokan .dokan-single-store .dokan-store-tabs ul li a:not(.whatsapp-live-widget), @@ -338,22 +403,6 @@ button.mfp-arrow { padding: 0; } - -/* Store Header Template */ - -@media (min-width: 1200px) { - .buddyx-dokan .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper { - height: 250px; - } -} - -@media (max-width: 480px) { - .buddyx-dokan .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { - height: 300px; - } -} - - /*-------------------------------------------------------------- # My Account --------------------------------------------------------------*/ @@ -435,4 +484,104 @@ form#dokan-vendor-register .form-group input { margin-bottom: 20px; padding: 1rem; background: var(--global-body-lightcolor); +} + +/*-------------------------------------------------------------- +# Theme Color Scheme +--------------------------------------------------------------*/ +.woocommerce-MyAccount-content a.dokan-btn.dokan-btn.dokan-btn, +.woocommerce-Tabs-panel--description a.dokan-btn { + color: var(--button-text-color); + background-color: var(--button-background-color); + border-radius: var(--button-border-radius); + border-color: var(--button-border-color); +} + +.woocommerce-MyAccount-content a.dokan-btn.dokan-btn.dokan-btn:hover, +.woocommerce-MyAccount-content a.dokan-btn.dokan-btn.dokan-btn:focus, +.woocommerce-Tabs-panel--description a.dokan-btn:hover, +.woocommerce-Tabs-panel--description a.dokan-btn:focus { + color: var(--button-text-hover-color); + background-color: var(--button-background-hover-color); + border-color: var(--button-border-hover-color); +} + +.dokan-dashboard-wrap .dokan-form-group #insert-media-button, +input[type="submit"].dokan-btn-theme, +a.dokan-btn-theme, +.dokan-btn-theme { + color: var(--button-text-color); + background-color: var(--button-background-color); + border-radius: var(--button-border-radius); + border-color: var(--button-border-color) +} + +.dokan-btn-theme.active, +.open .dropdown-toggle.dokan-btn-theme, +.open .dropdown-togglea.dokan-btn-theme, +input[type="submit"].dokan-btn-theme:hover, +input[type="submit"].dokan-btn-theme:focus, +input[type="submit"].dokan-btn-theme:active, +a.dokan-btn-theme:hover, +.dokan-btn-theme:hover, +a.dokan-btn-theme:focus, +.dokan-btn-theme:focus, +a.dokan-btn-theme:active, +.dokan-btn-theme:active, +.dokan-geo-filters-column .dokan-geo-product-search-btn, +.open .dropdown-toggleinput[type="submit"].dokan-btn-theme, +.dokan-dashboard-wrap .dokan-subscription-content .pack_price, +.dokan-dashboard-wrap .dokan-dashboard-content .wpo_wcpdf:hover, +.dashboard-content-area .woocommerce-importer .wc-actions a.button, +.dokan-dashboard-wrap .dokan-form-group #insert-media-button:hover, +input[type="submit"].dokan-btn-theme.active, +a.dokan-btn-theme.active, +.dokan-dashboard-wrap .dokan-modal-content .modal-footer .inner button, +.dashboard-content-area .woocommerce-importer .wc-actions button.button-next, +.wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked+label::before, +.dokan-dashboard-wrap .dokan-dashboard-content .my_account_quotes td:last-child a:hover, +.dokan-dashboard-wrap .dokan-dashboard-content .dokan-btn:not(.disconnect, .wc-pao-remove-option, .dokan-btn-success):hover, +.dokan-dashboard-wrap .dokan-dashboard-content .dokan-btn:not(.disconnect, .wc-pao-remove-option, .dokan-btn-success):focus, +.dokan-dashboard-wrap .dokan-dashboard-content #delivery-time-calendar .fc-button-primary:not(.fc-button-active):not(:disabled):hover { + color: var(--button-text-hover-color); + background-color: var(--button-background-hover-color); + border-color: var(--button-border-hover-color); +} + +#dokan-store-listing-filter-wrap .right .toggle-view .active, +.dokan-dashboard-wrap .dokan-settings-area .dokan-page-help p a, +.dokan-dashboard-wrap .dokan-dashboard-header .entry-title small a, +.dokan-dashboard-wrap .dokan-settings-area .dokan-ajax-response+a, +.dokan-dashboard-wrap .dokan-settings-area .dokan-pa-all-addons div a, +.dokan-dashboard-wrap .dokan-subscription-content .seller_subs_info p span, +.dokan-table.product-listing-table .product-advertisement-th i.fa-stack-2x, +.dokan-dashboard-wrap .dokan-stuffs-content .entry-title span.dokan-right a, +.dokan-dashboard-wrap .dokan-settings-area #dokan-shipping-zone .router-link-active, +.dokan-dashboard-wrap .dokan-settings-area .dokan-ajax-response~.dokan-text-left p a, +.dokan-dashboard-wrap .dokan-settings-area .dokan-pa-create-addons .back-to-addon-lists-btn, +.dokan-dashboard-wrap .dokan-withdraw-content .dokan-panel-inner-container .dokan-w8 strong a, +.dokan-dashboard-wrap .dokan-settings-area #dokan-shipping-zone .dokan-form-group .limit-location-link, +.dokan-dashboard-wrap .dashboard-content-area .woocommerce-importer .woocommerce-importer-done::before, +.product-edit-new-container .dokan-proudct-advertisement .dokan-section-heading h2 span.fa-stack i.fa-stack-2x { + color: var(--color-theme-primary); +} + +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover { + background-color: var(--color-theme-primary); +} + +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu { + border-bottom-color: var(--color-theme-primary); +} + +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before { + border-color: var(--color-theme-primary); +} + +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a { + color: var(--color-theme-primary); } \ No newline at end of file diff --git a/assets/css/dokan.min.css b/assets/css/dokan.min.css index 86e1f2f..a7556c9 100644 --- a/assets/css/dokan.min.css +++ b/assets/css/dokan.min.css @@ -1 +1 @@ -.dokan-alert{padding:15px!important}.dokan-dashboard-wrap fieldset{margin:0;padding:0;border:0}.dokan-error,.dokan-info,.dokan-message{padding:15px 15px 15px 50px!important}.dokan-alert>p,.dokan-alert>ul{margin-top:0}.dokan-dashboard-wrap{margin-top:2em}.dokan-dashboard.dokan-dashboard .dokan-dashboard-content{background:var(--color-theme-white-box);padding:15px;border:1px solid var(--global-border-color)}.dokan-product-listing select.dokan-form-control{height:40px}.dokan-product-listing input.dokan-form-control{padding:4px 6px}.dokan-dashboard .dokan-btn,.dokan-dashboard a.dokan-btn,.dokan-dashboard input[type=submit].dokan-btn{padding:10px 20px}.dokan-dashboard .pagination-wrap ul.pagination>li>a,.dokan-dashboard .pagination-wrap ul.pagination>li>span{margin-left:0}.dokan-dashboard .dokan-product-listing .dokan-product-listing-area{padding:0}button.mfp-arrow,button.mfp-close{background:transparent!important;color:#333!important;border:0!important}.dokan-dashboard .select2-container--open .select2-dropdown{z-index:999999}.dokan-dashboard .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn{font-size:11px}@media (max-width:767px){.dokan-product-listing .dokan-product-listing-area .dokan-w5,.dokan-product-listing .dokan-product-listing-area .dokan-w8{width:100%}.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link{display:block;width:100%;float:none;text-align:left}}@media (max-width:430px){.dokan-dashboard .dokan-form-inline .dokan-form-group{float:none;margin-right:0}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter{display:block}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group{margin-bottom:15px}.dokan-dashboard.dokan-dashboard .dokan-dash-sidebar article,.dokan-dashboard.dokan-dashboard .dokan-dashboard-content article{overflow:unset;overflow-x:auto}.dokan-product-listing select#filter-by-type.dokan-form-control{max-width:100%!important}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form{margin:15px 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group{width:100%}}.dokan-dashboard-content table.woocommerce-importer-options,.dokan-dashboard-content table.woocommerce-importer-options td,.dokan-dashboard-content table.woocommerce-importer-options th{border:0}.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}#dokan-store-listing-filter-wrap{border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}#dokan-seller-listing-wrap.list-view{margin-left:0;margin-right:0}#dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap li{padding-left:0;padding-right:0}.buddyx-dokan #dokan-store-listing-filter-wrap .right .item select{padding:6px 20px}#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img{-o-object-fit:cover;object-fit:cover}#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite{margin-bottom:10px}.buddyx-dokan #dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner{min-height:245px}.buddyx-dokan #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner{min-height:180px}.buddyx-dokan .dokan-single-store{margin-top:1em}@media (min-width:1000px){.buddyx-dokan .dokan-store-wrap.layout-left .dokan-store-sidebar{margin-right:30px}}@media (min-width:1200px){.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper{position:absolute}.dokan-single-store .dokan-store-tabs.dokan-store-tabs{position:relative;background-color:var(--color-theme-white-box)}}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{border-bottom:0}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery.profile-info-summery{background-color:transparent}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img{margin:auto}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{margin:0}.dokan-single-store .dokan-store-tabs ul:after{content:"";display:table;clear:both}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul{background:var(--color-theme-white-box);padding:0 5px}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li{margin:5px 5px 5px 0}.dokan-store-tabs ul li.dokan-share-btn-wrap .dokan-share-btn{margin:0}.dokan-store-tabs .dokan-live-chat,.dokan-store-tabs .dokan-store-support-btn{margin-top:0;top:0!important}.dokan-store-tabs .dokan-live-chat>span{top:15px!important}.dokan-live-chat>span{top:12px!important}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li a{padding:8px 15px}@media (max-width:480px){.dokan-store-tabs .dokan-right{float:none!important}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul{padding:15px}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li{margin:0 0 10px;text-align:center;width:100%;border:0}.dokan-single-store .dokan-store-tabs ul li a{background:#f2f2f2}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li a:not(.whatsapp-live-widget),.dokan-store-tabs .dokan-follow-store-button,.dokan-store-tabs .dokan-live-chat,.dokan-store-tabs .dokan-store-support-btn,.dokan-store-tabs ul li.dokan-share-btn-wrap .dokan-share-btn{width:100%}.dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products{padding:0}}.store-review-wrap.woocommerce #reviews h3{margin:0 0 20px}.store-review-wrap.woocommerce #reviews #comments ol.commentlist li img.avatar{width:42px;height:auto;border:0;border-radius:100%}.woocommerce #reviews #comments ol.commentlist{padding:0}@media (min-width:1200px){.buddyx-dokan .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper{height:250px}}@media (max-width:480px){.buddyx-dokan .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{height:300px}}body.buddyx-dokan.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before{content:none}.dokan-widget-area .widget{position:relative;margin:1rem 0 30px;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);background:var(--color-theme-white-box)}.dokan-widget-area .widget:last-child{margin-bottom:1rem}.dokan-widget-area .widget ul{list-style:none;margin:0;padding:0}.dokan-widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem 1rem .5em;border-bottom:1px solid #e8e8e8}.store-cat-stack-dokan>ul>li{padding-bottom:.5em;margin-bottom:5px}.dokan-widget-area .widget .store-cat-stack-dokan ul>li ul.children{margin-top:5px}#dokan-form-contact-seller:after{content:"";display:table;clear:both}form#dokan-vendor-register{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)}form#dokan-vendor-register .form-group label{display:block}form#dokan-vendor-register .form-group input{width:100%}.dps-pack{margin-bottom:20px;padding:1rem;background:var(--global-body-lightcolor)} \ No newline at end of file +.dokan-alert{padding:15px!important}.dokan-dashboard-wrap fieldset{margin:0;padding:0;border:0}.dokan-error,.dokan-info,.dokan-message{padding:15px 15px 15px 50px!important}.dokan-alert>p,.dokan-alert>ul{margin-top:0}.dokan-dashboard.dokan-dashboard .dokan-dashboard-content{background:var(--color-theme-white-box);padding:15px;border:1px solid var(--global-border-color)}.dokan-product-listing select.dokan-form-control{height:40px}.dokan-product-listing input.dokan-form-control{padding:4px 6px}.dokan-dashboard .dokan-btn,.dokan-dashboard a.dokan-btn,.dokan-dashboard input[type=submit].dokan-btn{padding:10px 20px}.dokan-dashboard .pagination-wrap ul.pagination>li>a,.dokan-dashboard .pagination-wrap ul.pagination>li>span{margin-left:0}.dokan-dashboard .dokan-product-listing .dokan-product-listing-area{padding:0}button.mfp-arrow,button.mfp-close{background:transparent!important;color:#333!important;border:0!important}.dokan-dashboard .select2-container--open .select2-dropdown{z-index:999999}.dokan-dashboard .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn{font-size:11px}@media (max-width:767px){.dokan-product-listing .dokan-product-listing-area .dokan-w5,.dokan-product-listing .dokan-product-listing-area .dokan-w8{width:100%}.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link{display:block;width:100%;float:none;text-align:left}}@media (max-width:430px){.dokan-dashboard .dokan-form-inline .dokan-form-group{float:none;margin-right:0}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter{display:block}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group{margin-bottom:15px}.dokan-dashboard.dokan-dashboard .dokan-dash-sidebar article,.dokan-dashboard.dokan-dashboard .dokan-dashboard-content article{overflow:unset;overflow-x:auto}.dokan-product-listing select#filter-by-type.dokan-form-control{max-width:100%!important}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form{margin:15px 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dokan-dashboard.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group{width:100%}}.dokan-dashboard-content table.woocommerce-importer-options,.dokan-dashboard-content table.woocommerce-importer-options td,.dokan-dashboard-content table.woocommerce-importer-options th{border:0}.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.dokan-dashboard .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}#dokan-store-listing-filter-wrap{border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}#dokan-seller-listing-wrap.list-view{margin-left:0;margin-right:0}#dokan-seller-listing-wrap.list-view ul.dokan-seller-wrap li{padding-left:0;padding-right:0}.buddyx-dokan #dokan-store-listing-filter-wrap .right .item select{padding:6px 20px}#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img{-o-object-fit:cover;object-fit:cover}#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite{margin-bottom:10px}.buddyx-dokan #dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner{min-height:245px}.buddyx-dokan #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner{min-height:180px}.buddyx-dokan .dokan-single-store{margin-top:1em}@media (min-width:1000px){.buddyx-dokan .dokan-store-wrap.layout-left .dokan-store-sidebar{margin-right:30px}}.dokan-store-products-filter-area .search-store-products{padding:8px 20px;height:auto;line-height:inherit}.dokan-single-store .profile-frame{border-radius:var(--global-border-radius)}.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image,.dokan-single-store .profile-frame .profile-info-box img.profile-info-img{border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}.dokan-store-products-filter-area input.product-name-search.dokan-store-products-filter-search{margin-right:15px}@media (max-width:480px){.dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search{width:100%;margin-right:0;margin-bottom:15px}.dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products{width:100%}.dokan-store-products-filter-area select.orderby.orderby-search{margin-top:15px}}@media (min-width:1200px){.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery{border-radius:var(--global-border-radius) 0 0 0}.dokan-single-store .dokan-store-tabs.dokan-store-tabs{position:relative;background-color:var(--color-theme-white-box);border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper{background-color:var(--color-theme-white-box);border:1px solid var(--global-border-color);border-bottom:0;border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}}@media (max-width:1199px){.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .dummy-image.profile-info-img{height:300px!important;position:relative!important}.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img{margin-top:-50px}.buddyx-dokan .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{min-height:120px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery{margin-top:-50px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper{border:1px solid var(--global-border-color);border-bottom:0;border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}}.dokan-single-store .dokan-store-tabs ul.dokan-list-inline{border-color:var(--global-border-color);border-radius:0 0 var(--global-border-radius) var(--global-border-radius)}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{border-bottom:0}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery.profile-info-summery{background-color:transparent}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img{margin:auto}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{margin:0}.dokan-single-store .dokan-store-tabs ul:after{content:"";display:table;clear:both}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul{background:var(--color-theme-white-box);padding:0 5px}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li{margin:5px 5px 5px 0}.dokan-store-tabs ul li.dokan-share-btn-wrap .dokan-share-btn{margin:0}.dokan-store-tabs .dokan-live-chat,.dokan-store-tabs .dokan-store-support-btn{margin-top:0;top:0!important}.dokan-store-tabs .dokan-live-chat>span{top:15px!important}.dokan-live-chat>span{top:12px!important}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li a{padding:8px 15px}@media (max-width:480px){.dokan-store-tabs .dokan-right{float:none!important}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul{padding:15px}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li{margin:0 0 10px;text-align:center;width:100%;border:0}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li:last-child{margin-bottom:0}.dokan-single-store .dokan-store-tabs ul li a{background:var(--global-body-lightcolor)}.buddyx-dokan .dokan-single-store .dokan-store-tabs ul li a:not(.whatsapp-live-widget),.dokan-store-tabs .dokan-follow-store-button,.dokan-store-tabs .dokan-live-chat,.dokan-store-tabs .dokan-store-support-btn,.dokan-store-tabs ul li.dokan-share-btn-wrap .dokan-share-btn{width:100%}.dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products{padding:0}}.store-review-wrap.woocommerce #reviews h3{margin:0 0 20px}.store-review-wrap.woocommerce #reviews #comments ol.commentlist li img.avatar{width:42px;height:auto;border:0;border-radius:100%}.woocommerce #reviews #comments ol.commentlist{padding:0}body.buddyx-dokan.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before{content:none}.dokan-widget-area .widget{position:relative;margin:1rem 0 30px;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);background:var(--color-theme-white-box)}.dokan-widget-area .widget:last-child{margin-bottom:1rem}.dokan-widget-area .widget ul{list-style:none;margin:0;padding:0}.dokan-widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem 1rem .5em;border-bottom:1px solid #e8e8e8}.store-cat-stack-dokan>ul>li{padding-bottom:.5em;margin-bottom:5px}.dokan-widget-area .widget .store-cat-stack-dokan ul>li ul.children{margin-top:5px}#dokan-form-contact-seller:after{content:"";display:table;clear:both}form#dokan-vendor-register{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)}form#dokan-vendor-register .form-group label{display:block}form#dokan-vendor-register .form-group input{width:100%}.dps-pack{margin-bottom:20px;padding:1rem;background:var(--global-body-lightcolor)}.woocommerce-MyAccount-content a.dokan-btn.dokan-btn.dokan-btn,.woocommerce-Tabs-panel--description a.dokan-btn{color:var(--button-text-color);background-color:var(--button-background-color);border-radius:var(--button-border-radius);border-color:var(--button-border-color)}.woocommerce-MyAccount-content a.dokan-btn.dokan-btn.dokan-btn:focus,.woocommerce-MyAccount-content a.dokan-btn.dokan-btn.dokan-btn:hover,.woocommerce-Tabs-panel--description a.dokan-btn:focus,.woocommerce-Tabs-panel--description a.dokan-btn:hover{color:var(--button-text-hover-color);background-color:var(--button-background-hover-color);border-color:var(--button-border-hover-color)}.dokan-btn-theme,.dokan-dashboard-wrap .dokan-form-group #insert-media-button,a.dokan-btn-theme,input[type=submit].dokan-btn-theme{color:var(--button-text-color);background-color:var(--button-background-color);border-radius:var(--button-border-radius);border-color:var(--button-border-color)}.dashboard-content-area .woocommerce-importer .wc-actions a.button,.dashboard-content-area .woocommerce-importer .wc-actions button.button-next,.dokan-btn-theme.active,.dokan-btn-theme:active,.dokan-btn-theme:focus,.dokan-btn-theme:hover,.dokan-dashboard-wrap .dokan-dashboard-content #delivery-time-calendar .fc-button-primary:not(.fc-button-active):not(:disabled):hover,.dokan-dashboard-wrap .dokan-dashboard-content .dokan-btn:not(.disconnect,.wc-pao-remove-option,.dokan-btn-success):focus,.dokan-dashboard-wrap .dokan-dashboard-content .dokan-btn:not(.disconnect,.wc-pao-remove-option,.dokan-btn-success):hover,.dokan-dashboard-wrap .dokan-dashboard-content .my_account_quotes td:last-child a:hover,.dokan-dashboard-wrap .dokan-dashboard-content .wpo_wcpdf:hover,.dokan-dashboard-wrap .dokan-form-group #insert-media-button:hover,.dokan-dashboard-wrap .dokan-modal-content .modal-footer .inner button,.dokan-dashboard-wrap .dokan-subscription-content .pack_price,.dokan-geo-filters-column .dokan-geo-product-search-btn,.open .dropdown-toggle.dokan-btn-theme,.open .dropdown-togglea.dokan-btn-theme,.open .dropdown-toggleinput[type=submit].dokan-btn-theme,.wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked+label:before,a.dokan-btn-theme.active,a.dokan-btn-theme:active,a.dokan-btn-theme:focus,a.dokan-btn-theme:hover,input[type=submit].dokan-btn-theme.active,input[type=submit].dokan-btn-theme:active,input[type=submit].dokan-btn-theme:focus,input[type=submit].dokan-btn-theme:hover{color:var(--button-text-hover-color);background-color:var(--button-background-hover-color);border-color:var(--button-border-hover-color)}#dokan-store-listing-filter-wrap .right .toggle-view .active,.dokan-dashboard-wrap .dashboard-content-area .woocommerce-importer .woocommerce-importer-done:before,.dokan-dashboard-wrap .dokan-dashboard-header .entry-title small a,.dokan-dashboard-wrap .dokan-settings-area #dokan-shipping-zone .dokan-form-group .limit-location-link,.dokan-dashboard-wrap .dokan-settings-area #dokan-shipping-zone .router-link-active,.dokan-dashboard-wrap .dokan-settings-area .dokan-ajax-response+a,.dokan-dashboard-wrap .dokan-settings-area .dokan-ajax-response~.dokan-text-left p a,.dokan-dashboard-wrap .dokan-settings-area .dokan-pa-all-addons div a,.dokan-dashboard-wrap .dokan-settings-area .dokan-pa-create-addons .back-to-addon-lists-btn,.dokan-dashboard-wrap .dokan-settings-area .dokan-page-help p a,.dokan-dashboard-wrap .dokan-stuffs-content .entry-title span.dokan-right a,.dokan-dashboard-wrap .dokan-subscription-content .seller_subs_info p span,.dokan-dashboard-wrap .dokan-withdraw-content .dokan-panel-inner-container .dokan-w8 strong a,.dokan-table.product-listing-table .product-advertisement-th i.fa-stack-2x,.product-edit-new-container .dokan-proudct-advertisement .dokan-section-heading h2 span.fa-stack i.fa-stack-2x{color:var(--color-theme-primary)}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover{background-color:var(--color-theme-primary)}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu{border-bottom-color:var(--color-theme-primary)}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before{border-color:var(--color-theme-primary)}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a{color:var(--color-theme-primary)} \ No newline at end of file diff --git a/assets/css/editor/editor-styles.css b/assets/css/editor/editor-styles.css old mode 100644 new mode 100755 diff --git a/assets/css/editor/editor-styles.min.css b/assets/css/editor/editor-styles.min.css old mode 100644 new mode 100755 diff --git a/assets/css/front-page.css b/assets/css/front-page.css old mode 100644 new mode 100755 diff --git a/assets/css/front-page.min.css b/assets/css/front-page.min.css old mode 100644 new mode 100755 diff --git a/assets/css/global.css b/assets/css/global.css old mode 100644 new mode 100755 diff --git a/assets/css/global.min.css b/assets/css/global.min.css old mode 100644 new mode 100755 diff --git a/assets/css/learnpress.css b/assets/css/learnpress.css index ae9293e..28fd880 100644 --- a/assets/css/learnpress.css +++ b/assets/css/learnpress.css @@ -280,6 +280,20 @@ ul.learn-press-nav-tabs .course-nav a:after { line-height: normal; } +.lp-content-area .comment-form-author, +.lp-content-area .comment-form-email, +.lp-content-area .comment-form-url { + margin: 15px 0; +} + +.lp-content-area .comment-form-cookies-consent { + margin: 0 0 15px; +} + +.lp-content-area #respond .comment-form .form-submit { + margin-top: 15px; +} + @media only screen and (max-width: 1199px) { .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar.course-summary-sidebar { margin-top: 0; diff --git a/assets/css/learnpress.min.css b/assets/css/learnpress.min.css index 1d0e5c0..fcf89a7 100644 --- a/assets/css/learnpress.min.css +++ b/assets/css/learnpress.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;--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}.lp-archive-courses{margin-top:2rem}.single .lp-archive-courses{margin-top:0}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content.course-content{border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-top:0}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail{line-height:0}.post-type-archive-lp_course .site-sub-header h2.entry-title a{color:#fff}#lp-archive-courses nav.learn-press-pagination,.learn-press-breadcrumb{display:none}.post-type-archive-lp_course form[name=search-course] .search-course-button{top:5px;right:5px;bottom:5px;padding:10px 20px}.lp_course.course a{display:block}.lp_course.course .course-thumbnail{width:100%;display:inline-block;overflow:hidden;position:relative}.lp_course.course .course-thumbnail img{width:100%;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.lp_course.course .course-thumbnail:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,.5);-webkit-transition:all .3s;transition:all .3s;filter:alpha(opacity=0);opacity:0}.lp_course.course:hover .course-thumbnail:before{filter:alpha(opacity=100);-ms-filter:"alpha(opacity=100)";opacity:1}.lp_course.course:hover .course-thumbnail img{-webkit-transform:scale(1.05);transform:scale(1.05)}ul.learn-press-courses .course h3.course-title{line-height:normal;padding:0 12px}.course-price{font-weight:700}.lp-archive-courses .learn-press-courses[data-layout=list] .course{background:#fff}ul.learn-press-courses .course .course-info .course-price .origin-price,ul.learn-press-courses .course .course-info .course-price .price{font-size:13px!important;margin-right:5px!important;text-transform:uppercase}ul.learn-press-courses .course .course-info .course-price .price{color:#ef5455;color:var(--color-theme-primary)}ul.learn-press-courses .course .course-info .course-instructor a{color:#999;text-transform:capitalize;font-size:13px!important}.lp-archive-courses .course-summary .course-summary-content .course-detail-info.course-detail-info{padding-left:15px;padding-right:15px}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar{right:15px}.course-students,.single-lp_course .course-learning-summary .course-meta{display:none!important}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections.curriculum-sections{z-index:99}#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview img{width:100%}.lp-course-buttons button{cursor:pointer}.single-lp_course .course-learning-summary .course-remaining-time,.single-lp_course .learn-press-course-results-progress{background:#fff;padding:1em;margin:10px 0 30px;border-radius:5px;border:1px solid #e8e8e8;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.single-lp_course .course-learning-summary .course-remaining-time p{margin:0}.single-lp_course .course-learning-summary .course-remaining-time .lp-label.label-enrolled{margin-right:5px;padding:5px 10px;border-radius:3px;font-size:13px;text-transform:uppercase}#learn-press-course-tabs .course-tab-panel ul{margin:0}#learn-press-course-description ul{padding-left:20px}.course-landing-summary .course-remaining-time p{margin-top:0}#learn-press-course-tabs ul.learn-press-nav-tabs{border-bottom:none;margin:0}#learn-press-course-tabs{margin-bottom:20px!important}ul.learn-press-nav-tabs .course-nav{background:#efefef;margin-right:.5%!important;text-align:center;border:1px solid #e8e8e8;margin-bottom:-1px!important;border-bottom:0}ul.learn-press-nav-tabs .course-nav.active:after,ul.learn-press-nav-tabs .course-nav:hover:after{top:-1px;bottom:unset;background-color:#f0546d}ul.learn-press-nav-tabs .course-nav a{padding:12px 30px 12px 45px!important;width:100%;position:relative}ul.learn-press-nav-tabs .course-nav.active{background:#fff}ul.learn-press-nav-tabs .course-nav a:after{position:absolute;left:25px;font:normal normal normal 14px/1 FontAwesome;top:18px}.course-nav.course-nav-tab-overview a:after{content:"\f02e"}.course-nav.course-nav-tab-curriculum a:after{content:"\f1b2"}.course-nav.course-nav-tab-instructor a:after{content:"\f007"}.course-nav.course-nav-tab-reviews a:after{content:"\f086"}#learn-press-course-tabs .course-tab-panel{background:#fff;border:1px solid #e8e8e8;-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:0 8px 8px 8px;overflow:hidden;padding:1em 1.2em}.lp-single-course .course-price{margin-bottom:15px}.lp-single-course .course-price .price{color:#ef5455;color:var(--color-theme-primary)}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.learn-press-course-wishlist{right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc.section-desc{margin-top:5px;line-height:normal}@media only screen and (max-width:1199px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar.course-summary-sidebar{margin-top:0;right:0}.course-summary .course-summary-sidebar.slide-down .course-summary-sidebar__inner.course-summary-sidebar__inner,.course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner.course-summary-sidebar__inner{position:static}#learn-press-course-tabs.course-tabs.course-tabs{margin-top:0}}@media only screen and (max-width:449px){ul.learn-press-nav-tabs .course-nav.course-nav{width:100%}}.course-author{margin-bottom:10px!important}.course-author .author-wrapper{padding:1em;border:1px solid #eee;overflow:hidden;margin-bottom:10px!important}.learn-press-message{margin-bottom:0!important}#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-reviews.course-tab-panel-reviews{padding:56px 1.2em 1em}#review-form .review-fields,#review-form .review-stars{padding:0}#review-form.review-form .close{margin-top:0;margin-left:5px}#tab-reviews .review-author-info{float:left}#tab-reviews .course-reviews-list li .review-title{margin:0;line-height:normal}#tab-reviews .review-author .avatar{border-radius:100px}#tab-reviews .course-reviews-list li .review-text{float:left;margin-top:10px;width:100%}#tab-reviews .course-reviews-list-shortcode li .user-name,#tab-reviews .course-reviews-list li .user-name{margin:0;text-transform:capitalize}#tab-reviews .course-reviews-list li,.course-reviews-list-shortcode li{border-radius:8px;border-radius:var(--global-border-radius)}#tab-reviews .course-rate .review-bar{border-radius:8px;border-radius:var(--global-border-radius);margin:0 5px;height:10px}#tab-reviews .course-rate .review-bar .rating{height:10px;border-radius:8px;border-radius:var(--global-border-radius);background:#ffb300}@media only screen and (max-width:959px){.learn-press-search-course-form{margin:15px!important}}@media only screen and (max-width:629px){ul.learn-press-nav-tabs .course-nav a{padding:12px 15px 12px 30px!important;font-size:13px}ul.learn-press-nav-tabs .course-nav a:after{left:10px;top:15px}}@media only screen and (max-width:449px){ul.learn-press-nav-tabs .course-nav a{padding:25px 10px!important;font-size:0}ul.learn-press-nav-tabs .course-nav{width:24.5%}ul.learn-press-nav-tabs .course-nav a:after{left:48%}}.widget .course-entry{padding-left:0;margin-top:15px;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.course-cover{max-width:30%;margin-right:5%}.course-cover img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:5px}.course-detail{max-width:65%}.course-detail h3.course-title{clear:none;font-size:16px;line-height:normal;margin-bottom:5px}.widget .widget-footer{display:none}.widget .course-meta-field{font-weight:500;text-transform:uppercase;font-size:13px;color:#ef5455;color:var(--color-theme-primary)}.widget .course-detail .course-lesson-number,.widget .course-detail .course-meta-data a,.widget .course-detail .course-student-number{font-size:11px;letter-spacing:.3px;color:#444}.widget .course-detail .course-description{font-size:13px;line-height:18px}.widget_lp-widget-course-info .lp-widget .lp-course-info-fields .lp-course-info .lp-label{background:#ef5455;background:var(--color-theme-primary)}.learn-press-course-results-progress .course-progress,.learn-press-course-results-progress .items-progress{margin-bottom:20px!important;padding-right:10px!important}.learn-press-course-results-progress h4.lp-course-progress-heading{font-size:18px;margin-bottom:0!important}.lp-widget .course-remaining-time p{margin-top:0!important}.learn-press-course-results-progress .learn-press-progress{margin-top:5px}.wrapper-profile-header.wrap-fullwidth{margin:0}.learn-press-course-tab-filters .learn-press-filters>li:after{margin:0 25px}.learn-press-filters>li a{cursor:pointer}.learn-press-profile-course__tab__inner{margin-left:0!important}#learn-press-user-profile{position:relative;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);margin-top:1em;background:#fff;background:var(--color-theme-white-box)}#learn-press-user-profile #learn-press-profile-header{height:auto!important;overflow:hidden;width:100%;border-radius:8px 8px 0 0;border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}#learn-press-user-profile #learn-press-profile-header .lp-profile-avatar{position:unset!important}#learn-press-user-profile #learn-press-profile-header .lp-profile-avatar img{border-radius:100px;float:left;margin:15px 20px}#learn-press-user-profile.lp-user-profile .profile-name{float:left;position:unset;width:auto;text-align:left;font-size:15px;text-transform:capitalize;margin:43px 0}#learn-press-user-profile #learn-press-profile-content{margin-top:25px;padding-right:25px;padding-bottom:30px}#learn-press-user-profile #learn-press-profile-nav .tabs>li a{padding:15px 20px 15px 48px;border-top:1px solid #eee;position:relative}#learn-press-user-profile #learn-press-profile-nav .tabs>li a:after{position:absolute;left:20px;font:normal normal normal 18px/1 FontAwesome;top:20px}#learn-press-profile-nav .tabs>li ul li.active a{color:unset!important}.has-child .profile-tab-sections{padding:0!important}#learn-press-profile-nav .tabs>li.dashboard a:after{content:"\f201"}#learn-press-profile-nav .tabs>li.courses a:after{content:"\f19d"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.owned a:after{content:"\f03a"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.purchased a:after{content:"\f217"}#learn-press-profile-nav .tabs>li.quizzes a:after{content:"\f12e"}#learn-press-profile-nav .tabs>li.orders a:after{content:"\f274"}#learn-press-profile-nav .tabs>li.settings a:after{content:"\f085"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.basic-information a:after{content:"\f2bb"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.avatar a:after{content:"\f007"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.change-password a:after{content:"\f13e"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.publicity a:after{content:"\f064"}#learn-press-profile-nav .tabs>li.wishlist a:after{content:"\f004"}#learn-press-profile-nav .tabs>li.active>a{background:#fff!important}.lp-sub-menu{padding-left:0!important}.lp-list-table thead tr th{background:#ef5455!important;background:var(--color-theme-primary)!important}@media (max-width:500px){#learn-press-profile .wrapper-profile-header .lp-profile-right{padding-right:0;padding-left:0}}@media only screen and (max-width:480px){#learn-press-user-profile #learn-press-profile-content{margin:0;padding:0 25px 25px}#learn-press-profile-nav{width:100%!important;z-index:99999!important;cursor:pointer}#learn-press-profile-nav:before{display:none}#learn-press-profile-nav #profile-mobile-menu{background:#f5f5f5}#learn-press-profile-nav:hover #profile-mobile-menu{background:#ef5455!important;background:var(--color-theme-primary)!important}#learn-press-profile-nav .learn-press-tabs,#learn-press-profile-nav .tabs>li.active a,#learn-press-profile-nav .tabs>li.active ul,#learn-press-profile-nav .tabs>li:hover a,#learn-press-profile-nav .tabs>li:hover ul{background:#b6b6b6!important;z-index:99}#learn-press-user-profile .learn-press-courses.profile-courses-list{padding:0!important}#learn-press-user-profile #learn-press-profile-nav .tabs>li a{padding:10px 20px 10px 48px}#learn-press-user-profile #learn-press-profile-nav .tabs>li a:hover{opacity:.9}.lp-list-table td,.lp-list-table th{padding:13px 5px!important;font-size:13px!important;font-weight:400}.profile-recover-order input[name=order-key]{width:auto!important;margin-bottom:10px}}#learn-press-profile-tab-course-wishlist ul.learn-press-wishlist-courses.learn-press-courses .course{text-align:center;padding-bottom:25px!important}#learn-press-profile-tab-course-wishlist .course-title h3{padding:15px;line-height:normal;margin:0}#learn-press-profile-tab-course-wishlist .learn-press-course-wishlist{width:auto;margin:0 15px}@media only screen and (max-width:640px){body.course-item-popup #course-item-content-header .course-item-search{display:none!important}#course-item-content-header .course-title{font-size:15px!important}#course-item-content-footer,#course-item-content-header{height:auto!important}body.full-screen-content-item.course-item-popup.wpadminbar #learn-press-content-item,body.full-screen-content-item.course-item-popup.wpadminbar #learn-press-course-curriculum{top:46px!important}.course-item-lp_quiz .section-item-link{display:block!important}.course-item-lp_quiz .item-name{padding-bottom:0!important}.course-item-lp_quiz .course-item-meta{padding-top:0!important;display:block!important}.full-screen-content-item .content-item-wrap{padding-top:120px}#course-item-content-header .course-title{width:calc(100% - 215px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.become-teacher-form.become-teacher-form{width:100%;max-width:100%;position:relative;margin-bottom:30px;padding:1em;background:#fff;background:var(--color-theme-white-box);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!important;border-radius:var(--global-border-radius)!important} \ 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;--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}.lp-archive-courses{margin-top:2rem}.single .lp-archive-courses{margin-top:0}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content.course-content{border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-top:0}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail{line-height:0}.post-type-archive-lp_course .site-sub-header h2.entry-title a{color:#fff}#lp-archive-courses nav.learn-press-pagination,.learn-press-breadcrumb{display:none}.post-type-archive-lp_course form[name=search-course] .search-course-button{top:5px;right:5px;bottom:5px;padding:10px 20px}.lp_course.course a{display:block}.lp_course.course .course-thumbnail{width:100%;display:inline-block;overflow:hidden;position:relative}.lp_course.course .course-thumbnail img{width:100%;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.lp_course.course .course-thumbnail:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,.5);-webkit-transition:all .3s;transition:all .3s;filter:alpha(opacity=0);opacity:0}.lp_course.course:hover .course-thumbnail:before{filter:alpha(opacity=100);-ms-filter:"alpha(opacity=100)";opacity:1}.lp_course.course:hover .course-thumbnail img{-webkit-transform:scale(1.05);transform:scale(1.05)}ul.learn-press-courses .course h3.course-title{line-height:normal;padding:0 12px}.course-price{font-weight:700}.lp-archive-courses .learn-press-courses[data-layout=list] .course{background:#fff}ul.learn-press-courses .course .course-info .course-price .origin-price,ul.learn-press-courses .course .course-info .course-price .price{font-size:13px!important;margin-right:5px!important;text-transform:uppercase}ul.learn-press-courses .course .course-info .course-price .price{color:#ef5455;color:var(--color-theme-primary)}ul.learn-press-courses .course .course-info .course-instructor a{color:#999;text-transform:capitalize;font-size:13px!important}.lp-archive-courses .course-summary .course-summary-content .course-detail-info.course-detail-info{padding-left:15px;padding-right:15px}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar{right:15px}.course-students,.single-lp_course .course-learning-summary .course-meta{display:none!important}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections.curriculum-sections{z-index:99}#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview img{width:100%}.lp-course-buttons button{cursor:pointer}.single-lp_course .course-learning-summary .course-remaining-time,.single-lp_course .learn-press-course-results-progress{background:#fff;padding:1em;margin:10px 0 30px;border-radius:5px;border:1px solid #e8e8e8;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.single-lp_course .course-learning-summary .course-remaining-time p{margin:0}.single-lp_course .course-learning-summary .course-remaining-time .lp-label.label-enrolled{margin-right:5px;padding:5px 10px;border-radius:3px;font-size:13px;text-transform:uppercase}#learn-press-course-tabs .course-tab-panel ul{margin:0}#learn-press-course-description ul{padding-left:20px}.course-landing-summary .course-remaining-time p{margin-top:0}#learn-press-course-tabs ul.learn-press-nav-tabs{border-bottom:none;margin:0}#learn-press-course-tabs{margin-bottom:20px!important}ul.learn-press-nav-tabs .course-nav{background:#efefef;margin-right:.5%!important;text-align:center;border:1px solid #e8e8e8;margin-bottom:-1px!important;border-bottom:0}ul.learn-press-nav-tabs .course-nav.active:after,ul.learn-press-nav-tabs .course-nav:hover:after{top:-1px;bottom:unset;background-color:#f0546d}ul.learn-press-nav-tabs .course-nav a{padding:12px 30px 12px 45px!important;width:100%;position:relative}ul.learn-press-nav-tabs .course-nav.active{background:#fff}ul.learn-press-nav-tabs .course-nav a:after{position:absolute;left:25px;font:normal normal normal 14px/1 FontAwesome;top:18px}.course-nav.course-nav-tab-overview a:after{content:"\f02e"}.course-nav.course-nav-tab-curriculum a:after{content:"\f1b2"}.course-nav.course-nav-tab-instructor a:after{content:"\f007"}.course-nav.course-nav-tab-reviews a:after{content:"\f086"}#learn-press-course-tabs .course-tab-panel{background:#fff;border:1px solid #e8e8e8;-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:0 8px 8px 8px;overflow:hidden;padding:1em 1.2em}.lp-single-course .course-price{margin-bottom:15px}.lp-single-course .course-price .price{color:#ef5455;color:var(--color-theme-primary)}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.learn-press-course-wishlist{right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc.section-desc{margin-top:5px;line-height:normal}.lp-content-area .comment-form-author,.lp-content-area .comment-form-email,.lp-content-area .comment-form-url{margin:15px 0}.lp-content-area .comment-form-cookies-consent{margin:0 0 15px}.lp-content-area #respond .comment-form .form-submit{margin-top:15px}@media only screen and (max-width:1199px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar.course-summary-sidebar{margin-top:0;right:0}.course-summary .course-summary-sidebar.slide-down .course-summary-sidebar__inner.course-summary-sidebar__inner,.course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner.course-summary-sidebar__inner{position:static}#learn-press-course-tabs.course-tabs.course-tabs{margin-top:0}}@media only screen and (max-width:449px){ul.learn-press-nav-tabs .course-nav.course-nav{width:100%}}.course-author{margin-bottom:10px!important}.course-author .author-wrapper{padding:1em;border:1px solid #eee;overflow:hidden;margin-bottom:10px!important}.learn-press-message{margin-bottom:0!important}#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-reviews.course-tab-panel-reviews{padding:56px 1.2em 1em}#review-form .review-fields,#review-form .review-stars{padding:0}#review-form.review-form .close{margin-top:0;margin-left:5px}#tab-reviews .review-author-info{float:left}#tab-reviews .course-reviews-list li .review-title{margin:0;line-height:normal}#tab-reviews .review-author .avatar{border-radius:100px}#tab-reviews .course-reviews-list li .review-text{float:left;margin-top:10px;width:100%}#tab-reviews .course-reviews-list-shortcode li .user-name,#tab-reviews .course-reviews-list li .user-name{margin:0;text-transform:capitalize}#tab-reviews .course-reviews-list li,.course-reviews-list-shortcode li{border-radius:8px;border-radius:var(--global-border-radius)}#tab-reviews .course-rate .review-bar{border-radius:8px;border-radius:var(--global-border-radius);margin:0 5px;height:10px}#tab-reviews .course-rate .review-bar .rating{height:10px;border-radius:8px;border-radius:var(--global-border-radius);background:#ffb300}@media only screen and (max-width:959px){.learn-press-search-course-form{margin:15px!important}}@media only screen and (max-width:629px){ul.learn-press-nav-tabs .course-nav a{padding:12px 15px 12px 30px!important;font-size:13px}ul.learn-press-nav-tabs .course-nav a:after{left:10px;top:15px}}@media only screen and (max-width:449px){ul.learn-press-nav-tabs .course-nav a{padding:25px 10px!important;font-size:0}ul.learn-press-nav-tabs .course-nav{width:24.5%}ul.learn-press-nav-tabs .course-nav a:after{left:48%}}.widget .course-entry{padding-left:0;margin-top:15px;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.course-cover{max-width:30%;margin-right:5%}.course-cover img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:5px}.course-detail{max-width:65%}.course-detail h3.course-title{clear:none;font-size:16px;line-height:normal;margin-bottom:5px}.widget .widget-footer{display:none}.widget .course-meta-field{font-weight:500;text-transform:uppercase;font-size:13px;color:#ef5455;color:var(--color-theme-primary)}.widget .course-detail .course-lesson-number,.widget .course-detail .course-meta-data a,.widget .course-detail .course-student-number{font-size:11px;letter-spacing:.3px;color:#444}.widget .course-detail .course-description{font-size:13px;line-height:18px}.widget_lp-widget-course-info .lp-widget .lp-course-info-fields .lp-course-info .lp-label{background:#ef5455;background:var(--color-theme-primary)}.learn-press-course-results-progress .course-progress,.learn-press-course-results-progress .items-progress{margin-bottom:20px!important;padding-right:10px!important}.learn-press-course-results-progress h4.lp-course-progress-heading{font-size:18px;margin-bottom:0!important}.lp-widget .course-remaining-time p{margin-top:0!important}.learn-press-course-results-progress .learn-press-progress{margin-top:5px}.wrapper-profile-header.wrap-fullwidth{margin:0}.learn-press-course-tab-filters .learn-press-filters>li:after{margin:0 25px}.learn-press-filters>li a{cursor:pointer}.learn-press-profile-course__tab__inner{margin-left:0!important}#learn-press-user-profile{position:relative;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);margin-top:1em;background:#fff;background:var(--color-theme-white-box)}#learn-press-user-profile #learn-press-profile-header{height:auto!important;overflow:hidden;width:100%;border-radius:8px 8px 0 0;border-radius:var(--global-border-radius) var(--global-border-radius) 0 0}#learn-press-user-profile #learn-press-profile-header .lp-profile-avatar{position:unset!important}#learn-press-user-profile #learn-press-profile-header .lp-profile-avatar img{border-radius:100px;float:left;margin:15px 20px}#learn-press-user-profile.lp-user-profile .profile-name{float:left;position:unset;width:auto;text-align:left;font-size:15px;text-transform:capitalize;margin:43px 0}#learn-press-user-profile #learn-press-profile-content{margin-top:25px;padding-right:25px;padding-bottom:30px}#learn-press-user-profile #learn-press-profile-nav .tabs>li a{padding:15px 20px 15px 48px;border-top:1px solid #eee;position:relative}#learn-press-user-profile #learn-press-profile-nav .tabs>li a:after{position:absolute;left:20px;font:normal normal normal 18px/1 FontAwesome;top:20px}#learn-press-profile-nav .tabs>li ul li.active a{color:unset!important}.has-child .profile-tab-sections{padding:0!important}#learn-press-profile-nav .tabs>li.dashboard a:after{content:"\f201"}#learn-press-profile-nav .tabs>li.courses a:after{content:"\f19d"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.owned a:after{content:"\f03a"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.purchased a:after{content:"\f217"}#learn-press-profile-nav .tabs>li.quizzes a:after{content:"\f12e"}#learn-press-profile-nav .tabs>li.orders a:after{content:"\f274"}#learn-press-profile-nav .tabs>li.settings a:after{content:"\f085"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.basic-information a:after{content:"\f2bb"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.avatar a:after{content:"\f007"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.change-password a:after{content:"\f13e"}#learn-press-profile-nav .tabs ul.profile-tab-sections li.publicity a:after{content:"\f064"}#learn-press-profile-nav .tabs>li.wishlist a:after{content:"\f004"}#learn-press-profile-nav .tabs>li.active>a{background:#fff!important}.lp-sub-menu{padding-left:0!important}.lp-list-table thead tr th{background:#ef5455!important;background:var(--color-theme-primary)!important}@media (max-width:500px){#learn-press-profile .wrapper-profile-header .lp-profile-right{padding-right:0;padding-left:0}}@media only screen and (max-width:480px){#learn-press-user-profile #learn-press-profile-content{margin:0;padding:0 25px 25px}#learn-press-profile-nav{width:100%!important;z-index:99999!important;cursor:pointer}#learn-press-profile-nav:before{display:none}#learn-press-profile-nav #profile-mobile-menu{background:#f5f5f5}#learn-press-profile-nav:hover #profile-mobile-menu{background:#ef5455!important;background:var(--color-theme-primary)!important}#learn-press-profile-nav .learn-press-tabs,#learn-press-profile-nav .tabs>li.active a,#learn-press-profile-nav .tabs>li.active ul,#learn-press-profile-nav .tabs>li:hover a,#learn-press-profile-nav .tabs>li:hover ul{background:#b6b6b6!important;z-index:99}#learn-press-user-profile .learn-press-courses.profile-courses-list{padding:0!important}#learn-press-user-profile #learn-press-profile-nav .tabs>li a{padding:10px 20px 10px 48px}#learn-press-user-profile #learn-press-profile-nav .tabs>li a:hover{opacity:.9}.lp-list-table td,.lp-list-table th{padding:13px 5px!important;font-size:13px!important;font-weight:400}.profile-recover-order input[name=order-key]{width:auto!important;margin-bottom:10px}}#learn-press-profile-tab-course-wishlist ul.learn-press-wishlist-courses.learn-press-courses .course{text-align:center;padding-bottom:25px!important}#learn-press-profile-tab-course-wishlist .course-title h3{padding:15px;line-height:normal;margin:0}#learn-press-profile-tab-course-wishlist .learn-press-course-wishlist{width:auto;margin:0 15px}@media only screen and (max-width:640px){body.course-item-popup #course-item-content-header .course-item-search{display:none!important}#course-item-content-header .course-title{font-size:15px!important}#course-item-content-footer,#course-item-content-header{height:auto!important}body.full-screen-content-item.course-item-popup.wpadminbar #learn-press-content-item,body.full-screen-content-item.course-item-popup.wpadminbar #learn-press-course-curriculum{top:46px!important}.course-item-lp_quiz .section-item-link{display:block!important}.course-item-lp_quiz .item-name{padding-bottom:0!important}.course-item-lp_quiz .course-item-meta{padding-top:0!important;display:block!important}.full-screen-content-item .content-item-wrap{padding-top:120px}#course-item-content-header .course-title{width:calc(100% - 215px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.become-teacher-form.become-teacher-form{width:100%;max-width:100%;position:relative;margin-bottom:30px;padding:1em;background:#fff;background:var(--color-theme-white-box);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!important;border-radius:var(--global-border-radius)!important} \ No newline at end of file diff --git a/assets/css/platform.css b/assets/css/platform.css index 271c9e7..a517f7d 100644 --- a/assets/css/platform.css +++ b/assets/css/platform.css @@ -19,6 +19,7 @@ # GamiPress # BuddyPress Reshare # bbPress(Activity) + # BP Business Profile # Profile Completion Widget # Live Notification # Network Search @@ -1242,6 +1243,67 @@ body #buddypress .bp-list .activity-comments .action .generic-button { } } +.groups-header .group-actions-wrap .parent-list { + display: none; +} + +.groups-header .parent-list .parent-title { + display: none; +} + +#buddypress #item-header .bp-group-parent-wrap { + display: flex; + 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 { + flex-flow: row wrap; + 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: flex; + align-items: center; + 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; +} + /*-------------------------------------------------------------- # Sidebar Widegts --------------------------------------------------------------*/ @@ -1766,6 +1828,18 @@ body.wb-quote .activity-update-form #whats-new { } +/*-------------------------------------------------------------- +## BP Business Profile +--------------------------------------------------------------*/ +.bp-business-single .activity-list .activity-item .activity-content .activity-header { + padding: 15px; + padding-right: 50px; +} + +.bp-business-single .activity-list .activity-item .activity-avatar { + margin: 15px; +} + /*-------------------------------------------------------------- # Profile Completion Widget --------------------------------------------------------------*/ diff --git a/assets/css/platform.min.css b/assets/css/platform.min.css index d4c2a16..1830408 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)}.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}}.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}#buddypress #header-cover-image.cover-small{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}.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}}.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}.medium-editor-element p{margin:0;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}.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}.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}.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)}.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}}.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}#buddypress #header-cover-image.cover-small{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}.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}.medium-editor-element p{margin:0;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}.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/assets/css/sidebar.css b/assets/css/sidebar.css old mode 100644 new mode 100755 diff --git a/assets/css/sidebar.min.css b/assets/css/sidebar.min.css old mode 100644 new mode 100755 diff --git a/assets/css/widgets.css b/assets/css/widgets.css old mode 100644 new mode 100755 diff --git a/assets/css/widgets.min.css b/assets/css/widgets.min.css old mode 100644 new mode 100755 diff --git a/assets/images/both-sidebar.png b/assets/images/both-sidebar.png old mode 100644 new mode 100755 diff --git a/assets/images/buddyx-addons.jpg b/assets/images/buddyx-addons.jpg deleted file mode 100644 index 32d68cd..0000000 Binary files a/assets/images/buddyx-addons.jpg and /dev/null differ diff --git a/assets/images/buddyx-free.jpg b/assets/images/buddyx-free.jpg deleted file mode 100644 index accdbf4..0000000 Binary files a/assets/images/buddyx-free.jpg and /dev/null differ diff --git a/assets/images/buddyx-paid.jpg b/assets/images/buddyx-paid.jpg deleted file mode 100644 index 065c976..0000000 Binary files a/assets/images/buddyx-paid.jpg and /dev/null differ diff --git a/assets/images/buddyx-theme-name.png b/assets/images/buddyx-theme-name.png deleted file mode 100644 index dc3fb50..0000000 Binary files a/assets/images/buddyx-theme-name.png and /dev/null differ diff --git a/assets/images/buddyx-top-banner.png b/assets/images/buddyx-top-banner.png deleted file mode 100644 index b78fec5..0000000 Binary files a/assets/images/buddyx-top-banner.png and /dev/null differ diff --git a/assets/images/buddyxpro-theme-banner.png b/assets/images/buddyxpro-theme-banner.png deleted file mode 100644 index fd9322a..0000000 Binary files a/assets/images/buddyxpro-theme-banner.png and /dev/null differ diff --git a/assets/images/buddyxpro-theme-name.png b/assets/images/buddyxpro-theme-name.png deleted file mode 100644 index 4f9e448..0000000 Binary files a/assets/images/buddyxpro-theme-name.png and /dev/null differ diff --git a/assets/images/buddyxpro-web-page.png b/assets/images/buddyxpro-web-page.png deleted file mode 100644 index c61762d..0000000 Binary files a/assets/images/buddyxpro-web-page.png and /dev/null differ diff --git a/assets/images/customizer-options.svg b/assets/images/customizer-options.svg deleted file mode 100644 index f246a84..0000000 --- a/assets/images/customizer-options.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/demo-installation.svg b/assets/images/demo-installation.svg deleted file mode 100644 index e545f9e..0000000 --- a/assets/images/demo-installation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/knowledge-base-min.png b/assets/images/knowledge-base-min.png deleted file mode 100644 index a24d320..0000000 Binary files a/assets/images/knowledge-base-min.png and /dev/null differ diff --git a/assets/images/knowledge-base.png b/assets/images/knowledge-base.png deleted file mode 100644 index 59df9ba..0000000 Binary files a/assets/images/knowledge-base.png and /dev/null differ diff --git a/assets/images/left-sidebar.png b/assets/images/left-sidebar.png old mode 100644 new mode 100755 diff --git a/assets/images/review.svg b/assets/images/review.svg deleted file mode 100644 index 2c4228a..0000000 --- a/assets/images/review.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/right-sidebar.png b/assets/images/right-sidebar.png old mode 100644 new mode 100755 diff --git a/assets/images/support-team.svg b/assets/images/support-team.svg deleted file mode 100644 index dbf4c09..0000000 --- a/assets/images/support-team.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/support-ticket.svg b/assets/images/support-ticket.svg deleted file mode 100644 index e22d11d..0000000 --- a/assets/images/support-ticket.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/theme-install-video-v-min.jpg b/assets/images/theme-install-video-v-min.jpg deleted file mode 100644 index 386ad80..0000000 Binary files a/assets/images/theme-install-video-v-min.jpg and /dev/null differ diff --git a/assets/images/theme-integrations.svg b/assets/images/theme-integrations.svg deleted file mode 100644 index 3cfb01a..0000000 --- a/assets/images/theme-integrations.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/theme-options-v-min.jpg b/assets/images/theme-options-v-min.jpg deleted file mode 100644 index 98a8eb1..0000000 Binary files a/assets/images/theme-options-v-min.jpg and /dev/null differ diff --git a/assets/images/without-sidebar.png b/assets/images/without-sidebar.png old mode 100644 new mode 100755 diff --git a/bb-buddypress/activity/entry.php b/bb-buddypress/activity/entry.php index eb6ec66..1dea77a 100644 --- a/bb-buddypress/activity/entry.php +++ b/bb-buddypress/activity/entry.php @@ -66,7 +66,7 @@ $user_link = bp_get_activity_user_link(); $user_link = ! empty( $user_link ) ? esc_url( $user_link ) : ''; - if ( bp_is_active( 'groups' ) && buddypress()->groups->id === bp_get_activity_object_name() ) : + if ( bp_is_active( 'groups' ) && ! bp_is_group() && buddypress()->groups->id === bp_get_activity_object_name() ) : // If group activity. $group_id = (int) $activities_template->activity->item_id; @@ -105,9 +105,7 @@
- - activity->user_id ) ); ?> - + - +
-

+

status, array( 'span' => array( 'class' => array() ) ) ); ?> diff --git a/bb-buddypress/groups/single/home.php b/bb-buddypress/groups/single/home.php index 2c7c038..ac1f02a 100644 --- a/bb-buddypress/groups/single/home.php +++ b/bb-buddypress/groups/single/home.php @@ -8,6 +8,13 @@ $bp_nouveau_appearance = bp_get_option( 'bp_nouveau_appearance' ); +if ( bp_is_group_subgroups() ) { + ob_start(); + bp_nouveau_group_template_part(); + $template_content = ob_get_contents(); + ob_end_clean(); +} + if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); @@ -40,9 +47,13 @@

- - - +
diff --git a/bbpress.php b/bbpress.php index 0650944..172194a 100644 --- a/bbpress.php +++ b/bbpress.php @@ -44,10 +44,6 @@ get_template_part( 'template-parts/content-bbpress' ); } - - if ( ! is_singular() ) { - get_template_part( 'template-parts/content/pagination' ); - } } else { get_template_part( 'template-parts/content/error' ); } diff --git a/functions.php b/functions.php old mode 100644 new mode 100755 diff --git a/header.php b/header.php old mode 100644 new mode 100755 diff --git a/inc/Base_Support/Component.php b/inc/Base_Support/Component.php old mode 100644 new mode 100755 diff --git a/inc/Custom_Js/Component.php b/inc/Custom_Js/Component.php old mode 100644 new mode 100755 diff --git a/inc/Customizer/Component.php b/inc/Customizer/Component.php old mode 100644 new mode 100755 diff --git a/inc/Dynamic_Style/Component.php b/inc/Dynamic_Style/Component.php old mode 100644 new mode 100755 diff --git a/inc/Image_Sizes/Component.php b/inc/Image_Sizes/Component.php old mode 100644 new mode 100755 index f74de5e..efe459c --- a/inc/Image_Sizes/Component.php +++ b/inc/Image_Sizes/Component.php @@ -23,7 +23,7 @@ class Component implements Component_Interface { * * @return string Component slug. */ - public function get_slug() : string { + public function get_slug(): string { return 'image_sizes'; } @@ -31,9 +31,9 @@ public function get_slug() : string { * Adds the action and filter hooks to integrate with WordPress. */ public function initialize() { - add_filter( 'wp_calculate_image_sizes', [ $this, 'filter_content_image_sizes_attr' ], 10, 2 ); - add_filter( 'get_header_image_tag', [ $this, 'filter_header_image_tag' ], 10, 3 ); - add_filter( 'wp_get_attachment_image_attributes', [ $this, 'filter_post_thumbnail_sizes_attr' ], 10, 3 ); + add_filter( 'wp_calculate_image_sizes', array( $this, 'filter_content_image_sizes_attr' ), 10, 2 ); + add_filter( 'get_header_image_tag', array( $this, 'filter_header_image_tag' ), 10, 3 ); + add_filter( 'wp_get_attachment_image_attributes', array( $this, 'filter_post_thumbnail_sizes_attr' ), 10, 3 ); } /** @@ -44,7 +44,7 @@ public function initialize() { * values in pixels (in that order). * @return string A source size value for use in a content image 'sizes' attribute. */ - public function filter_content_image_sizes_attr( string $sizes, array $size ) : string { + public function filter_content_image_sizes_attr( string $sizes, array $size ): string { $width = $size[0]; if ( 740 <= $width ) { @@ -66,7 +66,7 @@ public function filter_content_image_sizes_attr( string $sizes, array $size ) : * @param array $attr Array of the attributes for the image tag. * @return string The filtered header image HTML. */ - public function filter_header_image_tag( string $html, $header, array $attr ) : string { + public function filter_header_image_tag( string $html, $header, array $attr ): string { if ( isset( $attr['sizes'] ) ) { $html = str_replace( $attr['sizes'], '100vw', $html ); } @@ -78,11 +78,16 @@ public function filter_header_image_tag( string $html, $header, array $attr ) : * Adds custom image sizes attribute to enhance responsive image functionality for post thumbnails. * * @param array $attr Attributes for the image markup. - * @param WP_Post $attachment Attachment post object. + * @param mixed $attachment Attachment post object or other types. * @param string|array $size Registered image size or flat array of height and width dimensions. * @return array The filtered attributes for the image markup. */ - public function filter_post_thumbnail_sizes_attr( array $attr, WP_Post $attachment, $size ) : array { + public function filter_post_thumbnail_sizes_attr( array $attr, $attachment, $size ): array { + // Ensure $attachment is an instance of WP_Post. + if ( ! $attachment instanceof WP_Post ) { + return $attr; // Return the original attributes if $attachment is not a WP_Post instance. + } + $attr['sizes'] = '100vw'; if ( buddyx()->is_right_sidebar_active() ) { diff --git a/inc/Kirki_Option/Component.php b/inc/Kirki_Option/Component.php old mode 100644 new mode 100755 diff --git a/inc/Nav_Menus/Component.php b/inc/Nav_Menus/Component.php old mode 100644 new mode 100755 diff --git a/inc/Sidebars/Component.php b/inc/Sidebars/Component.php old mode 100644 new mode 100755 diff --git a/inc/Styles/Component.php b/inc/Styles/Component.php old mode 100644 new mode 100755 diff --git a/inc/Theme.php b/inc/Theme.php old mode 100644 new mode 100755 diff --git a/languages/buddyx.pot b/languages/buddyx.pot index f90d99b..3e215bf 100644 --- a/languages/buddyx.pot +++ b/languages/buddyx.pot @@ -7,7 +7,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Last-Translator: wbcomdesigns\n" -"POT-Creation-Date: 2024-04-19 10:30+0000\n" +"POT-Creation-Date: 2024-06-17 07:45+0000\n" "Report-Msgid-Bugs-To: Buddyx\n" "X-Poedit-Basepath: ..\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" @@ -782,23 +782,23 @@ 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:91, ../buddyx/buddypress/groups/single/cover-image-header.php:60, ../buddyx/buddypress/groups/single/group-header.php:43 +#: ../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:159 +#: ../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:165 +#: ../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:275, ../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:168, ../buddyx/bb-buddypress/groups/single/members-loop.php:257, ../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 +#: ../buddyx/bb-buddypress/groups/groups-loop.php:135, ../buddyx/bb-buddypress/members/members-loop.php:275, ../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:257, ../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:276, ../buddyx/bb-buddypress/groups/single/cover-image-header.php:231, ../buddyx/bb-buddypress/groups/single/group-header.php:169, ../buddyx/bb-buddypress/groups/single/members-loop.php:258, ../buddyx/bb-buddypress/members/single/cover-image-header.php:276, ../buddyx/bb-buddypress/members/single/member-header.php:212 +#: ../buddyx/bb-buddypress/groups/groups-loop.php:136, ../buddyx/bb-buddypress/members/members-loop.php:276, ../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:258, ../buddyx/bb-buddypress/members/single/cover-image-header.php:276, ../buddyx/bb-buddypress/members/single/member-header.php:212 msgid "Confirm" msgstr "" @@ -2710,7 +2710,7 @@ msgstr "" msgid "Change Group Photo" msgstr "" -#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:199, ../buddyx/bb-buddypress/groups/single/group-header.php:138 +#: ../buddyx/bb-buddypress/groups/single/cover-image-header.php:199, ../buddyx/bb-buddypress/groups/single/group-header.php:139 msgid "Group Description" msgstr "" diff --git a/languages/fr.mo b/languages/fr.mo deleted file mode 100644 index 809f864..0000000 Binary files a/languages/fr.mo and /dev/null differ diff --git a/languages/fr.po b/languages/fr.po deleted file mode 100644 index f79de7f..0000000 --- a/languages/fr.po +++ /dev/null @@ -1,3022 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: Buddyx\n" -"POT-Creation-Date: 2023-11-01 06:35+0000\n" -"PO-Revision-Date: 2023-11-06 14:42+0530\n" -"Last-Translator: Varun Dubey \n" -"Language-Team: \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 3.3.1\n" -"X-Poedit-Basepath: .\n" - -#. 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] "" - -#: ../buddyx/comments.php:38 -msgid "One thought on “%1$s”" -msgstr "" - -#: ../buddyx/comments.php:60 -msgid "Comments are disabled." -msgstr "" - -#: ../buddyx/footer.php:29, ../buddyx/inc/Kirki_Option/Component.php:1522 -msgid "Footer" -msgstr "" - -#: ../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 "" - -#: ../buddyx/header.php:35 -msgid "Skip to content" -msgstr "" - -#: ../buddyx/searchform.php:10 -msgid "Search for:" -msgstr "" - -#: ../buddyx/searchform.php:11 -msgid "Enter Keyword" -msgstr "" - -#: ../buddyx/searchform.php:12 -msgid "Go" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:327 -msgid "Install Required Plugins" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:328 -msgid "Install Plugins" -msgstr "" - -#. translators: %s: plugin name. -#: ../buddyx/external/class-tgm-plugin-activation.php:330 -msgid "Installing Plugin: %s" -msgstr "" - -#. translators: %s: plugin name. -#: ../buddyx/external/class-tgm-plugin-activation.php:332 -msgid "Updating Plugin: %s" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:333 -msgid "Something went wrong with the plugin API." -msgstr "" - -#: ../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] "" - -#: ../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] "" - -#: ../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] "" - -#: ../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] "" - -#: ../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] "" - -#: ../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] "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:370 -msgid "Begin installing plugin" -msgid_plural "Begin installing plugins" -msgstr[0] "" -msgstr[1] "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:375 -msgid "Begin updating plugin" -msgid_plural "Begin updating plugins" -msgstr[0] "" -msgstr[1] "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:380 -msgid "Begin activating plugin" -msgid_plural "Begin activating plugins" -msgstr[0] "" -msgstr[1] "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:385 -msgid "Return to Required Plugins Installer" -msgstr "" - -#: ../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 "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:387, -#: ../buddyx/external/class-tgm-plugin-activation.php:3159 -msgid "Plugin activated successfully." -msgstr "" - -#: ../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. -#: ../buddyx/external/class-tgm-plugin-activation.php:390 -msgid "No action taken. Plugin %1$s was already active." -msgstr "" - -#. translators: 1: plugin name. -#: ../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. -#: ../buddyx/external/class-tgm-plugin-activation.php:394 -msgid "All plugins installed and activated successfully. %1$s" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:395 -msgid "Dismiss this notice" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:396 -msgid "" -"There are one or more required or recommended plugins to install, update or " -"activate." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:397 -msgid "Please contact the administrator of this site for help." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:522 -msgid "This plugin needs to be updated to be compatible with your theme." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:523 -msgid "Update Required" -msgstr "" - -#: ../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 "" - -#: ../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 "" - -#: ../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 "" - -#: ../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 -#: ../buddyx/external/class-tgm-plugin-activation.php:1982 -msgid "TGMPA v%s" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2273 -msgid "Required" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2276 -msgid "Recommended" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2292 -msgid "WordPress Repository" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2295 -msgid "External Source" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2298 -msgid "Pre-Packaged" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2315 -msgid "Not Installed" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2321 -msgid "Active" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2319 -msgid "Installed But Not Activated" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2333 -msgid "Update recommended" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2330 -msgid "Requires Update" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2327 -msgid "Required Update not Available" -msgstr "" - -#. translators: 1: install status, 2: update status -#: ../buddyx/external/class-tgm-plugin-activation.php:2342 -msgctxt "Install/Update Status" -msgid "%1$s, %2$s" -msgstr "" - -#. translators: 1: number of plugins. -#: ../buddyx/external/class-tgm-plugin-activation.php:2388 -msgctxt "plugins" -msgid "All (%s)" -msgid_plural "All (%s)" -msgstr[0] "" -msgstr[1] "" - -#. translators: 1: number of plugins. -#: ../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. -#: ../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. -#: ../buddyx/external/class-tgm-plugin-activation.php:2400 -msgid "To Activate (%s)" -msgid_plural "To Activate (%s)" -msgstr[0] "" -msgstr[1] "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2482 -msgctxt "as in: \"version nr unknown\"" -msgid "unknown" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2490 -msgid "Installed version:" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2498 -msgid "Minimum required version:" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2510 -msgid "Available version:" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2533 -msgid "No plugins to install, update or activate." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2547 -msgid "Plugin" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2548 -msgid "Source" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2549 -msgid "Type" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2553, -#: ../buddyx/inc/Welcome/Component.php:93 -msgid "Version" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2554 -msgid "Status" -msgstr "" - -#. translators: %2$s: plugin name in screen reader markup -#: ../buddyx/external/class-tgm-plugin-activation.php:2608 -msgid "Update %2$s" -msgstr "" - -#. translators: %2$s: plugin name in screen reader markup -#: ../buddyx/external/class-tgm-plugin-activation.php:2614 -msgid "Activate %2$s" -msgstr "" - -#: ../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 "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2717 -msgid "Install" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2723 -msgid "Update" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2726 -msgid "Activate" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2759 -msgid "No plugins were selected to be updated. No action taken." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2757 -msgid "No plugins were selected to be installed. No action taken." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2802 -msgid "No plugins are available to be updated at this time." -msgstr "" - -#: ../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 "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:2934 -msgid "No plugins are available to be activated at this time." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3158 -msgid "Plugin activation failed." -msgstr "" - -#. translators: 1: plugin name, 2: error message. -#: ../buddyx/external/class-tgm-plugin-activation.php:3501 -msgid "An error occurred while installing %1$s: %2$s." -msgstr "" - -#. translators: 1: plugin name. -#: ../buddyx/external/class-tgm-plugin-activation.php:3503 -msgid "The installation of %1$s failed." -msgstr "" - -#: ../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. -#: ../buddyx/external/class-tgm-plugin-activation.php:3517 -msgid "%1$s installed successfully." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3517, -#: ../buddyx/external/class-tgm-plugin-activation.php:3509 -msgid "Show Details" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3517, -#: ../buddyx/external/class-tgm-plugin-activation.php:3509 -msgid "Hide Details" -msgstr "" - -#: ../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. -#: ../buddyx/external/class-tgm-plugin-activation.php:3520 -msgid "Installing Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: ../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 "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3509 -msgid "%1$s installed and activated successfully." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3510 -msgid "All installations and activations have been completed." -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3512 -msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: ../buddyx/external/class-tgm-plugin-activation.php:3498 -msgid "Updating Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: ../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 "" - -#: ../buddyx/external/include-kirki.php:60 -msgid "Activate Kirki Toolkit now" -msgstr "" - -#: ../buddyx/external/include-kirki.php:61 -msgid "Activate Now" -msgstr "" - -#: ../buddyx/external/include-kirki.php:54 -msgid "" -"A plugin is required to take advantage of this theme's features in the " -"customizer." -msgstr "" - -#: ../buddyx/external/include-kirki.php:55 -msgid "Install Kirki Toolkit now" -msgstr "" - -#: ../buddyx/external/include-kirki.php:56 -msgid "Install Now" -msgstr "" - -#. 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 "" - -#. 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 "" - -#. 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 "" - -#: ../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 "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:346 -msgid "Browse:" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:347 -msgctxt "breadcrumbs aria label" -msgid "Breadcrumbs" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:348 -msgid "Home" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:349 -msgid "404 Not Found" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:350 -msgid "Archives" -msgstr "" - -#. translators: %s is the search query. -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:352 -msgid "Search results for: %s" -msgstr "" - -#. translators: %s is the page number. -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:354 -msgid "Page %s" -msgstr "" - -#. translators: %s is the page number. -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:356 -msgid "Comment Page %s" -msgstr "" - -#. translators: Minute archive title. %s is the minute time format. -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:358 -msgid "Minute %s" -msgstr "" - -#. translators: Weekly archive title. %s is the week date format. -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:360 -msgid "Week %s" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:820 -msgctxt "minute and hour archives time format" -msgid "g:i a" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:837 -msgctxt "minute archives time format" -msgid "i" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:854 -msgctxt "hour archives time format" -msgid "g a" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:870, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:899, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:926, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:953, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:1293 -msgctxt "yearly archives date format" -msgid "Y" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:871, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:927, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:1297 -msgctxt "monthly archives date format" -msgid "F" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:872, -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:1301 -msgctxt "daily archives date format" -msgid "j" -msgstr "" - -#: ../buddyx/inc/class-buddyx-breadcrumbs.php:900 -msgctxt "weekly archives date format" -msgid "W" -msgstr "" - -#: ../buddyx/inc/extra.php:112 -msgid "View Shopping Cart" -msgstr "" - -#: ../buddyx/inc/extra.php:148 -msgid "Profile" -msgstr "" - -#: ../buddyx/inc/extra.php:151, ../buddyx/inc/extra.php:173 -msgid "Activity" -msgstr "" - -#: ../buddyx/inc/extra.php:154 -msgid "Groups" -msgstr "" - -#: ../buddyx/inc/extra.php:157 -msgid "Forums" -msgstr "" - -#: ../buddyx/inc/extra.php:160 -msgid "Friends" -msgstr "" - -#: ../buddyx/inc/extra.php:163 -msgid "Members" -msgstr "" - -#: ../buddyx/inc/extra.php:166 -msgid "Blogs" -msgstr "" - -#: ../buddyx/inc/extra.php:169 -msgid "Business" -msgstr "" - -#: ../buddyx/inc/extra.php:237 -msgid "View your shopping cart" -msgstr "" - -#: ../buddyx/inc/extra.php:372 -msgid "Recently earned badge" -msgid_plural "Recently earned badges" -msgstr[0] "" -msgstr[1] "" - -#: ../buddyx/inc/extra.php:399 -msgid "BuddyX WordPress Theme" -msgstr "" - -#: ../buddyx/inc/extra.php:441 -msgid "Sticky" -msgstr "" - -#: ../buddyx/inc/extra.php:452 -msgid "Leave a comment" -msgstr "" - -#: ../buddyx/inc/extra.php:452 -msgid "1 Comment" -msgstr "" - -#: ../buddyx/inc/extra.php:452 -msgid "% Comments" -msgstr "" - -#: ../buddyx/inc/extra.php:457, -#: ../buddyx/template-parts/content/entry_meta.php:122 -msgid "Edit" -msgstr "" - -#: ../buddyx/inc/extra.php:662 -msgid "Post Settings" -msgstr "" - -#: ../buddyx/inc/extra.php:671 -msgid "Post Format Settings" -msgstr "" - -#: ../buddyx/inc/extra.php:691 -msgid "Overwrite Title Customizer settings" -msgstr "" - -#: ../buddyx/inc/extra.php:696 -msgid "Title Style" -msgstr "" - -#: ../buddyx/inc/extra.php:746 -msgid "Enter Youtube, Vimeo and etc video url." -msgstr "" - -#: ../buddyx/inc/extra.php:749 -msgid "Video URL" -msgstr "" - -#: ../buddyx/inc/extra.php:752, ../buddyx/inc/extra.php:765, -#: ../buddyx/inc/extra.php:994 -msgid "Add Media" -msgstr "" - -#: ../buddyx/inc/extra.php:759 -msgid "Enter audio url." -msgstr "" - -#: ../buddyx/inc/extra.php:762 -msgid "Audio URL" -msgstr "" - -#: ../buddyx/inc/extra.php:772 -msgid "Input your quote." -msgstr "" - -#: ../buddyx/inc/extra.php:775 -msgid "Quote Text" -msgstr "" - -#: ../buddyx/inc/extra.php:781 -msgid "Quote Author" -msgstr "" - -#: ../buddyx/inc/extra.php:788 -msgid "Input your link." -msgstr "" - -#: ../buddyx/inc/extra.php:791 -msgid "Link Title" -msgstr "" - -#: ../buddyx/inc/extra.php:797 -msgid "Link URL" -msgstr "" - -#: ../buddyx/inc/extra.php:804 -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 "" - -#: ../buddyx/inc/extra.php:826, ../buddyx/inc/extra.php:933 -msgid "Delete image" -msgstr "" - -#: ../buddyx/inc/extra.php:840, ../buddyx/inc/extra.php:910 -msgid "Add images gallery" -msgstr "" - -#: ../buddyx/inc/extra.php:912 -msgid "Add to gallery" -msgstr "" - -#: ../buddyx/inc/extra.php:996 -msgid "Add to Media" -msgstr "" - -#: ../buddyx/inc/extra.php:1162 -msgid " Read more" -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/buddypress/activity/entry.php:42 -msgid "Pinned Post" -msgstr "" - -#. translators: %s = last activity timestamp (e.g. "active 1 hour ago") -#: ../buddyx/buddypress/groups/groups-loop.php:55, -#: ../buddyx/buddypress/groups/single/cover-image-header.php:121, -#: ../buddyx/buddypress/groups/single/group-header.php:48 -msgid "active %s" -msgstr "" - -#: ../buddyx/inc/Accessibility/Component.php:75 -msgid "Expand child menu" -msgstr "" - -#: ../buddyx/inc/Accessibility/Component.php:76 -msgid "Collapse child menu" -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:121 -msgid "General" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:130, -#: ../buddyx/inc/Kirki_Option/Component.php:331, -#: ../buddyx/inc/Welcome/Component.php:143, -#: ../buddyx/inc/Welcome/Component.php:353 -msgid "Site Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:141, -#: ../buddyx/inc/Welcome/Component.php:398 -msgid "Site Loader" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:152, -#: ../buddyx/inc/Welcome/Component.php:383 -msgid "Page Mapping" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:163, -#: ../buddyx/inc/Welcome/Component.php:408 -msgid "Typography" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:172 -msgid "Site Title" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:182, -#: ../buddyx/inc/Kirki_Option/Component.php:1278, -#: ../buddyx/inc/Welcome/Component.php:418 -msgid "Headings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:192, -#: ../buddyx/inc/Welcome/Component.php:423, -#: ../buddyx/template-parts/header/navigation.php:59 -msgid "Menu" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:202, -#: ../buddyx/inc/Kirki_Option/Component.php:1093, -#: ../buddyx/inc/Welcome/Component.php:428 -msgid "Body" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:213 -msgid "Site Header" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:223 -msgid "Site Sub Header" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:233 -msgid "Site Skin" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:243, -#: ../buddyx/inc/Welcome/Component.php:167, -#: ../buddyx/inc/Welcome/Component.php:608 -msgid "Site Blog" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:253, -#: ../buddyx/inc/Welcome/Component.php:638 -msgid "Site Sidebar" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:263, -#: ../buddyx/inc/Welcome/Component.php:688 -msgid "WP Login" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:272 -msgid "Logo" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:283, -#: ../buddyx/inc/Welcome/Component.php:718 -msgid "Site Footer" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:292, -#: ../buddyx/inc/Welcome/Component.php:723 -msgid "Footer Section" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:303, -#: ../buddyx/inc/Welcome/Component.php:728 -msgid "Copyright Section" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:314 -msgid "Site Performance" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:335 -msgid "You can select wide or box layout based on your preference." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:349 -msgid "Max Content Layout Width" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:350 -msgid "Select the maximum content width for your website (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:368, -#: ../buddyx/inc/Welcome/Component.php:368 -msgid "Global Border Radius" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:369 -msgid "Set the content, various elements border radius for your website (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:380, -#: ../buddyx/inc/Welcome/Component.php:373 -msgid "Buttons Border Radius" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:381 -msgid "Set the buttons border radius for your website (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:392, -#: ../buddyx/inc/Welcome/Component.php:378 -msgid "Form Border Radius" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:393 -msgid "" -"Set the form elements (except textarea) border radius for your website (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:407 -msgid "Site Loader ?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:411, -#: ../buddyx/inc/Kirki_Option/Component.php:783, -#: ../buddyx/inc/Kirki_Option/Component.php:800, -#: ../buddyx/inc/Kirki_Option/Component.php:817, -#: ../buddyx/inc/Kirki_Option/Component.php:833, -#: ../buddyx/inc/Kirki_Option/Component.php:849, -#: ../buddyx/inc/Kirki_Option/Component.php:915, -#: ../buddyx/inc/Kirki_Option/Component.php:2001, -#: ../buddyx/inc/Kirki_Option/Component.php:2213, -#: ../buddyx/inc/Kirki_Option/Component.php:2271, -#: ../buddyx/inc/Kirki_Option/Component.php:2284 -msgid "Enable" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:412, -#: ../buddyx/inc/Kirki_Option/Component.php:784, -#: ../buddyx/inc/Kirki_Option/Component.php:801, -#: ../buddyx/inc/Kirki_Option/Component.php:818, -#: ../buddyx/inc/Kirki_Option/Component.php:834, -#: ../buddyx/inc/Kirki_Option/Component.php:850, -#: ../buddyx/inc/Kirki_Option/Component.php:916, -#: ../buddyx/inc/Kirki_Option/Component.php:2002, -#: ../buddyx/inc/Kirki_Option/Component.php:2214, -#: ../buddyx/inc/Kirki_Option/Component.php:2272, -#: ../buddyx/inc/Kirki_Option/Component.php:2285 -msgid "Disable" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:423 -msgid "Login Page" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:424 -msgid "You can redirect user to custom login page." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:435 -msgid "Registration Page" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:436 -msgid "You can redirect user to custom registration page." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:447 -msgid "404" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:448 -msgid "You can redirect user to custom 404 page." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:462, -#: ../buddyx/inc/Welcome/Component.php:413 -msgid "Site Title Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:476, -#: ../buddyx/inc/Kirki_Option/Component.php:502, -#: ../buddyx/inc/Kirki_Option/Component.php:531, -#: ../buddyx/inc/Kirki_Option/Component.php:557, -#: ../buddyx/inc/Kirki_Option/Component.php:583, -#: ../buddyx/inc/Kirki_Option/Component.php:609, -#: ../buddyx/inc/Kirki_Option/Component.php:635, -#: ../buddyx/inc/Kirki_Option/Component.php:661, -#: ../buddyx/inc/Kirki_Option/Component.php:690, -#: ../buddyx/inc/Kirki_Option/Component.php:719, -#: ../buddyx/inc/Kirki_Option/Component.php:748 -msgid "We recommend using font size in pixels (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:488 -msgid "Site Tagline Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:517 -msgid "H1 Tag Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:543 -msgid "H2 Tag Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:569 -msgid "H3 Tag Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:595 -msgid "H4 Tag Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:621 -msgid "H5 Tag Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:647 -msgid "H6 Tag Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:676 -msgid "Menu Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:706 -msgid "Sub Menu Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:734 -msgid "Settings" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:763 -msgid "Enable Sticky Header ?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:767, -#: ../buddyx/inc/Kirki_Option/Component.php:2017, -#: ../buddyx/inc/Kirki_Option/Component.php:2030 -msgid "Yes" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:768, -#: ../buddyx/inc/Kirki_Option/Component.php:2018, -#: ../buddyx/inc/Kirki_Option/Component.php:2031 -msgid "No" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:779 -msgid "Enable Search Icon" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:796 -msgid "Enable Cart Icon" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:813 -msgid "Enable Login Link" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:829 -msgid "Enable Register Link" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:845, -#: ../buddyx/inc/Kirki_Option/Component.php:2209 -msgid "Customize Background ?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:858, -#: ../buddyx/inc/Kirki_Option/Component.php:2222 -msgid "Background Control" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:887, -#: ../buddyx/inc/Welcome/Component.php:543 -msgid "Content Typography" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:911 -msgid "Site Breadcrumbs?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:927 -msgid "Loader" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:943 -msgid "Site Loader Background" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:967, -#: ../buddyx/inc/Welcome/Component.php:458 -msgid "Header" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:976 -msgid "Site Title Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:987 -msgid "Site Title Hover Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1004 -msgid "Site Tagline Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1015 -msgid "Header Background Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1044 -msgid "Menu Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1055 -msgid "Menu Hover Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1076 -msgid "Menu Active Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1102, -#: ../buddyx/inc/Welcome/Component.php:568 -msgid "Body Background Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1119 -msgid "Body Text Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1130 -msgid "Content Background Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1131 -msgid "Note: This setting will only be used if the box layout is selected." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1154 -msgid "Subheader Title Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1165, -#: ../buddyx/inc/Welcome/Component.php:573 -msgid "Theme Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1243, -#: ../buddyx/inc/Welcome/Component.php:578 -msgid "Link Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1260 -msgid "Link Hover" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1287 -msgid "H1 Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1298 -msgid "H2 Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1309 -msgid "H3 Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1320 -msgid "H4 Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1331 -msgid "H5 Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1342 -msgid "H6 Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1353 -msgid "Buttons" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1363 -msgid "Button Background Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1399 -msgid "Button Background Hover Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1430 -msgid "Button Text Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1453 -msgid "Button Text Hover Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1476 -msgid "Button Border Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1499 -msgid "Button Border Hover Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1538 -msgid "Footer Title Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1555 -msgid "Footer Content Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1572 -msgid "Footer Link Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1589 -msgid "Footer Link Hover" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1606 -msgid "Copyright" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1622 -msgid "Copyright Background Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1639 -msgid "Copyright Border Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1656 -msgid "Copyright Content Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1673 -msgid "Copyright Link Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1690 -msgid "Copyright Link Hover Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1710 -msgid "Blog Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1726 -msgid "Image position" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1731 -msgid "Left" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1732 -msgid "Right" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1747 -msgid "Grid Columns" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1752 -msgid "One" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1753, -#: ../buddyx/inc/Kirki_Option/Component.php:1794 -msgid "Two" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1768 -msgid "View" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1773 -msgid "Without Masonry" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1774 -msgid "With Masonry" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1789, -#: ../buddyx/inc/Welcome/Component.php:633 -msgid "Post Per Row" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1795 -msgid "Three" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1818 -msgid "Single Post Content Width" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1832 -msgid "Single Post Title Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1848 -msgid "Image Overlay Color" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1849 -msgid "Allow to add image overlay color on single post title layout one." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1877 -msgid "Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1893 -msgid "Single Post Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1911 -msgid "Activity Directory Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1927 -msgid "Members Directory Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1943 -msgid "Groups Directory Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1962 -msgid "bbPress Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1980 -msgid "WooCommerce Sidebar Layout" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:1997 -msgid "Sticky Sidebar ?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2013, -#: ../buddyx/inc/Welcome/Component.php:693 -msgid "Customize Your Logo Section" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2026 -msgid "Disable Logo?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2046 -msgid "Custom Logo" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2069 -msgid "Logo Width" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2070 -msgid "Select the logo width (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2093 -msgid "Logo Height" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2094 -msgid "Select the logo height (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2117 -msgid "Logo Space Bottom" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2118 -msgid "Select the logo bottom spacing (px)" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2141 -msgid "Logo URL" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2164 -msgid "Logo Title" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2187 -msgid "Login Page Title" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2188 -msgid "Login page title that is shown on WordPress login page." -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2254 -msgid "Add Content" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2256 -msgid "Copyright © [current_year] [site_title] | Powered by [theme_author]" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2267 -msgid "Load Google Fonts Locally ?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2280 -msgid "Preload Local Fonts ?" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2300 -msgid "Flush Local Fonts Cache" -msgstr "" - -#: ../buddyx/inc/Kirki_Option/Component.php:2301 -msgid "Click the button to reset the local fonts cache." -msgstr "" - -#: ../buddyx/inc/Nav_Menus/Component.php:74 -msgid "User Menu" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Sidebars/Component.php:129 -msgid "Community Left Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:141 -msgid "Activity Directory Right Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:153 -msgid "Members Directory Right Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:165 -msgid "Groups Directory Right Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:177 -msgid "Members Single Profile Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:189 -msgid "Members Single User Activity" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:201 -msgid "Groups Single Group Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:213 -msgid "Groups Single Group Activity" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:228 -msgid "bbPress Left Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:240 -msgid "bbPress Right Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:254 -msgid "WooCommerce Left Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:266 -msgid "WooCommerce Right Sidebar" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:279 -msgid "Footer 1" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:291 -msgid "Footer 2" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:303 -msgid "Footer 3" -msgstr "" - -#: ../buddyx/inc/Sidebars/Component.php:315 -msgid "Footer 4" -msgstr "" - -#. translators: %s: stylesheet handle -#: ../buddyx/inc/Styles/Component.php:344 -msgid "Invalid theme stylesheet handle: %s" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:49, -#: ../buddyx/inc/Welcome/Component.php:50 -msgid "Getting Started" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:90 -msgid "Welcome to BuddyX Theme" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:96 -msgid "Thank you for purchasing the BuddyX Theme!" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:97 -msgid "" -"Below, you will find information on setting up the theme to start using it!" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:107 -msgid "Programming Languages" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:108 -msgid "Dashboard" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:109, -#: ../buddyx/inc/Welcome/Component.php:225, -#: ../buddyx/inc/Welcome/Component.php:326 -msgid "Get BuddyX Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:110 -msgid "Community Addons" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:112 -msgid "tab1" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:119 -msgid "Customizer Settings" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:120 -msgid "Go to Customizer" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:127 -msgid "Upload Logo" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:135 -msgid "Set Colors" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:151 -msgid "Set Typography\t" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:159, -#: ../buddyx/inc/Welcome/Component.php:473 -msgid "Header Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:182, -#: ../buddyx/inc/Welcome/Component.php:185 -msgid "Demo Installation" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:192 -msgid "Install Recommended Plugins" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:198 -msgid "Installed" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:196 -msgid "Install now" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:209 -msgid "BuddyX Child Theme" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:212 -msgid "Download Now" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:222, -#: ../buddyx/inc/Welcome/Component.php:323 -msgid "Get BuddyX Pro Theme" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:224 -msgid "" -"#1 WordPress Social Network and Community Theme Powered by BuddyPress or " -"BuddyBoss Platform." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:235 -msgid "Document" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:245 -msgid "Go to Documentation" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:250 -msgid "Community" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:263 -msgid "Join our community! Share your site, ask a question, and help others." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:265 -msgid "Go to Facebook Group" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:270 -msgid "Videos" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:281 -msgid "Watch Now" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:286 -msgid "Support" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:292 -msgid "" -"Have a question, we are happy to help! Get in touch with our support team." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:294 -msgid "Submit a Ticket" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:299 -msgid "Give us feedback" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:305 -msgid "" -"Remember to pay attention to your rate! Your 5-star review will encourage us " -"so much!" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:307 -msgid "Write a Review " -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:317 -msgid "tab2" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:325 -msgid "" -"#1 WordPress Social Network and Community Theme Powered by BuddyPress or " -"BuddyBoss Platform" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:331 -msgid "Compare Features Of BuddyX With BuddyX Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:332 -msgid "Take Your Time & Compare Every Feature" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:341 -msgid "Features" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:342 -msgid "BuddyX" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:343 -msgid "BuddyX Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:348 -msgid "Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:358 -msgid "Content Layout Width" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:363 -msgid "Sidebar Width" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:388 -msgid "Sign-in Popup | Register Form Fields" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:393 -msgid "Scroll Top" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:403 -msgid "Loading Text" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:433 -msgid "Google Fonts" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:438 -msgid "Font Size (PX/EM)" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:443 -msgid "Text Transform" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:448 -msgid "Line Height" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:453 -msgid "Letter Spacing" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:463 -msgid "Top Bar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:468 -msgid "Sticky Header" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:478 -msgid "Header Menu Position" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:483 -msgid "Menu Effects" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:488 -msgid "More Menu" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:493 -msgid "Site Search Style" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:498 -msgid "Login/Register Button Style" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:503 -msgid "Background Color" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:508 -msgid "Site Search" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:513 -msgid "Site Cart" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:518 -msgid "BuddyPress Components" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:523, -#: ../buddyx/inc/Welcome/Component.php:528, -#: ../buddyx/inc/Welcome/Component.php:588 -msgid "Side Panel" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:533 -msgid "Sub Header" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:538 -msgid "Customize Background" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:548 -msgid "Breadcrumbs" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:553 -msgid "Skin Colors" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:558 -msgid "Dark Mode" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:563 -msgid "Custom Colors" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:583 -msgid "Primary Header" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:593 -msgid "Button Background Color / Hover" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:598 -msgid "Button Text Color / Hover" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:603 -msgid "Button Border Color / Hover" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:613 -msgid "List Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:618 -msgid "Grid Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:623 -msgid "Masonry Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:628 -msgid "Blog Layout Style" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:643 -msgid "No Sidebar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:663 -msgid "BuddyPress Sidebar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:668 -msgid "WooCommerce Sidebar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:673 -msgid "bbPress Sidebar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:678 -msgid "LearnDash Sidebar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:683 -msgid "Sticky Sidebar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:698 -msgid "Choose WP Login Theme" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:703 -msgid "Customize Login Form" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:708 -msgid "Customize Forget Form" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:713 -msgid "Customize Button" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:733, -#: ../buddyx/inc/Welcome/Component.php:829 -msgid "BuddyPress" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:738 -msgid "Activity Control" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:743 -msgid "BuddyPress Activity Share" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:748 -msgid "Activity Reaction" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:753 -msgid "Activity Load More" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:758 -msgid "Members Multiple Directory Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:763 -msgid "Members Default Cover Background" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:768 -msgid "Groups Multiple Directory View" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:773 -msgid "Group Default Cover Background" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:778 -msgid "Member Multiple Header Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:783 -msgid "Member Primary Navigation Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:788 -msgid "Group Multiple Header Layout" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:793 -msgid "Group Primary Navigation Style" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:799, -#: ../buddyx/inc/Welcome/Component.php:839 -msgid "WooCommerce" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:804 -msgid "Product Listing Style" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:809 -msgid "Shop Products Per Page" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:814 -msgid "Display Filter Button" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:819 -msgid "Sale Badge Style" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:824 -msgid "Integrations" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:834 -msgid "BuddyBoss Platform" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:844 -msgid "LearnDash" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:849 -msgid "LearnPress" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:854 -msgid "LifterLMS" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:859 -msgid "TutorLMS" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:864 -msgid "bbPress" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:869 -msgid "Dokan" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:874 -msgid "WC Vendors" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:879 -msgid "GamiPress" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:884 -msgid "Paid Memberships" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:889 -msgid "The Event Calendar" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:901 -msgid "tab3" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:910 -msgid "BuddyPress Premium add-ons" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:912 -msgid "" -"Extend your social community website with our premium add-ons for BuddyPress." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:913 -msgid "View More Addons" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:921 -msgid "BuddyPress-Business-Profile" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:924 -msgid "BuddyPress Business Profile" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:933 -msgid "ideapush" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:936 -msgid "BuddyPress Ideapush Integration" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:945 -msgid "BuddyPress-Contact-Me" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:948 -msgid "BuddyPress Contact Me" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:957 -msgid "WP_Story" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:960 -msgid "WP Stories" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:961 -msgid "" -"Social Stories offer a more personal way to interact with your audience." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:969 -msgid "BP_profile-view" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:972 -msgid "Who Viewed My Profile" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:981 -msgid "member-blog" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:984 -msgid "BuddyPress Member Blog Pro" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:993 -msgid "BuddyPress-multi-vendor-marketplace" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:996 -msgid "BuddyVendor" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:997 -msgid "" -"With the BuddyVendor plugin, you can quickly turn your BuddyPress community " -"into a social marketplace." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1005 -msgid "stat" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1008 -msgid "BuddyPress Statistics" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:1017 -msgid "BuddyPress-places" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1020 -msgid "BuddyPress Check-Ins Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1021 -msgid "" -"Allow community members and groups to post updates along with selecting " -"their current location." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1029 -msgid "BuddyPress-Friend-Follow-Suggestion" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1032 -msgid "BuddyPress Friend & Follow Suggestion" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:1041 -msgid "BuddyPress-Animated-Gif-Share" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1044 -msgid "BuddyPress Giphy" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1045 -msgid "Attach GIF's into your BuddyPress activity, comments, and messages." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1053 -msgid "BuddyPress-BuddyBoss-shortcodes" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1056 -msgid "Shortcodes For BuddyPress Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1057 -msgid "" -"Add and Customize the BuddyPress components on any of the WordPress pages/" -"posts using elementor widgets." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1065 -msgid "BuddyPress-Sticky-Post" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1068 -msgid "BuddyPress Sticky Post" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:1077 -msgid "BuddyPress-color-background-activity" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1080 -msgid "BuddyPress Quotes" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1081 -msgid "" -"Allow BuddyPress users to post content with attractive background colors and " -"beautiful images." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1089 -msgid "BuddyPress-BuddyBoss-autofriend" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1092 -msgid "BuddyPress Auto Friends" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1093 -msgid "Add selected community members as common friends for all members." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1101 -msgid "BuddyPress-Newsfeed-member-profile" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1104 -msgid "BuddyPress Newsfeed" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1105 -msgid "" -"Orgnanize all the BuddyPress activity-streams just like Facebook newsfeed." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1113 -msgid "BuddyPress-Reactions-and-Status" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1116 -msgid "BuddyPress Status" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/Welcome/Component.php:1125 -msgid "BuddyPress-Hashtags" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1128 -msgid "BuddyPress Hashtags" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1129 -msgid "" -"Allow users to add multi-language hashtag links on BuddyPress community " -"website." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1137 -msgid "BuddyPress-Moderation" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1140 -msgid "BuddyPress Moderation Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1141 -msgid "" -"Allow members to flag inappropriate content on your BuddyPress community " -"site." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1149 -msgid "BuddyPress-Private-Community-Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1152 -msgid "BuddyPress Private Community Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1153 -msgid "Lockdown the BuddyPress components to make your member's profile safe." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1161 -msgid "BuddyPress-Polls" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1164 -msgid "BuddyPress Polls" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1165 -msgid "" -"Allow users to create and respond to polls inside the BuddyPress activity or " -"in groups." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1173 -msgid "BuddyPress-Profanity" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1176 -msgid "BuddyPress Profanity" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1177 -msgid "" -"Specify a list of bad words to control the content in your BuddyPress " -"community." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1185 -msgid "BuddyPress-Resume-Manager" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1188 -msgid "BuddyPress Resume Manager" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1189 -msgid "" -"Allow members to create and display resumes on BuddyPress right from their " -"profile page." -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1197 -msgid "BuddyPress-Profile-Pro" -msgstr "" - -#: ../buddyx/inc/Welcome/Component.php:1200 -msgid "BuddyPress Profile Pro" -msgstr "" - -#: ../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 "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:20 -msgid "Show Logged in user Profile Completion Progress." -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:26 -msgid "(BuddyPress) Profile Completion" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:73 -msgid "%s Complete" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:95 -msgid "Complete" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:194, -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:431 -msgid "Profile Photo" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:214, -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:434 -msgid "Cover Photo" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:296 -msgid "Profile Fields" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:406 -msgid "Complete Your Profile" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:440 -msgid "Title:" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:443 -msgid "Profile field sets:" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:468 -msgid "Profile photos:" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:487 -msgid "Hide widget once progress hits 100%" -msgstr "" - -#: ../buddyx/inc/widgets/bp-profile-completion-widget.php:493 -msgid "Note: This widget is only displayed if a member is logged in." -msgstr "" - -#: ../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 "" - -#: ../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 "" - -#: ../buddyx/template-parts/content/entry-attachment.php:51 -msgid "Post navigation" -msgstr "" - -#. translators: %s: post title -#: ../buddyx/template-parts/content/entry_actions.php:21 -msgid "Leave a Comment on %s" -msgstr "" - -#. translators: %s: post title -#: ../buddyx/template-parts/content/entry_actions.php:40 -msgid "Edit %s" -msgstr "" - -#: ../buddyx/template-parts/content/entry_meta.php:69 -msgctxt "post author" -msgid "Written by %s" -msgstr "" - -#. 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" -msgstr "" - -#. translators: %s: post parent title -#: ../buddyx/template-parts/content/entry_meta.php:93 -msgctxt "post parent" -msgid "In %s" -msgstr "" - -#. translators: %s: post parent title -#: ../buddyx/template-parts/content/entry_meta.php:96 -msgctxt "post parent" -msgid "in %s" -msgstr "" - -#. translators: %s: post date -#: ../buddyx/template-parts/content/entry_meta.php:113 -msgctxt "post date" -msgid "%s" -msgstr "" - -#. translators: separator between taxonomy terms -#: ../buddyx/template-parts/content/entry_taxonomies.php:24 -msgctxt "list item separator" -msgid ", " -msgstr "" - -#. translators: %s: list of taxonomy terms -#: ../buddyx/template-parts/content/entry_taxonomies.php:31 -msgid "Posted in %s" -msgstr "" - -#. translators: %s: list of taxonomy terms -#: ../buddyx/template-parts/content/entry_taxonomies.php:37 -msgid "Tagged %s" -msgstr "" - -#. translators: %s: taxonomy name -#: ../buddyx/template-parts/content/entry_taxonomies.php:44 -msgid "%s:" -msgstr "" - -#: ../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 "" - -#: ../buddyx/template-parts/content/error-404.php:27 -msgid "Most Used Categories" -msgstr "" - -#. translators: %1$s: smiley -#: ../buddyx/template-parts/content/error-404.php:45 -msgid "Try looking in the monthly archives. %1$s" -msgstr "" - -#: ../buddyx/template-parts/content/error-500.php:14 -msgid "Oops! Something went wrong." -msgstr "" - -#: ../buddyx/template-parts/content/error-offline.php:14 -msgid "Oops! It looks like you’re offline." -msgstr "" - -#: ../buddyx/template-parts/content/error.php:44 -msgid "" -"It seems we can’t find what you’re looking for. Perhaps " -"searching can help." -msgstr "" - -#: ../buddyx/template-parts/content/error.php:38 -msgid "" -"Sorry, but nothing matched your search terms. Please try again with some " -"different keywords." -msgstr "" - -#: ../buddyx/template-parts/content/error.php:23 -msgid "" -"Ready to publish your first post? Get started here." -msgstr "" - -#. translators: %s: search query -#: ../buddyx/template-parts/content/page_header.php:41 -msgid "Search Results for: %s" -msgstr "" - -#: ../buddyx/template-parts/content/page_header.php:22 -msgid "Nothing Found" -msgstr "" - -#: ../buddyx/template-parts/content/page_header.php:14 -msgid "Oops! That page can’t be found." -msgstr "" - -#: ../buddyx/template-parts/content/pagination.php:13 -msgctxt "previous set of search results" -msgid "Previous" -msgstr "" - -#: ../buddyx/template-parts/content/pagination.php:14 -msgctxt "next set of search results" -msgid "Next" -msgstr "" - -#: ../buddyx/template-parts/content/pagination.php:15 -msgid "Page navigation" -msgstr "" - -#: ../buddyx/template-parts/header/buddypress-profile.php:23, -#: ../buddyx/template-parts/header/buddypress-profile.php:41 -msgid "9+" -msgstr "" - -#: ../buddyx/template-parts/header/buddypress-profile.php:70 -msgid "No notifications found." -msgstr "" - -#: ../buddyx/template-parts/header/buddypress-profile.php:74 -msgid "All Notifications" -msgstr "" - -#: ../buddyx/template-parts/header/buddypress-profile.php:118 -msgid "Login" -msgstr "" - -#: ../buddyx/template-parts/header/buddypress-profile.php:118 -msgid "Log in" -msgstr "" - -#: ../buddyx/template-parts/header/buddypress-profile.php:131, -#: ../buddyx/template-parts/header/buddypress-profile.php:125, -#: ../buddyx/template-parts/header/buddypress-profile.php:125 -msgid "Register" -msgstr "" - -#: ../buddyx/template-parts/header/navigation.php:16 -msgid "Main menu" -msgstr "" - -#: ../buddyx/template-parts/header/navigation.php:44 -msgid "Open menu" -msgstr "" - -#: ../buddyx/template-parts/header/navigation.php:63 -msgid "Close" -msgstr "" - -#: ../buddyx/template-parts/header/navigation.php:79 -msgid "My Account" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:30 -msgid "Remove item" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:31 -msgid "Thumbnail image" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:32, -#: ../buddyx/woocommerce/cart/cart.php:89 -msgid "Product" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:33, -#: ../buddyx/woocommerce/cart/cart.php:114 -msgid "Price" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:34, -#: ../buddyx/woocommerce/cart/cart.php:120 -msgid "Quantity" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:35, -#: ../buddyx/woocommerce/cart/cart.php:146 -msgid "Subtotal" -msgstr "" - -#. translators: %s is the product name -#: ../buddyx/woocommerce/cart/cart.php:68 -msgid "Remove %s from cart" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:109 -msgid "Available on backorder" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:164 -msgid "Coupon:" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:164 -msgid "Coupon code" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:164, -#: ../buddyx/woocommerce/cart/cart.php:164 -msgid "Apply coupon" -msgstr "" - -#: ../buddyx/woocommerce/cart/cart.php:169, -#: ../buddyx/woocommerce/cart/cart.php:169 -msgid "Update cart" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:53, -#: ../buddyx/buddypress/members/single/cover-image-header.php:63 -msgid "Change Cover Photo" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:70, -#: ../buddyx/buddypress/members/single/cover-image-header.php:81 -msgid "Reposition Cover Photo" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:74, -#: ../buddyx/buddypress/members/single/cover-image-header.php:85 -msgid "Cancel" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:75, -#: ../buddyx/buddypress/members/single/cover-image-header.php:86 -msgid "Save Changes" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:76, -#: ../buddyx/buddypress/members/single/cover-image-header.php:87 -msgid "Drag to move cover photo" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:77, -#: ../buddyx/buddypress/members/single/cover-image-header.php:88 -msgid "Cover photo" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:92, -#: ../buddyx/buddypress/groups/single/group-header.php:19 -msgid "Change Group Photo" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:138, -#: ../buddyx/buddypress/groups/single/group-header.php:64 -msgid "Group Types" -msgstr "" - -#: ../buddyx/buddypress/groups/single/cover-image-header.php:139, -#: ../buddyx/buddypress/groups/single/group-header.php:65 -msgid "Group Type" -msgstr "" - -#: ../buddyx/buddypress/members/single/cover-image-header.php:102, -#: ../buddyx/buddypress/members/single/member-header.php:14 -msgid "Change Profile Photo" -msgstr "" - -#: ../buddyx/buddypress/members/single/cover-image-header.php:160, -#: ../buddyx/buddypress/members/single/member-header.php:66 -msgid "Member Types" -msgstr "" - -#: ../buddyx/buddypress/members/single/cover-image-header.php:161, -#: ../buddyx/buddypress/members/single/member-header.php:67 -msgid "Member Type" -msgstr "" - -#: ../buddyx/buddypress/members/single/groups/invites.php:10 -msgid "Group Invites" -msgstr "" - -#. translators: %s = number of members -#: ../buddyx/buddypress/members/single/groups/invites.php:41 -msgid "%s member" -msgid_plural "%s members" -msgstr[0] "" -msgstr[1] "" diff --git a/readme.txt b/readme.txt index 5ac79ce..eb6cfee 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.5.2 +Tested up to: 6.5.3 Requires PHP: 7.4 Stable tag: trunk License: GNU General Public License v3.0 (or later) @@ -97,6 +97,19 @@ Copyright 2013 Klaus Hartl Released under the MIT license == Changelog == += 4.7.0 = +* Update: Updated override template to align with the latest BB platform update. +* Fix: Resolved fatal error with a third-party plugin. +* Update: Updated entry.php to be compatible with the latest BB platform version. +* Fix: Applied UI fixes to single business activity pages. +* Enhancement: Managed LearnPress single course comment section UI. +* Enhancement: Managed LD status background in dark mode for better visibility. +* Update: Improved single vendor product search UI (#634). +* Fix: Resolved pagination issue on bbPress forum pages (#636). +* Enhancement: Applied theme color scheme compatibility with Dokan (#634). +* Enhancement: Managed single vendor header layouts UI with the latest Dokan version (#634). +* Enhancement: Displayed featured images in search results for better visual content (#631). + = 4.6.8 = * Update: Enhanced archive-product.php to improve functionality and layout in product archives (#629). * Enhancement: Improved the user interface of the edit comment button, providing a smoother user experience (#627). diff --git a/sidebar-buddypress.php b/sidebar-buddypress.php old mode 100644 new mode 100755 diff --git a/style.css b/style.css index 9b46483..03d47c4 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ 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.6.8 +Version: 4.7.0 Requires at least: 4.8 Tested up to: 6.5.2 Requires PHP: 7.4 diff --git a/template-parts/content/entry-full-width.php b/template-parts/content/entry-full-width.php old mode 100644 new mode 100755 diff --git a/template-parts/content/entry_media.php b/template-parts/content/entry_media.php index 6e08a87..c6662b6 100644 --- a/template-parts/content/entry_media.php +++ b/template-parts/content/entry_media.php @@ -5,7 +5,7 @@ * @package buddyx */ - namespace BuddyX\Buddyx; +namespace BuddyX\Buddyx; $allowed_post_formats = array( 'image', 'video', 'gallery', 'quote', 'link', 'audio' ); @@ -13,10 +13,7 @@ $item_format = $post_format === 'standard' ? 'image' : $post_format; if ( in_array( $post_format, $allowed_post_formats, true ) ) { - get_template_part( 'template-parts/post-format/entry', $item_format ); } else { - if ( ! is_search() ) { - get_template_part( 'template-parts/content/entry_thumbnail', get_post_type() ); - } + get_template_part( 'template-parts/content/entry_thumbnail', get_post_type() ); } diff --git a/template-parts/content/entry_meta.php b/template-parts/content/entry_meta.php old mode 100644 new mode 100755 diff --git a/template-parts/content/entry_thumbnail.php b/template-parts/content/entry_thumbnail.php old mode 100644 new mode 100755 diff --git a/template-parts/header/navigation.php b/template-parts/header/navigation.php old mode 100644 new mode 100755