diff --git a/assets/css/content.css b/assets/css/content.css index 6f11fde..77b177c 100755 --- a/assets/css/content.css +++ b/assets/css/content.css @@ -18,257 +18,6 @@ @import "_media.css"; -/*-------------------------------------------------------------- -# Post and page content ---------------------------------------------------------------*/ - -.entry { - margin-bottom: 1rem; -} - -.post-layout .entry-layout { - position: relative; -} - -.entry-header { - position: relative; -} - -.entry-meta, -.single-post .entry-footer { - font-size: inherit; -} - - -/* Entry meta */ - -.entry-meta { - margin: 0; - display: flex; - align-items: center; - flex-flow: wrap; - font-size: 12px; -} - -.entry-meta .posted-by img { - margin-right: 5px; - border-radius: 100px; -} - -.entry-meta .posted-by { - display: block; - margin: 0; - font-weight: 700; -} - -.entry-meta .author.vcard, -.entry-meta span.posted-by>a { - text-transform: inherit; - margin-left: 0; -} - -.entry-meta .posted-by img { - float: left; - margin-right: 15px; -} - -.entry-edit-link { - margin-left: auto; -} - -.post-edit-link { - text-transform: uppercase; -} - -.post-meta-category { - margin-bottom: 5px !important; - padding: 0; - list-style: none; - display: flex; - flex-wrap: wrap; - position: relative; - text-transform: uppercase; - font-weight: 700; -} - -.post-meta-category a { - color: var(--color-theme-primary); - font-size: 13px; -} - -.entry-meta .entry-cat-links::before, -.entry-meta .entry-comments-link a::before, -.entry-meta .entry-edit-link a::before, -.entry-meta .entry-featured::before { - margin-right: 4px; - font-family: 'Font Awesome 6 Free'; - font-style: normal; - font-weight: 900; - display: inline-block; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.entry-meta .entry-cat-links::before { - content: "\f115"; -} - -.entry-meta .entry-edit-link a::before { - content: "\f040"; -} - -.entry-meta .entry-comments-link a::before { - content: "\f0e5"; -} - -.entry-meta .entry-featured::before { - content: "\f041"; -} - - -/* Hides the update date and time. */ - -.updated:not(.published) { - display: none; -} - -.post-thumbnail img { - width: 100%; - margin: 0 auto; -} - -.page-content, -.entry-content, -.entry-summary { - margin: 1em 0 0; -} - -.page-content>*, -.entry-content>*, -.entry-summary>* { - margin-right: auto; - margin-left: auto; - max-width: var(--content-width); -} - -.page-content ul, -.entry-content ul, -.entry-summary ul, -.page-content ol:not(.comment-list), -.entry-content ol:not(.comment-list), -.entry-summary ol:not(.comment-list) { - margin-left: 1.05em; -} - -.page-header, -.entry-header, -.entry-footer, -.post-navigation, -.page-navigation, -.comments-area { - margin: 0 0 1.5em; - max-width: var(--content-width); -} - -.entry-content .wp-audio-shortcode, -.entry-content .wp-embedded-audio, -.entry-content .wp-embedded-video, -.entry-content .wp-video { - margin: 0; - margin-bottom: 1.5em; -} - -p { - margin: 0; - margin-bottom: 15px; -} - -.entry-content ul.wp-block-list li, -.entry-content ol.wp-block-list li { - margin-bottom: 10px; -} - -article .entry-header { - max-width: max-content; -} - -.type-grade .entry-header, -.type-grade .entry-footer, -.type-level .entry-header, -.type-level .entry-footer, -.type-quests .entry-header, -.type-quests .entry-footer, -.type-badges .entry-header, -.type-badges .entry-footer { - display: none; -} - -@media (--content-query) { - - .page-content>*, - .entry-content>*, - .entry-summary>*, - .page-header, - .entry-header, - .entry-footer, - .post-navigation, - .page-navigation, - .comments-area { - padding-left: 0; - padding-right: 0; - } - - .entry-content>*.wp-block-code { - padding: .8em 1em; - } -} - -.single-post .entry-content ul:not(.blocks-gallery-grid), -.single-post .entry-content ol { - margin-left: 0; - padding: 0; - padding-left: 16px; -} - -.entry-content ul ul, -.entry-content ol ol { - margin-right: 0; - margin-left: 0; - padding-right: 1.5em; - padding-left: 1.5em; -} - - -/* Align .more-link with the content. */ - -.entry-content>.more-link { - display: block; -} - -.page-links { - clear: both; - margin-bottom: 1.5em; -} - -.entry-footer span { - margin-right: 1em; -} - -.entry-footer { - clear: both; - margin-bottom: 0; - padding: 1.5em 0 0; - border-top: 1px solid #e8e8e8; -} - -@media (--content-query) { - .entry-footer { - padding-right: 0; - padding-left: 0; - } -} - /*-------------------------------------------------------------- ## Alignments --------------------------------------------------------------*/ diff --git a/assets/css/content.min.css b/assets/css/content.min.css index 7f761ae..0e0c6ff 100755 --- a/assets/css/content.min.css +++ b/assets/css/content.min.css @@ -1 +1 @@ -:root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-loader:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-site-title:#111;--color-site-title-hover:#ee4036;--color-site-tagline:#757575;--color-theme-body:#f7f7f9;--color-layout-boxed:#fff;--color-theme-white-box:#fff;--global-body-lightcolor:#fafafa;--color-header-bg:#fff;--color-menu:#111;--color-menu-hover:#ee4036;--color-menu-active:#ee4036;--color-subheader-title:#111;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--color-h1:#111;--color-h2:#111;--color-h3:#111;--color-h4:#111;--color-h5:#111;--color-h6:#111;--global-border-color:#e8e8e8;--button-text-color:#fff;--button-text-hover-color:#fff;--button-background-color:#ef5455;--button-background-hover-color:#f83939;--button-border-color:#ef5455;--button-border-hover-color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--color-footer-title:#111;--color-footer-content:#505050;--color-footer-link:#111;--color-footer-link-hover:#ef5455;--color-copyright-bg:#fff;--color-copyright-content:#505050;--color-copyright-link:#111;--color-copyright-link-hover:#ef5455;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--textarea-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video{margin:0 0 1.5em}p{margin:0 0 15px}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)} \ No newline at end of file +:root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-loader:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-site-title:#111;--color-site-title-hover:#ee4036;--color-site-tagline:#757575;--color-theme-body:#f7f7f9;--color-layout-boxed:#fff;--color-theme-white-box:#fff;--global-body-lightcolor:#fafafa;--color-header-bg:#fff;--color-menu:#111;--color-menu-hover:#ee4036;--color-menu-active:#ee4036;--color-subheader-title:#111;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--color-h1:#111;--color-h2:#111;--color-h3:#111;--color-h4:#111;--color-h5:#111;--color-h6:#111;--global-border-color:#e8e8e8;--button-text-color:#fff;--button-text-hover-color:#fff;--button-background-color:#ef5455;--button-background-hover-color:#f83939;--button-border-color:#ef5455;--button-border-hover-color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--color-footer-title:#111;--color-footer-content:#505050;--color-footer-link:#111;--color-footer-link-hover:#ef5455;--color-copyright-bg:#fff;--color-copyright-content:#505050;--color-copyright-link:#111;--color-copyright-link-hover:#ef5455;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--textarea-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)} \ No newline at end of file diff --git a/assets/css/global.css b/assets/css/global.css index db54981..31d8a7a 100755 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -2285,6 +2285,256 @@ button.media-menu-item { border: 0 !important; } +/*-------------------------------------------------------------- +# Post and page content +--------------------------------------------------------------*/ + +.entry { + margin-bottom: 1rem; +} + +.post-layout .entry-layout { + position: relative; +} + +.entry-header { + position: relative; +} + +.entry-meta, +.single-post .entry-footer { + font-size: inherit; +} + + +/* Entry meta */ + +.entry-meta { + margin: 0; + display: flex; + align-items: center; + flex-flow: wrap; + font-size: 12px; +} + +.entry-meta .posted-by img { + margin-right: 5px; + border-radius: 100px; +} + +.entry-meta .posted-by { + display: block; + margin: 0; + font-weight: 700; +} + +.entry-meta .author.vcard, +.entry-meta span.posted-by>a { + text-transform: inherit; + margin-left: 0; +} + +.entry-meta .posted-by img { + float: left; + margin-right: 15px; +} + +.entry-edit-link { + margin-left: auto; +} + +.post-edit-link { + text-transform: uppercase; +} + +.post-meta-category { + margin-bottom: 5px !important; + padding: 0; + list-style: none; + display: flex; + flex-wrap: wrap; + position: relative; + text-transform: uppercase; + font-weight: 700; +} + +.post-meta-category a { + color: var(--color-theme-primary); + font-size: 13px; +} + +.entry-meta .entry-cat-links::before, +.entry-meta .entry-comments-link a::before, +.entry-meta .entry-edit-link a::before, +.entry-meta .entry-featured::before { + margin-right: 4px; + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + display: inline-block; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.entry-meta .entry-cat-links::before { + content: "\f115"; +} + +.entry-meta .entry-edit-link a::before { + content: "\f040"; +} + +.entry-meta .entry-comments-link a::before { + content: "\f0e5"; +} + +.entry-meta .entry-featured::before { + content: "\f041"; +} + + +/* Hides the update date and time. */ + +.updated:not(.published) { + display: none; +} + +/* .post-thumbnail img { + margin: 0 auto; +} */ + +.page-content, +.entry-content, +.entry-summary { + margin: 1em 0 0; +} + +.page-content>*, +.entry-content>*, +.entry-summary>* { + margin-right: auto; + margin-left: auto; + max-width: var(--content-width); +} + +.page-content ul, +.entry-content ul, +.entry-summary ul, +.page-content ol:not(.comment-list), +.entry-content ol:not(.comment-list), +.entry-summary ol:not(.comment-list) { + margin-left: 1.05em; +} + +.page-header, +.entry-header, +.entry-footer, +.post-navigation, +.page-navigation, +.comments-area { + margin: 0 0 1.5em; + max-width: var(--content-width); +} + +.entry-content .wp-audio-shortcode, +.entry-content .wp-embedded-audio, +.entry-content .wp-embedded-video, +.entry-content .wp-video { + margin: 0; + margin-bottom: 1.5em; +} + +p { + margin: 0; + margin-bottom: 15px; +} + +.entry-content ul.wp-block-list li, +.entry-content ol.wp-block-list li { + margin-bottom: 10px; +} + +article .entry-header { + max-width: max-content; +} + +.type-grade .entry-header, +.type-grade .entry-footer, +.type-level .entry-header, +.type-level .entry-footer, +.type-quests .entry-header, +.type-quests .entry-footer, +.type-badges .entry-header, +.type-badges .entry-footer { + display: none; +} + +@media (--content-query) { + + .page-content>*, + .entry-content>*, + .entry-summary>*, + .page-header, + .entry-header, + .entry-footer, + .post-navigation, + .page-navigation, + .comments-area { + padding-left: 0; + padding-right: 0; + } + + .entry-content>*.wp-block-code { + padding: .8em 1em; + } +} + +.single-post .entry-content ul:not(.blocks-gallery-grid), +.single-post .entry-content ol { + margin-left: 0; + padding: 0; + padding-left: 16px; +} + +.entry-content ul ul, +.entry-content ol ol { + margin-right: 0; + margin-left: 0; + padding-right: 1.5em; + padding-left: 1.5em; +} + + +/* Align .more-link with the content. */ + +.entry-content>.more-link { + display: block; +} + +.page-links { + clear: both; + margin-bottom: 1.5em; +} + +.entry-footer span { + margin-right: 1em; +} + +.entry-footer { + clear: both; + margin-bottom: 0; + padding: 1.5em 0 0; + border-top: 1px solid #e8e8e8; +} + +@media (--content-query) { + .entry-footer { + padding-right: 0; + padding-left: 0; + } +} + /*-------------------------------------------------------------- ## Post Default Layout. --------------------------------------------------------------*/ @@ -2378,6 +2628,7 @@ button.media-menu-item { } .buddyx-article--default .post-thumbnail img { + width: 100%; border-radius: var(--global-border-radius); } @@ -3040,6 +3291,19 @@ button.media-menu-item { margin-left: auto; } +.single-post .post-thumbnail img { + width: 100%; + margin: 0 auto; +} + +@media (min-width: 768px) { + .single-post .buddyx-section-title-above .post-thumbnail img, + .single-post .buddyx-section-title-below .post-thumbnail img { + max-height: 640px; + object-fit: contain; + } +} + .single-post .site-wrapper, .buddyx-post-section:not(.has-featured-image) { margin-top: var(--el-spacing); @@ -3126,13 +3390,13 @@ button.media-menu-item { } } -@media (min-width: 992px) { +/* @media (min-width: 992px) { .single-post .site-wrapper, .buddyx-post-section:not(.has-featured-image) { - margin-top: calc(var(--el-spacing) * 3); + margin-top: calc(var(--el-spacing) * 2); } -} +} */ @media (max-width: 767px) { .buddyx-post-section.buddyx-section-title-over .post-thumbnail { @@ -3342,7 +3606,7 @@ button.media-menu-item { margin: 0 auto; display: block; overflow: hidden; - padding-bottom: 100%; + padding-bottom: 80%; } .buddyx-section-half.has-featured-image .post-thumbnail>img { @@ -3407,7 +3671,7 @@ button.media-menu-item { } } -@media (min-width: 992px) { +/* @media (min-width: 992px) { .buddyx-section-title-above.has-featured-image .entry-header--default { margin-top: calc(var(--el-spacing) * 3); margin-bottom: calc(var(--el-spacing) * 3); @@ -3420,7 +3684,7 @@ button.media-menu-item { .single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default { margin-bottom: calc(var(--el-spacing) * 3); } -} +} */ /*-------------------------------------------------------------- diff --git a/assets/css/global.min.css b/assets/css/global.min.css index 730c6d5..d063fc5 100755 --- a/assets/css/global.min.css +++ b/assets/css/global.min.css @@ -1,4 +1,4 @@ :root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-loader:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-site-title:#111;--color-site-title-hover:#ee4036;--color-site-tagline:#757575;--color-theme-body:#f7f7f9;--color-layout-boxed:#fff;--color-theme-white-box:#fff;--global-body-lightcolor:#fafafa;--color-header-bg:#fff;--color-menu:#111;--color-menu-hover:#ee4036;--color-menu-active:#ee4036;--color-subheader-title:#111;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--color-h1:#111;--color-h2:#111;--color-h3:#111;--color-h4:#111;--color-h5:#111;--color-h6:#111;--global-border-color:#e8e8e8;--button-text-color:#fff;--button-text-hover-color:#fff;--button-background-color:#ef5455;--button-background-hover-color:#f83939;--button-border-color:#ef5455;--button-border-hover-color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--color-footer-title:#111;--color-footer-content:#505050;--color-footer-link:#111;--color-footer-link-hover:#ef5455;--color-copyright-bg:#fff;--color-copyright-content:#505050;--color-copyright-link:#111;--color-copyright-link-hover:#ef5455;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--textarea-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}.wp-block-image.is-style-buddyx-border img{border:2px solid #ef5455;border:2px solid var(--color-theme-primary);border-radius:5px}.wp-block-button__link,.wp-element-button{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:6px;border-radius:var(--button-border-radius);padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.wp-block-button__link:hover,.wp-element-button:hover{color:#fff;color:var(--button-text-hover-color);background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color)} -/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}link{display:none}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,input,optgroup,select,textarea{color:#505050;color:var(--global-font-color);font-family:Open Sans,serif;font-family:var(--global-font-family);font-size:.875rem;font-size:var(--font-size-regular);line-height:1.4;line-height:var(--global-font-line-height)}h1,h2,h3,h4,h5,h6{font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);margin-top:0;margin-bottom:1rem;color:#111;color:var(--color-link);line-height:1.4;font-weight:inherit;clear:both}h1{font-size:30px;color:#111;color:var(--color-h1)}h2{font-size:24px;color:#111;color:var(--color-h2)}h3{font-size:22px;color:#111;color:var(--color-h3)}h4{font-size:20px;color:#111;color:var(--color-h4)}h5{font-size:18px;color:#111;color:var(--color-h5)}h6{font-size:16px;color:#111;color:var(--color-h6)}.entry-header h1.entry-title,.page-header .page-title{line-height:1.4;margin-top:15px;margin-bottom:1em}.entry-layout .entry-header h1.entry-title,.entry-layout .page-header .page-title{line-height:1.4;margin-bottom:1em}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote{border-left:4px solid #111;border-left:4px solid var(--color-quote-border);margin:0;padding-left:1em!important;margin-left:1.5rem}@media screen and (min-width:48em){.entry-content>blockquote{margin-left:auto}}blockquote cite{color:#6c7781;color:var(--color-quote-citation);font-size:13px;margin-top:1em;position:relative;font-style:normal}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.5em;max-width:100%;overflow:auto;padding:1.5em}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background:#f7f7f9;background:var(--color-theme-body)}hr{background-color:#e8e8e8;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em}a{color:#111;color:var(--color-link);text-decoration:none}a:active,a:focus,a:hover{color:#ef5455;color:var(--color-link-hover)}a:active,a:hover{outline:0;text-decoration:none}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:100%}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:100%;max-width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video{margin:0 0 1.5em}p{margin:0 0 15px}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)}.primary-sidebar{width:100%;max-width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto}@media screen and (min-width:48em){.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width:60em){.primary-sidebar{padding:0}}.sticky{display:block}@media screen and (max-width:60em){.sticky-sidebar-enable .sticky-sidebar.is_stuck{position:static!important}.sticky-sidebar-enable .widget-area>div{height:auto!important}}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.widget-area .widget:first-child{margin-top:0}.widget-area .widget:last-child{margin-bottom:1rem}.widget-area .widget ul{list-style:none;margin:0;padding:0}.widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.widget li{line-height:1.5}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li,.widget_categories li{color:#7d7d7d;line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_categories .children{padding-top:0}.widget_nav_menu .sub-menu,.widget_pages .children{padding-top:0;padding-bottom:.5em}.widget_nav_menu a,.widget_pages a{display:block;padding:.6em 0}.widget_nav_menu a,.widget_nav_menu a:focus,.widget_nav_menu a:hover,.widget_pages a,.widget_pages a:focus,.widget_pages a:hover{text-decoration:none;border-bottom:1px dashed grey}.widget_nav_menu li,.widget_pages li{padding:0}.widget_nav_menu li ul,.widget_pages li ul{margin-left:1em}.widget_meta li{line-height:1.3;padding:0 0 .5em;margin-bottom:5px}.widget_recent_entries li{margin-bottom:8px}ol.wp-block-latest-comments{padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:10px}.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{margin-bottom:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}ol.wp-block-latest-comments{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:0}.widget-area .widget .wp-block-latest-posts{-webkit-margin-before:24px;margin-block-start:24px}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_recent_comments a:focus,.widget_recent_comments a:hover{padding-left:0}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{font-family:Open Sans,serif;font-family:var(--global-font-family);padding:.5em 0;font-size:.9em;line-height:1.3}.widget_search .search-submit{display:none}.elementor-page .wp-block-search__inside-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%}.elementor-page .wp-block-search__button{margin-left:10px;word-break:normal}.widget.widget_search input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.5em 1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius)}.widget #searchform input.text_input{padding-left:10px;width:100%;padding-right:65px}.widget #searchform{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget #searchform input[type=submit]{position:absolute;right:3px;border-radius:3px;height:38px;line-height:0}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:transparent;color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;background:var(--color-theme-white-box);border:1px solid #ccc}.widget_calendar .pad{background:#eaeaea}.widget_sfwd-courses-widget li h4{font-size:inherit;margin-bottom:10px}.widget_sfwd-courses-widget li:last-child h4{margin-bottom:0}.widget_calendar a{font-weight:900;text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}canvas{width:100%!important;height:auto!important}body.elementor-editor-active .site-header-wrapper{z-index:99}.elementor-template-full-width #page>.container,.elementor-template-full-width #page>.container-fluid{max-width:100%;padding:0}p:empty{margin:0}.wp-embed-responsive .wp-block-embed-vimeo .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed-youtube .wp-block-embed__wrapper:before,p:empty,p:empty:before{content:none}body.elementor-editor-active .primary-sidebar,body.elementor_library-template-default .primary-sidebar{display:none}body.elementor-editor-active .site-wrapper,body.elementor_library-template-default .site-wrapper{grid-template-columns:1fr!important}.site{margin:0 auto;max-width:100%;overflow:hidden}.site-wrapper{margin:1rem 0}.site-wrapper #item-header{margin-top:-1rem}@media (min-width:768px){.site-wrapper{margin:2rem 0}.site-wrapper #item-header{margin-top:-2rem}#primary,.site-wrapper{min-height:calc(100vh - 190px)}.page-template-full-width #primary,.page-template-full-width .site-wrapper{min-height:calc(100vh - 130px)}}@media (max-width:767px){.page-template-full-width:not(.elementor-editor-active) .site{padding-top:36px!important}}@media screen and (min-width:60em){.has-bbpress-sidebar-right.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-right:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right.bpsh-buddypress .site-wrapper,.has-sidebar-right.buddypress.search-results .site-wrapper,.has-sidebar-right.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-right .site-wrapper{display:grid;grid-template-columns:3fr 260px;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left.bpsh-buddypress .site-wrapper,.has-sidebar-left.buddypress.search-results .site-wrapper,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-left .site-wrapper{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both.bpsh-buddypress .site-wrapper,.has-sidebar-both.buddypress.search-results .site-wrapper,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-both .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{padding:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-both.bpsh-buddypress .site-main,.has-sidebar-both.buddypress.search-results .site-main,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-main{grid-column:2;min-width:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{grid-column:3;min-width:0}.site-header{grid-column:span 2}.has-woocommerce-sidebar-right .site-wrapper>.content-area,.site-main{grid-column:1;min-width:0}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-left.bpsh-buddypress .site-main,.has-sidebar-left.buddypress.search-results .site-main,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-wrapper>.content-area,.has-woocommerce-sidebar-left .site-main,.has-woocommerce-sidebar-left .site-wrapper>.content-area,.primary-sidebar{grid-column:2;min-width:0}.site-footer{grid-column:span 2}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-wrapper{grid-template-columns:3fr 260px!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-right .site-wrapper{grid-template-columns:260px 3fr!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-main{grid-column:1!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .primary-sidebar{grid-column:2!important}.page-template-page-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-left-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-right-sidebar .site-main{grid-column:1!important;min-width:0}.page-template-page-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-both-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.post-template-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.post-template-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.has-single-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-no-sidebar .site-wrapper{grid-template-columns:1fr!important}.has-single-post-no-sidebar .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.bp-docs .site-wrapper,.has-sidebar-left.bp-docs .site-wrapper,.has-sidebar-right.bp-docs .site-wrapper{display:block!important}.has-sidebar-both.has-docs-sidebar-right .site-wrapper,.has-sidebar-left.has-docs-sidebar-right .site-wrapper,.has-sidebar-right.has-docs-sidebar-right .site-wrapper{display:grid!important;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-both.has-docs-sidebar-right .site-main,.has-sidebar-left.has-docs-sidebar-right .site-main,.has-sidebar-right.has-docs-sidebar-right .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.has-docs-sidebar-right .primary-sidebar,.has-sidebar-left.has-docs-sidebar-right .primary-sidebar,.has-sidebar-right.has-docs-sidebar-right .primary-sidebar{grid-column:2!important;min-width:0}}.community-directory-left-sidebar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:60em){.site-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.community-directory-left-sidebar{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.left-sidebar,.woo-left-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:1rem}#primary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.primary-sidebar,.woo-primary-sidebar{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}}textarea{width:100%;resize:vertical}a.read-more.button,button.button,button[type=submit],input[type=button],input[type=reset],input[type=submit]{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:6px;border-radius:var(--button-border-radius);padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{color:#fff!important;font-size:18px!important;border-radius:50%!important;border:2px solid #fff!important;padding:3px!important}a.read-more.button:hover,button.button:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff;color:var(--button-text-hover-color);background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}button:focus-visible{outline:2px solid #000}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#666;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius);padding:10px;min-height:38px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#111}a.menu-close:focus-visible{outline:2px solid #fff}table{border-collapse:collapse;border-spacing:0;width:100%;margin:0 0 1rem}table,table td,table th{border:1px solid #e8e8e8;border:1px solid var(--global-border-color)}table td,table th{padding:1rem}.widget_calendar table th{padding:.2em}select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 12px;color:inherit}.site-header-wrapper{position:relative;margin:0;padding-top:5px;padding-bottom:5px;border-top:0;background:#fff;background:var(--color-header-bg);min-height:51px;z-index:999;-webkit-box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15);box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15)}.sticky-header .site-header-wrapper.has-sticky-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:999}@media (max-width:767px){.site-header-wrapper{z-index:9999}}.sticky-header .site-header-wrapper.has-sticky-header{-webkit-box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15);box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15)}.site-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-image{margin:0 auto}.header-image img{display:block;margin:0 auto}.custom-logo-link{display:block}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-logo-wrapper>a{margin-right:15px}.site-branding img{width:auto;max-height:64px;-o-object-fit:contain;object-fit:contain}.site-title{margin:0 0 6px;font-size:38px;font-weight:700;line-height:1.2}.site-title,.site-title a{color:#111;color:var(--color-site-title)}.site-title a{text-decoration:none}.site-title:hover,.site-title a:hover{color:#ee4036;color:var(--color-site-title-hover)}.site-description{margin:-5px 0 0;font-size:14px;font-weight:inherit;line-height:1.4;word-wrap:break-word;color:#757575;color:var(--color-site-tagline)}.nav--toggle-small .menu-toggle{display:block;margin:0;padding:10px!important;font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);font-size:80%;line-height:0!important;color:#111;text-transform:uppercase;border:0;border-radius:0;background:transparent;float:right;cursor:pointer;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.nav--toggle-small .menu-toggle .fa{font-size:24px}.mobile-menu-heading,.nav--toggle-sub .dropdown{display:none}body.admin-bar .site-header-wrapper.has-sticky-header{top:32px}@media (max-width:782px){body.admin-bar .site-header-wrapper.has-sticky-header{top:46px}.main-navigation .user-profile-menu .sub-menu{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}}@media (max-width:600px){body.admin-bar .has-sticky-header .main-navigation .primary-menu-container,body.admin-bar .site-header-wrapper.has-sticky-header{top:0}}.primary-menu-container .dropdown-toggle:after{border:0}.main-navigation .bp-header-submenu li a,.main-navigation .user-profile-menu li a{padding:6px 15px;border-radius:6px}.main-navigation .bp-header-submenu li a:hover,.main-navigation .user-profile-menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation .buddyx-mobile-menu,.moible-icons{display:none}@media (max-width:767px){.site-branding{-webkit-box-flex:1;-ms-flex:1;flex:1}.desktop-icons,.main-navigation .primary-menu-container.buddyx-desktop-menu{display:none}.main-navigation .buddyx-mobile-menu,.moible-icons{display:block}.nav--toggle-small .menu,.nav--toggle-small.nav--toggled-on .menu{display:block;padding:0 20px 20px}.mobile-menu-close{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7);-webkit-transition:all .3s ease;transition:all .3s ease}.has-sticky-header .mobile-menu-close{z-index:99}.mobile-menu-opened .mobile-menu-close{opacity:1;visibility:visible}.main-navigation .primary-menu-container{position:fixed;top:0;bottom:0;right:0;width:340px;overflow:auto;background-color:#fff;background-color:var(--color-header-bg);z-index:9999;-webkit-transform:translate3d(340px,0,0);transform:translate3d(340px,0,0);-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;visibility:hidden}body.admin-bar .main-navigation .primary-menu-container{top:46px}.mobile-menu-opened .primary-menu-container{display:block;-webkit-transform:none;transform:none;opacity:1;visibility:visible;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mobile-menu-heading{margin-bottom:20px;padding:28px 20px;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu-heading .menu-title{letter-spacing:.6px;margin-bottom:0;padding-bottom:0;font-size:24px;text-transform:uppercase;vertical-align:middle;display:inline-block;color:#fff}.mobile-menu-heading .menu-close{width:auto;color:#fff;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.6px;line-height:35px;position:relative;cursor:pointer;padding-right:21px}.mobile-menu-heading .menu-close:after,.mobile-menu-heading .menu-close:before{content:" ";position:absolute;right:0;top:50%;margin-top:-1px;width:15px;height:2px;display:inline-block;background-color:#fff;-webkit-transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.mobile-menu-heading .menu-close:hover:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-heading .menu-close:hover:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.buddyx-mobile-menu .dropdown-toggle{display:block;position:absolute;top:0;right:0;margin:0;padding:0;width:36px;height:36px;text-align:center;outline:0;background-color:#ef5455;background-color:var(--button-background-color);border:1px solid #ef5455;border:1px solid var(--button-border-color);border-radius:3px}.buddyx-mobile-menu .dropdown-toggle:after{content:"\f107";font-family:Font Awesome\ 6 Free;font-weight:900;font-size:18px;border:0}.main-navigation ul.menu ul li{padding-left:0}#primary-menu .sub-menu,.mobile-user-profile-menu .sub-menu{display:none}#primary-menu .sub-menu.toggle-show,.mobile-user-profile-menu .sub-menu.toggle-show{display:block}.main-navigation .buddyx-mobile-menu ul.menu li a{padding:.5em 1em;border-radius:6px}.main-navigation .buddyx-mobile-menu ul.menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation ul li.menu-item-has-children{position:relative}.buddyx-mobile-user .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 30px 20px}.buddyx-mobile-user .user-wrap a{width:auto;padding:0}.buddyx-mobile-user .user-wrap .avatar{border-radius:50%;margin-right:15px;max-width:52px}.buddyx-mobile-user .user-wrap .user-name{font-size:18px;font-weight:600}.buddyx-mobile-user .my-account-link a{font-size:13px;color:#939597;line-height:1}}@media (max-width:480px){.main-navigation .primary-menu-container{width:300px}}@media (min-width:768px){.primary-menu-container{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav--toggle-small .menu-toggle{display:none}.nav--toggle-small .menu{display:block}.nav--toggle-sub .dropdown-symbol{display:block;background:transparent;position:absolute;right:20%;top:50%;width:60%;height:60%;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nav--toggle-sub ul ul{display:none;position:absolute;top:100%;right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;padding:10px 0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:none;transition:none}.nav--toggle-sub ul .hideshow ul{margin-left:-10px}.hideshow.menu-item--has-toggle>ul.sub-menu:before{right:24px}.menu-item--has-toggle>ul.sub-menu:before,.nav--toggle-sub ul.user-profile-menu .sub-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.nav--toggle-sub ul.user-profile-menu .sub-menu:before,.sub-menu li.menu-item--has-toggle>ul.sub-menu:before{top:11px;left:auto;right:-13px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav--toggle-sub ul.user-profile-menu .sub-menu{top:0;left:auto;right:100%}.main-navigation ul.sub-menu li a{padding:5px 15px;border-radius:6px}.main-navigation ul.sub-menu li a:hover{background:rgba(0,0,0,.02)}.nav--toggle-sub .dropdown,.nav--toggle-sub .dropdown-toggle{background:transparent;position:absolute;right:0;top:50%;width:.7em;width:var(--dropdown-symbol-width);height:.7em;height:var(--dropdown-symbol-width);font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:visible;display:none}.nav--toggle-sub ul ul .dropdown,.nav--toggle-sub ul ul .dropdown-toggle{top:32%;right:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav--toggle-sub ul ul .dropdown-symbol{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav--toggle-sub .dropdown-toggle:hover,.nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle{pointer-events:none}.nav--toggle-sub li.menu-item--has-toggle,.nav--toggle-sub li.menu-item-has-children{position:relative;padding-right:.7em;padding-right:var(--dropdown-symbol-width)}.main-navigation.nav--toggle-sub ul.sub-menu li.menu-item--has-toggle{padding-right:0}.nav--toggle-sub li.menu-item--has-toggle:after,.nav--toggle-sub li.menu-item-has-children:after{content:"\f107";font-family:Font Awesome\ 6 Free;display:inline-block;width:12px;height:20px;line-height:20px;position:absolute;right:0;top:0;bottom:0;margin:auto;font-size:inherit;font-weight:900}.nav--toggle-sub li.menu-item--has-toggle .sub-menu li:after,.nav--toggle-sub li.menu-item-has-children .sub-menu li:after{right:10px}.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:hover>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul{display:block;-webkit-transition:none;transition:none}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block;-webkit-transition:none;transition:none}}.main-navigation{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;max-width:var(--content-width);font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family)}.main-navigation a{display:block;width:100%;padding:.5em 1em .5em 0;text-decoration:none}.main-navigation a,.main-navigation ul li a,.nav--toggle-small .menu-toggle,.nav--toggle-sub li.menu-item-has-children{color:#111;color:var(--color-menu)}.main-navigation a:hover,.main-navigation ul li a:hover,.nav--toggle-small .menu-toggle:hover,.nav--toggle-sub li.menu-item-has-children:hover{color:#ee4036;color:var(--color-menu-hover)}.nav--toggle-small .menu-toggle{border-color:#111;border-color:var(--color-menu)}.nav--toggle-small .menu-toggle:hover{border-color:#ee4036;border-color:var(--color-menu-hover)}.main-navigation ul li.current-menu-item>a{color:#ee4036;color:var(--color-menu-active)}.main-navigation ul{display:block;list-style:none;margin:0;padding:0}.main-navigation ul ul li{padding-left:1em}@media (min-width:768px){.main-navigation ul#primary-menu>li>a{padding:1.5em .5em}.main-navigation ul li a{padding:.8em .5em}.main-navigation ul li{margin:0 0 0 .5em}.main-navigation ul li:first-child{margin-left:0}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{padding-left:0;margin-left:0}.main-navigation ul ul.sub-menu li{margin:0 10px}.main-navigation ul ul li a{width:170px;background:none}.main-navigation ul ul ul{top:0;right:100%;min-height:100%}.main-navigation ul ul ul ul{right:-170px}.sub-menu li.menu-item--has-toggle>ul ul.sub-menu:before{top:30px;left:0;right:auto;-webkit-transform:rotate(230deg);transform:rotate(230deg)}.main-navigation .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;float:left}}.menu-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:10px 0}.menu-icons-wrapper .search{position:relative;margin:0 10px}.main-navigation .cart a,.main-navigation .search a{padding:0}.menu-icons-wrapper .cart,.menu-icons-wrapper .search{float:left;position:relative}.menu-icons-wrapper>.cart{margin:0 10px}.menu-icons-wrapper .top-menu-search-container{display:none;position:absolute;right:-10px;top:calc(100% + 20px);z-index:9}.menu-icons-wrapper #searchform{max-width:340px;position:relative;background:#fff;margin:0;padding:5px 45px 5px 15px;border-radius:8px;border-radius:var(--global-border-radius);-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1)}.menu-icons-wrapper #searchform input[type=search]{border:none;background:none;padding:0 0 0 5px;text-transform:uppercase;font-size:12px;width:280px;-webkit-appearance:none}.cart-info:before,.cart-total:before,.menu-icons-wrapper #searchform input[type=search]{color:#aaa}#searchform .search-icon{display:none}.menu-icons-wrapper #searchform input[type=submit]{width:45px;height:45px;margin:0;padding:0;position:absolute;right:0;top:4px;z-index:1;cursor:pointer;background:none;border:0;text-indent:-9999px}.menu-icons-wrapper #searchform input[type=submit]:focus{border:1px dotted #aaa}.menu-icons-wrapper #searchform:before{content:"\f002";position:absolute;font-family:Font Awesome\ 6 Free;font-size:14px;font-weight:900;right:15px;top:0;bottom:0;margin:auto;height:22px;color:#c2c2c2}.buddypress-icons-wrapper .bp-msg sup,.buddypress-icons-wrapper .user-notifications sup,.menu-icons-wrapper .cart sup{width:15px;height:15px;line-height:15px;text-align:center;letter-spacing:0;font-size:9px;font-weight:700;background:#ef5455;background:var(--color-theme-primary);color:#fff;border-radius:50%;position:absolute;top:-5px;right:-8px;display:inline-block}@media (max-width:767px){.menu-icons-wrapper:after{content:"";display:table;clear:both}.menu-icons-wrapper{float:none}}@media (max-width:480px){.menu-icons-wrapper #searchform input[type=search]{width:auto}}.buddypress-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:15px}.buddypress-icons-wrapper.buddyx-mobile-icon{display:none}.buddypress-icons-wrapper a{padding:0}.buddypress-icons-wrapper .bp-msg a,.buddypress-icons-wrapper .user-notifications a{position:relative}.buddypress-icons-wrapper .bp-msg,.buddypress-icons-wrapper .user-link-wrap,.buddypress-icons-wrapper .user-notifications{margin:0 10px;padding:10px 0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-icons-wrapper .user-link-wrap{margin-right:0}.buddypress-icons-wrapper .user-notifications{position:relative}.buddypress-icons-wrapper .user-link-wrap img,.buddypress-icons-wrapper .user-link-wrap img.avatar{width:40px;height:40px;border-radius:50%}.buddypress-icons-wrapper .user-link-wrap{padding:0;position:relative}.buddypress-icons-wrapper #bp-notify{width:300px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner{max-height:400px;overflow-y:auto;margin:0;padding:15px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item{padding:10px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item:hover{background:rgba(0,0,0,.02);border-radius:6px;border-radius:var(--form-border-radius)}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item .mute{font-size:80%;color:#757575}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item p{margin:0}.buddypress-icons-wrapper #bp-notify .alert-message{padding:15px}.buddypress-icons-wrapper #bp-notify .dropdown-footer{padding:15px;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.user-link-wrap .user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.user-link-wrap .bp-user{padding-right:15px}#user-profile-menu{width:170px}.main-navigation #user-profile-menu,.main-navigation .bp-header-submenu{display:none;position:absolute;top:100%;right:-8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:all .3s;transition:all .3s}.main-navigation .bp-header-submenu.bp-notify{right:-25px}.bp-header-submenu:before,.user-profile-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.main-navigation #user-profile-menu{right:0;padding:10px 0}.user-profile-menu:before{right:50px}.buddypress-icons-wrapper .user-link-wrap.active #user-profile-menu,.buddypress-icons-wrapper .user-link-wrap:hover #user-profile-menu,.buddypress-icons-wrapper .user-notifications.active #bp-notify,.buddypress-icons-wrapper .user-notifications:hover #bp-notify{display:block}#user-profile-menu li{margin:0 10px;padding:0}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{padding:.8em .5em}.buddypress-icons-wrapper .btn-login span,.buddypress-icons-wrapper .btn-register span{margin-right:6px}@media (max-width:767px){.buddypress-icons-wrapper{display:none}.buddypress-icons-wrapper.buddyx-mobile-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{font-size:12px}.buddypress-icons-wrapper .user-link-wrap,span.bp-user{display:none}.main-navigation #user-profile-menu{top:calc(100% + 8px)}.user-profile-menu:before{right:24px}.buddyx-mobile-icon .user-link-wrap .user-link,.buddyx-mobile-icon .user-notifications>.bp-icon-wrap{pointer-events:none}}@media (max-width:480px){.main-navigation{margin-left:auto}.site-title a{font-size:24px!important}.menu-icons-wrapper .top-menu-search-container{right:-80px}.menu-icons-wrapper #searchform{max-width:200px}}@media (min-width:360px) and (max-width:440px){.buddypress-icons-wrapper #bp-notify{right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}@media (max-width:359px){.buddypress-icons-wrapper #bp-notify{width:280px;right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}.site-main .comment-navigation,.site-main .pagination,.site-main .post-navigation,.site-main .posts-navigation{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);margin:0 auto 2em;max-width:100%;max-width:var(--content-width);overflow:hidden;padding:0 1.5rem 2em}.site-main .post-navigation,.site-main .posts-navigation{position:relative;margin:1rem 0;padding:1em 0;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.post-navigation-sub{display:none}.nav-previous a:before{content:"\f104";margin-right:10px}.nav-next a:after,.nav-previous a:before{font-family:Font Awesome\ 6 Free;font-weight:900;display:inline-block}.nav-next a:after{content:"\f105";margin-left:10px}@media screen and (min-width:48em){.site-main .comment-navigation,.site-main .pagination{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{width:50%;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{text-align:end;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.post-navigation-sub span{color:#505050;color:var(--global-font-color);text-decoration:none;display:inline-block}.site-main .pagination{background:transparent;margin-bottom:1.5em;border:0;-webkit-box-shadow:none;box-shadow:none}.pagination .nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-bottom:.5em;margin-right:1em;min-width:1.75em;line-height:1.5;text-align:center;background:#fff;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8;padding:10px 15px;text-decoration:none}.pagination a:active,.pagination a:hover{border-color:#00a0d2}.pagination .next,.pagination .prev{min-width:auto;border-color:transparent}.pagination .next:active,.pagination .next:focus,.pagination .next:hover,.pagination .prev:active,.pagination .prev:focus,.pagination .prev:hover{border-color:transparent}.pagination .dots{min-width:auto;border:none}.pagination .current{color:#ef5455;color:var(--color-theme-primary);border-color:#505050;border-color:var(--global-font-color)}.site-footer{margin:1em 0 0;background:#fff;color:#505050;color:var(--color-footer-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.site-footer .widget-title{color:#111;color:var(--color-footer-title)}.site-footer a{color:#111;color:var(--color-footer-link)}.site-footer a:active,.site-footer a:hover{color:#ef5455;color:var(--color-footer-link-hover)}.page-template-full-width .site-footer{margin:0}.footer-inner{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px}.footer-widget{width:100%;margin:0 15px}.footer-widget ul{list-style:none;margin:0;padding:0}.footer-widget:first-child{margin-left:0}.footer-widget:last-child{margin-right:0}@media (max-width:991px){.footer-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-widget{width:50%;margin:0}}@media screen and (max-width:37.5em){.footer-inner{margin:50px 0;display:block}.footer-widget{width:100%}}.site-info{padding:2em 0;background:#fff;background:var(--color-copyright-bg);color:#505050;color:var(--color-copyright-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);text-align:center}.site-info a{color:#111;color:var(--color-copyright-link)}.site-info a:hover{color:#ef5455;color:var(--color-copyright-link-hover)}.infinite-scroll.neverending .site-footer,.infinite-scroll .pagination,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}body.layout-boxed{background-attachment:fixed;background-color:#f7f7f9;background-color:var(--color-theme-body)}@media (min-width:1170px){.layout-boxed .site,.layout-boxed .site-header-wrapper{width:1170px;margin:0 auto;background:#fff;background:var(--color-header-bg)}}body.layout-boxed .site{background-color:#fff;background-color:var(--color-layout-boxed)}.bp-user .site-sub-header,.group-create .site-sub-header,.single-item.groups .site-sub-header{display:none}.site-sub-header{position:relative;color:#111;color:var(--color-subheader-title);margin-bottom:1rem;padding:30px 0;background:hsla(0,0%,100%,.5);width:100vw;margin-left:-50vw;left:50%}.layout-boxed .site-sub-header{width:auto;left:auto;margin:0 -15px}.site-sub-header .woocommerce-products-header,.site-sub-header>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 15px}.site-sub-header .woocommerce-products-header{width:100%;padding:0}.site-sub-header>.container:before{content:none}@media (max-width:991px){.site-sub-header>.container{padding:0 20px}}.archive-description p{margin:0}.site-sub-header .entry-header,.site-sub-header .entry-header .entry-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-header .page-title,.site-sub-header .page-title{position:relative;margin:0;z-index:1}.site-sub-header .entry-header-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-title{color:#111;color:var(--color-subheader-title);margin-right:auto}.site-sub-header .entry-header-title a,.site-sub-header .entry-title a,.site-sub-header .page-header a,.site-sub-header .page-title a{color:inherit}@media screen and (max-width:37.5em){.site .site-sub-header .entry-title,.site .site-sub-header .page-title{font-size:24px}}#breadcrumbs,.buddyx-breadcrumbs{font-size:14px;margin:0}#breadcrumbs a,.buddyx-breadcrumbs a{color:#ef5455;color:var(--color-theme-primary)}#breadcrumbs a:hover,.buddyx-breadcrumbs a:hover{text-decoration:underline}.buddyx-trail-items{list-style:none}.buddyx-trail-items,.buddyx-trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0}.buddyx-trail-items li:not(.trail-end):after{padding:0 .3em;content:"\00bb"}.wp-editor-container button{background-color:inherit!important;border-color:inherit!important}.wp-editor-wrap .wp-switch-editor.switch-html,.wp-editor-wrap .wp-switch-editor.switch-tmce{background:#f5f5f5;border-color:#e2e2e2;color:#555}.wp-editor-wrap.html-active .switch-tmce,.wp-editor-wrap.tmce-active .switch-tmce{border-color:#e2e2e2}.mce-container iframe,.wp-editor-container textarea.wp-editor-area{height:250px!important}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid transparent!important}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{border-color:inherit!important;-webkit-box-shadow:none!important;box-shadow:none!important}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid transparent!important}.mce-toolbar .mce-listbox button:hover{color:#595959}.mce-toolbar .mce-btn-group .mce-btn button{background:inherit;border-color:inherit;border:1px solid transparent!important}button.media-menu-item{color:#72777c!important}.media-router .media-menu-item:hover{background:0 0!important;border:0!important}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--default .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article .entry-content{margin-top:0}.buddyx-article .entry-content p{margin:0}.buddyx-article-col{position:relative;margin-top:2rem;margin-top:var(--el-spacing);margin-bottom:2rem;margin-bottom:var(--el-spacing)}.buddyx-article-col .entry-title{margin-bottom:0}@media (min-width:992px){.buddyx-article--default .buddyx-article-col{margin-top:2rem;margin-top:calc(var(--el-spacing)*1);margin-bottom:2rem;margin-bottom:calc(var(--el-spacing)*1)}}.buddyx-article-col:first-child{margin-top:0}.buddyx-article-col:last-child{margin-bottom:0}.buddyx-article-col .meta-category__item:not(:first-child),.buddyx-article-col .meta-category__item span{display:none}.buddyx-article:after{content:" ";display:block;clear:both}.buddyx-article--default .buddyx-article>*{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.buddyx-article--default .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--default a.post-thumbnail{display:block}.buddyx-post-thumbnail p{margin:0}.buddyx-article--default .post-thumbnail img{border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article--list .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:Font Awesome\ 6 Free;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-article--masonry.without-masonry a.post-thumbnail{position:relative;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px;border-radius:calc(var(--global-border-radius) - 4px)}.buddyx-article--masonry.without-masonry a.post-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-quote-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:Font Awesome\ 6 Free;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .gallery a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid hsla(0,0%,100%,.45);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:calc(var(--container-xl));position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}.post-meta-tags .post-meta-tag__item{display:inline-block}.post-meta-tags .post-meta-tag__item>a{color:#ef5455;color:var(--color-theme-primary)}.post-meta-tags.badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;grid-gap:10px;gap:10px}.post-meta-tags.badge .post-meta-tag__item>a{background-color:#ef5455;background-color:var(--color-theme-primary);color:#fff;display:inline-block;padding:4px 8px;font-size:13px;line-height:1.2;font-weight:400;border-radius:3px}.post-meta-tags.underline .post-meta-tag__item>a{text-decoration:underline}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:100%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3);margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}#wp-idea-stream a.button,#wp-idea-stream button:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:not(.ed_button),#wp-idea-stream input[type=reset],#wp-idea-stream input[type=submit]:not(.search-submit),a.wpis-title-button,body.single-ideas #comments .comment-reply-link{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:3px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#wp-idea-stream a.button:focus,#wp-idea-stream a.button:hover,#wp-idea-stream button:hover:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:hover:not(.ed_button),#wp-idea-stream input[type=reset]:hover,#wp-idea-stream input[type=submit]:hover:not(.search-submit),a.wpis-title-button:focus,a.wpis-title-button:hover,body.single-ideas #comments .comment-reply-link:hover{background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color);color:#fff;color:var(--button-text-hover-color)}#wp-idea-stream div#pag-top{margin-bottom:2em;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream div#pag-bottom{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream ul.idea-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}#wp-idea-stream ul.idea-list>li+li{margin-top:2em}.idea-footer{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}#wp-idea-stream .idea-list li .has_featured_image div.idea-footer{margin-bottom:0}#wp-idea-stream ul.idea-list .idea-content.has_featured_image{margin:0}ul#ideas-main-nav form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#wp-idea-stream ul#ideas-main-nav li form input{height:38px}#wp-idea-stream ul#ideas-main-nav li form input[type=submit]{line-height:1.1}#wp-idea-stream ul.idea-comments-list .idea-comment-avatar img,#wp-idea-stream ul.idea-list .idea-avatar img{border-radius:3px}.css-events-list table.events-table td{padding:1rem}.single .type-event .entry-taxonomies{display:none}.single .type-event ul.event-categories{margin:0;padding:0;list-style:none}.single .type-event ul.event-categories li{display:inline-block}.single .type-event ul.event-categories li a{margin:0;padding:4px 8px;border:1px solid} \ No newline at end of file +/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}link{display:none}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,input,optgroup,select,textarea{color:#505050;color:var(--global-font-color);font-family:Open Sans,serif;font-family:var(--global-font-family);font-size:.875rem;font-size:var(--font-size-regular);line-height:1.4;line-height:var(--global-font-line-height)}h1,h2,h3,h4,h5,h6{font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);margin-top:0;margin-bottom:1rem;color:#111;color:var(--color-link);line-height:1.4;font-weight:inherit;clear:both}h1{font-size:30px;color:#111;color:var(--color-h1)}h2{font-size:24px;color:#111;color:var(--color-h2)}h3{font-size:22px;color:#111;color:var(--color-h3)}h4{font-size:20px;color:#111;color:var(--color-h4)}h5{font-size:18px;color:#111;color:var(--color-h5)}h6{font-size:16px;color:#111;color:var(--color-h6)}.entry-header h1.entry-title,.page-header .page-title{line-height:1.4;margin-top:15px;margin-bottom:1em}.entry-layout .entry-header h1.entry-title,.entry-layout .page-header .page-title{line-height:1.4;margin-bottom:1em}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote{border-left:4px solid #111;border-left:4px solid var(--color-quote-border);margin:0;padding-left:1em!important;margin-left:1.5rem}@media screen and (min-width:48em){.entry-content>blockquote{margin-left:auto}}blockquote cite{color:#6c7781;color:var(--color-quote-citation);font-size:13px;margin-top:1em;position:relative;font-style:normal}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.5em;max-width:100%;overflow:auto;padding:1.5em}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background:#f7f7f9;background:var(--color-theme-body)}hr{background-color:#e8e8e8;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em}a{color:#111;color:var(--color-link);text-decoration:none}a:active,a:focus,a:hover{color:#ef5455;color:var(--color-link-hover)}a:active,a:hover{outline:0;text-decoration:none}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:100%}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:100%;max-width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)}.primary-sidebar{width:100%;max-width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto}@media screen and (min-width:48em){.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width:60em){.primary-sidebar{padding:0}}.sticky{display:block}@media screen and (max-width:60em){.sticky-sidebar-enable .sticky-sidebar.is_stuck{position:static!important}.sticky-sidebar-enable .widget-area>div{height:auto!important}}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.widget-area .widget:first-child{margin-top:0}.widget-area .widget:last-child{margin-bottom:1rem}.widget-area .widget ul{list-style:none;margin:0;padding:0}.widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.widget li{line-height:1.5}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li,.widget_categories li{color:#7d7d7d;line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_categories .children{padding-top:0}.widget_nav_menu .sub-menu,.widget_pages .children{padding-top:0;padding-bottom:.5em}.widget_nav_menu a,.widget_pages a{display:block;padding:.6em 0}.widget_nav_menu a,.widget_nav_menu a:focus,.widget_nav_menu a:hover,.widget_pages a,.widget_pages a:focus,.widget_pages a:hover{text-decoration:none;border-bottom:1px dashed grey}.widget_nav_menu li,.widget_pages li{padding:0}.widget_nav_menu li ul,.widget_pages li ul{margin-left:1em}.widget_meta li{line-height:1.3;padding:0 0 .5em;margin-bottom:5px}.widget_recent_entries li{margin-bottom:8px}ol.wp-block-latest-comments{padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:10px}.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{margin-bottom:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}ol.wp-block-latest-comments{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:0}.widget-area .widget .wp-block-latest-posts{-webkit-margin-before:24px;margin-block-start:24px}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_recent_comments a:focus,.widget_recent_comments a:hover{padding-left:0}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{font-family:Open Sans,serif;font-family:var(--global-font-family);padding:.5em 0;font-size:.9em;line-height:1.3}.widget_search .search-submit{display:none}.elementor-page .wp-block-search__inside-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%}.elementor-page .wp-block-search__button{margin-left:10px;word-break:normal}.widget.widget_search input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.5em 1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius)}.widget #searchform input.text_input{padding-left:10px;width:100%;padding-right:65px}.widget #searchform{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget #searchform input[type=submit]{position:absolute;right:3px;border-radius:3px;height:38px;line-height:0}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:transparent;color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;background:var(--color-theme-white-box);border:1px solid #ccc}.widget_calendar .pad{background:#eaeaea}.widget_sfwd-courses-widget li h4{font-size:inherit;margin-bottom:10px}.widget_sfwd-courses-widget li:last-child h4{margin-bottom:0}.widget_calendar a{font-weight:900;text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}canvas{width:100%!important;height:auto!important}body.elementor-editor-active .site-header-wrapper{z-index:99}.elementor-template-full-width #page>.container,.elementor-template-full-width #page>.container-fluid{max-width:100%;padding:0}p:empty{margin:0}.wp-embed-responsive .wp-block-embed-vimeo .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed-youtube .wp-block-embed__wrapper:before,p:empty,p:empty:before{content:none}body.elementor-editor-active .primary-sidebar,body.elementor_library-template-default .primary-sidebar{display:none}body.elementor-editor-active .site-wrapper,body.elementor_library-template-default .site-wrapper{grid-template-columns:1fr!important}.site{margin:0 auto;max-width:100%;overflow:hidden}.site-wrapper{margin:1rem 0}.site-wrapper #item-header{margin-top:-1rem}@media (min-width:768px){.site-wrapper{margin:2rem 0}.site-wrapper #item-header{margin-top:-2rem}#primary,.site-wrapper{min-height:calc(100vh - 190px)}.page-template-full-width #primary,.page-template-full-width .site-wrapper{min-height:calc(100vh - 130px)}}@media (max-width:767px){.page-template-full-width:not(.elementor-editor-active) .site{padding-top:36px!important}}@media screen and (min-width:60em){.has-bbpress-sidebar-right.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-right:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right.bpsh-buddypress .site-wrapper,.has-sidebar-right.buddypress.search-results .site-wrapper,.has-sidebar-right.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-right .site-wrapper{display:grid;grid-template-columns:3fr 260px;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left.bpsh-buddypress .site-wrapper,.has-sidebar-left.buddypress.search-results .site-wrapper,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-left .site-wrapper{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both.bpsh-buddypress .site-wrapper,.has-sidebar-both.buddypress.search-results .site-wrapper,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-both .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{padding:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-both.bpsh-buddypress .site-main,.has-sidebar-both.buddypress.search-results .site-main,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-main{grid-column:2;min-width:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{grid-column:3;min-width:0}.site-header{grid-column:span 2}.has-woocommerce-sidebar-right .site-wrapper>.content-area,.site-main{grid-column:1;min-width:0}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-left.bpsh-buddypress .site-main,.has-sidebar-left.buddypress.search-results .site-main,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-wrapper>.content-area,.has-woocommerce-sidebar-left .site-main,.has-woocommerce-sidebar-left .site-wrapper>.content-area,.primary-sidebar{grid-column:2;min-width:0}.site-footer{grid-column:span 2}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-wrapper{grid-template-columns:3fr 260px!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-right .site-wrapper{grid-template-columns:260px 3fr!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-main{grid-column:1!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .primary-sidebar{grid-column:2!important}.page-template-page-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-left-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-right-sidebar .site-main{grid-column:1!important;min-width:0}.page-template-page-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-both-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.post-template-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.post-template-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.has-single-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-no-sidebar .site-wrapper{grid-template-columns:1fr!important}.has-single-post-no-sidebar .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.bp-docs .site-wrapper,.has-sidebar-left.bp-docs .site-wrapper,.has-sidebar-right.bp-docs .site-wrapper{display:block!important}.has-sidebar-both.has-docs-sidebar-right .site-wrapper,.has-sidebar-left.has-docs-sidebar-right .site-wrapper,.has-sidebar-right.has-docs-sidebar-right .site-wrapper{display:grid!important;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-both.has-docs-sidebar-right .site-main,.has-sidebar-left.has-docs-sidebar-right .site-main,.has-sidebar-right.has-docs-sidebar-right .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.has-docs-sidebar-right .primary-sidebar,.has-sidebar-left.has-docs-sidebar-right .primary-sidebar,.has-sidebar-right.has-docs-sidebar-right .primary-sidebar{grid-column:2!important;min-width:0}}.community-directory-left-sidebar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media screen and (max-width:60em){.site-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.community-directory-left-sidebar{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.left-sidebar,.woo-left-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:1rem}#primary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.primary-sidebar,.woo-primary-sidebar{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}}textarea{width:100%;resize:vertical}a.read-more.button,button.button,button[type=submit],input[type=button],input[type=reset],input[type=submit]{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:6px;border-radius:var(--button-border-radius);padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{color:#fff!important;font-size:18px!important;border-radius:50%!important;border:2px solid #fff!important;padding:3px!important}a.read-more.button:hover,button.button:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff;color:var(--button-text-hover-color);background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}button:focus-visible{outline:2px solid #000}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#666;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius);padding:10px;min-height:38px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#111}a.menu-close:focus-visible{outline:2px solid #fff}table{border-collapse:collapse;border-spacing:0;width:100%;margin:0 0 1rem}table,table td,table th{border:1px solid #e8e8e8;border:1px solid var(--global-border-color)}table td,table th{padding:1rem}.widget_calendar table th{padding:.2em}select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 12px;color:inherit}.site-header-wrapper{position:relative;margin:0;padding-top:5px;padding-bottom:5px;border-top:0;background:#fff;background:var(--color-header-bg);min-height:51px;z-index:999;-webkit-box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15);box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15)}.sticky-header .site-header-wrapper.has-sticky-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:999}@media (max-width:767px){.site-header-wrapper{z-index:9999}}.sticky-header .site-header-wrapper.has-sticky-header{-webkit-box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15);box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15)}.site-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-image{margin:0 auto}.header-image img{display:block;margin:0 auto}.custom-logo-link{display:block}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-logo-wrapper>a{margin-right:15px}.site-branding img{width:auto;max-height:64px;-o-object-fit:contain;object-fit:contain}.site-title{margin:0 0 6px;font-size:38px;font-weight:700;line-height:1.2}.site-title,.site-title a{color:#111;color:var(--color-site-title)}.site-title a{text-decoration:none}.site-title:hover,.site-title a:hover{color:#ee4036;color:var(--color-site-title-hover)}.site-description{margin:-5px 0 0;font-size:14px;font-weight:inherit;line-height:1.4;word-wrap:break-word;color:#757575;color:var(--color-site-tagline)}.nav--toggle-small .menu-toggle{display:block;margin:0;padding:10px!important;font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);font-size:80%;line-height:0!important;color:#111;text-transform:uppercase;border:0;border-radius:0;background:transparent;float:right;cursor:pointer;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.nav--toggle-small .menu-toggle .fa{font-size:24px}.mobile-menu-heading,.nav--toggle-sub .dropdown{display:none}body.admin-bar .site-header-wrapper.has-sticky-header{top:32px}@media (max-width:782px){body.admin-bar .site-header-wrapper.has-sticky-header{top:46px}.main-navigation .user-profile-menu .sub-menu{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}}@media (max-width:600px){body.admin-bar .has-sticky-header .main-navigation .primary-menu-container,body.admin-bar .site-header-wrapper.has-sticky-header{top:0}}.primary-menu-container .dropdown-toggle:after{border:0}.main-navigation .bp-header-submenu li a,.main-navigation .user-profile-menu li a{padding:6px 15px;border-radius:6px}.main-navigation .bp-header-submenu li a:hover,.main-navigation .user-profile-menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation .buddyx-mobile-menu,.moible-icons{display:none}@media (max-width:767px){.site-branding{-webkit-box-flex:1;-ms-flex:1;flex:1}.desktop-icons,.main-navigation .primary-menu-container.buddyx-desktop-menu{display:none}.main-navigation .buddyx-mobile-menu,.moible-icons{display:block}.nav--toggle-small .menu,.nav--toggle-small.nav--toggled-on .menu{display:block;padding:0 20px 20px}.mobile-menu-close{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7);-webkit-transition:all .3s ease;transition:all .3s ease}.has-sticky-header .mobile-menu-close{z-index:99}.mobile-menu-opened .mobile-menu-close{opacity:1;visibility:visible}.main-navigation .primary-menu-container{position:fixed;top:0;bottom:0;right:0;width:340px;overflow:auto;background-color:#fff;background-color:var(--color-header-bg);z-index:9999;-webkit-transform:translate3d(340px,0,0);transform:translate3d(340px,0,0);-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;visibility:hidden}body.admin-bar .main-navigation .primary-menu-container{top:46px}.mobile-menu-opened .primary-menu-container{display:block;-webkit-transform:none;transform:none;opacity:1;visibility:visible;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mobile-menu-heading{margin-bottom:20px;padding:28px 20px;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu-heading .menu-title{letter-spacing:.6px;margin-bottom:0;padding-bottom:0;font-size:24px;text-transform:uppercase;vertical-align:middle;display:inline-block;color:#fff}.mobile-menu-heading .menu-close{width:auto;color:#fff;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.6px;line-height:35px;position:relative;cursor:pointer;padding-right:21px}.mobile-menu-heading .menu-close:after,.mobile-menu-heading .menu-close:before{content:" ";position:absolute;right:0;top:50%;margin-top:-1px;width:15px;height:2px;display:inline-block;background-color:#fff;-webkit-transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.mobile-menu-heading .menu-close:hover:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-heading .menu-close:hover:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.buddyx-mobile-menu .dropdown-toggle{display:block;position:absolute;top:0;right:0;margin:0;padding:0;width:36px;height:36px;text-align:center;outline:0;background-color:#ef5455;background-color:var(--button-background-color);border:1px solid #ef5455;border:1px solid var(--button-border-color);border-radius:3px}.buddyx-mobile-menu .dropdown-toggle:after{content:"\f107";font-family:Font Awesome\ 6 Free;font-weight:900;font-size:18px;border:0}.main-navigation ul.menu ul li{padding-left:0}#primary-menu .sub-menu,.mobile-user-profile-menu .sub-menu{display:none}#primary-menu .sub-menu.toggle-show,.mobile-user-profile-menu .sub-menu.toggle-show{display:block}.main-navigation .buddyx-mobile-menu ul.menu li a{padding:.5em 1em;border-radius:6px}.main-navigation .buddyx-mobile-menu ul.menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation ul li.menu-item-has-children{position:relative}.buddyx-mobile-user .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 30px 20px}.buddyx-mobile-user .user-wrap a{width:auto;padding:0}.buddyx-mobile-user .user-wrap .avatar{border-radius:50%;margin-right:15px;max-width:52px}.buddyx-mobile-user .user-wrap .user-name{font-size:18px;font-weight:600}.buddyx-mobile-user .my-account-link a{font-size:13px;color:#939597;line-height:1}}@media (max-width:480px){.main-navigation .primary-menu-container{width:300px}}@media (min-width:768px){.primary-menu-container{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav--toggle-small .menu-toggle{display:none}.nav--toggle-small .menu{display:block}.nav--toggle-sub .dropdown-symbol{display:block;background:transparent;position:absolute;right:20%;top:50%;width:60%;height:60%;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nav--toggle-sub ul ul{display:none;position:absolute;top:100%;right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;padding:10px 0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:none;transition:none}.nav--toggle-sub ul .hideshow ul{margin-left:-10px}.hideshow.menu-item--has-toggle>ul.sub-menu:before{right:24px}.menu-item--has-toggle>ul.sub-menu:before,.nav--toggle-sub ul.user-profile-menu .sub-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.nav--toggle-sub ul.user-profile-menu .sub-menu:before,.sub-menu li.menu-item--has-toggle>ul.sub-menu:before{top:11px;left:auto;right:-13px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav--toggle-sub ul.user-profile-menu .sub-menu{top:0;left:auto;right:100%}.main-navigation ul.sub-menu li a{padding:5px 15px;border-radius:6px}.main-navigation ul.sub-menu li a:hover{background:rgba(0,0,0,.02)}.nav--toggle-sub .dropdown,.nav--toggle-sub .dropdown-toggle{background:transparent;position:absolute;right:0;top:50%;width:.7em;width:var(--dropdown-symbol-width);height:.7em;height:var(--dropdown-symbol-width);font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:visible;display:none}.nav--toggle-sub ul ul .dropdown,.nav--toggle-sub ul ul .dropdown-toggle{top:32%;right:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav--toggle-sub ul ul .dropdown-symbol{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav--toggle-sub .dropdown-toggle:hover,.nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle{pointer-events:none}.nav--toggle-sub li.menu-item--has-toggle,.nav--toggle-sub li.menu-item-has-children{position:relative;padding-right:.7em;padding-right:var(--dropdown-symbol-width)}.main-navigation.nav--toggle-sub ul.sub-menu li.menu-item--has-toggle{padding-right:0}.nav--toggle-sub li.menu-item--has-toggle:after,.nav--toggle-sub li.menu-item-has-children:after{content:"\f107";font-family:Font Awesome\ 6 Free;display:inline-block;width:12px;height:20px;line-height:20px;position:absolute;right:0;top:0;bottom:0;margin:auto;font-size:inherit;font-weight:900}.nav--toggle-sub li.menu-item--has-toggle .sub-menu li:after,.nav--toggle-sub li.menu-item-has-children .sub-menu li:after{right:10px}.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:hover>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul{display:block;-webkit-transition:none;transition:none}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block;-webkit-transition:none;transition:none}}.main-navigation{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;max-width:var(--content-width);font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family)}.main-navigation a{display:block;width:100%;padding:.5em 1em .5em 0;text-decoration:none}.main-navigation a,.main-navigation ul li a,.nav--toggle-small .menu-toggle,.nav--toggle-sub li.menu-item-has-children{color:#111;color:var(--color-menu)}.main-navigation a:hover,.main-navigation ul li a:hover,.nav--toggle-small .menu-toggle:hover,.nav--toggle-sub li.menu-item-has-children:hover{color:#ee4036;color:var(--color-menu-hover)}.nav--toggle-small .menu-toggle{border-color:#111;border-color:var(--color-menu)}.nav--toggle-small .menu-toggle:hover{border-color:#ee4036;border-color:var(--color-menu-hover)}.main-navigation ul li.current-menu-item>a{color:#ee4036;color:var(--color-menu-active)}.main-navigation ul{display:block;list-style:none;margin:0;padding:0}.main-navigation ul ul li{padding-left:1em}@media (min-width:768px){.main-navigation ul#primary-menu>li>a{padding:1.5em .5em}.main-navigation ul li a{padding:.8em .5em}.main-navigation ul li{margin:0 0 0 .5em}.main-navigation ul li:first-child{margin-left:0}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{padding-left:0;margin-left:0}.main-navigation ul ul.sub-menu li{margin:0 10px}.main-navigation ul ul li a{width:170px;background:none}.main-navigation ul ul ul{top:0;right:100%;min-height:100%}.main-navigation ul ul ul ul{right:-170px}.sub-menu li.menu-item--has-toggle>ul ul.sub-menu:before{top:30px;left:0;right:auto;-webkit-transform:rotate(230deg);transform:rotate(230deg)}.main-navigation .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;float:left}}.menu-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:10px 0}.menu-icons-wrapper .search{position:relative;margin:0 10px}.main-navigation .cart a,.main-navigation .search a{padding:0}.menu-icons-wrapper .cart,.menu-icons-wrapper .search{float:left;position:relative}.menu-icons-wrapper>.cart{margin:0 10px}.menu-icons-wrapper .top-menu-search-container{display:none;position:absolute;right:-10px;top:calc(100% + 20px);z-index:9}.menu-icons-wrapper #searchform{max-width:340px;position:relative;background:#fff;margin:0;padding:5px 45px 5px 15px;border-radius:8px;border-radius:var(--global-border-radius);-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1)}.menu-icons-wrapper #searchform input[type=search]{border:none;background:none;padding:0 0 0 5px;text-transform:uppercase;font-size:12px;width:280px;-webkit-appearance:none}.cart-info:before,.cart-total:before,.menu-icons-wrapper #searchform input[type=search]{color:#aaa}#searchform .search-icon{display:none}.menu-icons-wrapper #searchform input[type=submit]{width:45px;height:45px;margin:0;padding:0;position:absolute;right:0;top:4px;z-index:1;cursor:pointer;background:none;border:0;text-indent:-9999px}.menu-icons-wrapper #searchform input[type=submit]:focus{border:1px dotted #aaa}.menu-icons-wrapper #searchform:before{content:"\f002";position:absolute;font-family:Font Awesome\ 6 Free;font-size:14px;font-weight:900;right:15px;top:0;bottom:0;margin:auto;height:22px;color:#c2c2c2}.buddypress-icons-wrapper .bp-msg sup,.buddypress-icons-wrapper .user-notifications sup,.menu-icons-wrapper .cart sup{width:15px;height:15px;line-height:15px;text-align:center;letter-spacing:0;font-size:9px;font-weight:700;background:#ef5455;background:var(--color-theme-primary);color:#fff;border-radius:50%;position:absolute;top:-5px;right:-8px;display:inline-block}@media (max-width:767px){.menu-icons-wrapper:after{content:"";display:table;clear:both}.menu-icons-wrapper{float:none}}@media (max-width:480px){.menu-icons-wrapper #searchform input[type=search]{width:auto}}.buddypress-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:15px}.buddypress-icons-wrapper.buddyx-mobile-icon{display:none}.buddypress-icons-wrapper a{padding:0}.buddypress-icons-wrapper .bp-msg a,.buddypress-icons-wrapper .user-notifications a{position:relative}.buddypress-icons-wrapper .bp-msg,.buddypress-icons-wrapper .user-link-wrap,.buddypress-icons-wrapper .user-notifications{margin:0 10px;padding:10px 0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-icons-wrapper .user-link-wrap{margin-right:0}.buddypress-icons-wrapper .user-notifications{position:relative}.buddypress-icons-wrapper .user-link-wrap img,.buddypress-icons-wrapper .user-link-wrap img.avatar{width:40px;height:40px;border-radius:50%}.buddypress-icons-wrapper .user-link-wrap{padding:0;position:relative}.buddypress-icons-wrapper #bp-notify{width:300px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner{max-height:400px;overflow-y:auto;margin:0;padding:15px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item{padding:10px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item:hover{background:rgba(0,0,0,.02);border-radius:6px;border-radius:var(--form-border-radius)}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item .mute{font-size:80%;color:#757575}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item p{margin:0}.buddypress-icons-wrapper #bp-notify .alert-message{padding:15px}.buddypress-icons-wrapper #bp-notify .dropdown-footer{padding:15px;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.user-link-wrap .user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.user-link-wrap .bp-user{padding-right:15px}#user-profile-menu{width:170px}.main-navigation #user-profile-menu,.main-navigation .bp-header-submenu{display:none;position:absolute;top:100%;right:-8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;background:var(--color-header-bg);margin-left:0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:all .3s;transition:all .3s}.main-navigation .bp-header-submenu.bp-notify{right:-25px}.bp-header-submenu:before,.user-profile-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-left:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid var(--color-header-bg);border-top:7px solid var(--color-header-bg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.main-navigation #user-profile-menu{right:0;padding:10px 0}.user-profile-menu:before{right:50px}.buddypress-icons-wrapper .user-link-wrap.active #user-profile-menu,.buddypress-icons-wrapper .user-link-wrap:hover #user-profile-menu,.buddypress-icons-wrapper .user-notifications.active #bp-notify,.buddypress-icons-wrapper .user-notifications:hover #bp-notify{display:block}#user-profile-menu li{margin:0 10px;padding:0}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{padding:.8em .5em}.buddypress-icons-wrapper .btn-login span,.buddypress-icons-wrapper .btn-register span{margin-right:6px}@media (max-width:767px){.buddypress-icons-wrapper{display:none}.buddypress-icons-wrapper.buddyx-mobile-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{font-size:12px}.buddypress-icons-wrapper .user-link-wrap,span.bp-user{display:none}.main-navigation #user-profile-menu{top:calc(100% + 8px)}.user-profile-menu:before{right:24px}.buddyx-mobile-icon .user-link-wrap .user-link,.buddyx-mobile-icon .user-notifications>.bp-icon-wrap{pointer-events:none}}@media (max-width:480px){.main-navigation{margin-left:auto}.site-title a{font-size:24px!important}.menu-icons-wrapper .top-menu-search-container{right:-80px}.menu-icons-wrapper #searchform{max-width:200px}}@media (min-width:360px) and (max-width:440px){.buddypress-icons-wrapper #bp-notify{right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}@media (max-width:359px){.buddypress-icons-wrapper #bp-notify{width:280px;right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}.site-main .comment-navigation,.site-main .pagination,.site-main .post-navigation,.site-main .posts-navigation{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);margin:0 auto 2em;max-width:100%;max-width:var(--content-width);overflow:hidden;padding:0 1.5rem 2em}.site-main .post-navigation,.site-main .posts-navigation{position:relative;margin:1rem 0;padding:1em 0;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.post-navigation-sub{display:none}.nav-previous a:before{content:"\f104";margin-right:10px}.nav-next a:after,.nav-previous a:before{font-family:Font Awesome\ 6 Free;font-weight:900;display:inline-block}.nav-next a:after{content:"\f105";margin-left:10px}@media screen and (min-width:48em){.site-main .comment-navigation,.site-main .pagination{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{width:50%;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{text-align:end;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.post-navigation-sub span{color:#505050;color:var(--global-font-color);text-decoration:none;display:inline-block}.site-main .pagination{background:transparent;margin-bottom:1.5em;border:0;-webkit-box-shadow:none;box-shadow:none}.pagination .nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-bottom:.5em;margin-right:1em;min-width:1.75em;line-height:1.5;text-align:center;background:#fff;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8;padding:10px 15px;text-decoration:none}.pagination a:active,.pagination a:hover{border-color:#00a0d2}.pagination .next,.pagination .prev{min-width:auto;border-color:transparent}.pagination .next:active,.pagination .next:focus,.pagination .next:hover,.pagination .prev:active,.pagination .prev:focus,.pagination .prev:hover{border-color:transparent}.pagination .dots{min-width:auto;border:none}.pagination .current{color:#ef5455;color:var(--color-theme-primary);border-color:#505050;border-color:var(--global-font-color)}.site-footer{margin:1em 0 0;background:#fff;color:#505050;color:var(--color-footer-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.site-footer .widget-title{color:#111;color:var(--color-footer-title)}.site-footer a{color:#111;color:var(--color-footer-link)}.site-footer a:active,.site-footer a:hover{color:#ef5455;color:var(--color-footer-link-hover)}.page-template-full-width .site-footer{margin:0}.footer-inner{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px}.footer-widget{width:100%;margin:0 15px}.footer-widget ul{list-style:none;margin:0;padding:0}.footer-widget:first-child{margin-left:0}.footer-widget:last-child{margin-right:0}@media (max-width:991px){.footer-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-widget{width:50%;margin:0}}@media screen and (max-width:37.5em){.footer-inner{margin:50px 0;display:block}.footer-widget{width:100%}}.site-info{padding:2em 0;background:#fff;background:var(--color-copyright-bg);color:#505050;color:var(--color-copyright-content);border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);text-align:center}.site-info a{color:#111;color:var(--color-copyright-link)}.site-info a:hover{color:#ef5455;color:var(--color-copyright-link-hover)}.infinite-scroll.neverending .site-footer,.infinite-scroll .pagination,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}body.layout-boxed{background-attachment:fixed;background-color:#f7f7f9;background-color:var(--color-theme-body)}@media (min-width:1170px){.layout-boxed .site,.layout-boxed .site-header-wrapper{width:1170px;margin:0 auto;background:#fff;background:var(--color-header-bg)}}body.layout-boxed .site{background-color:#fff;background-color:var(--color-layout-boxed)}.bp-user .site-sub-header,.group-create .site-sub-header,.single-item.groups .site-sub-header{display:none}.site-sub-header{position:relative;color:#111;color:var(--color-subheader-title);margin-bottom:1rem;padding:30px 0;background:hsla(0,0%,100%,.5);width:100vw;margin-left:-50vw;left:50%}.layout-boxed .site-sub-header{width:auto;left:auto;margin:0 -15px}.site-sub-header .woocommerce-products-header,.site-sub-header>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 15px}.site-sub-header .woocommerce-products-header{width:100%;padding:0}.site-sub-header>.container:before{content:none}@media (max-width:991px){.site-sub-header>.container{padding:0 20px}}.archive-description p{margin:0}.site-sub-header .entry-header,.site-sub-header .entry-header .entry-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-header .page-title,.site-sub-header .page-title{position:relative;margin:0;z-index:1}.site-sub-header .entry-header-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-title{color:#111;color:var(--color-subheader-title);margin-right:auto}.site-sub-header .entry-header-title a,.site-sub-header .entry-title a,.site-sub-header .page-header a,.site-sub-header .page-title a{color:inherit}@media screen and (max-width:37.5em){.site .site-sub-header .entry-title,.site .site-sub-header .page-title{font-size:24px}}#breadcrumbs,.buddyx-breadcrumbs{font-size:14px;margin:0}#breadcrumbs a,.buddyx-breadcrumbs a{color:#ef5455;color:var(--color-theme-primary)}#breadcrumbs a:hover,.buddyx-breadcrumbs a:hover{text-decoration:underline}.buddyx-trail-items{list-style:none}.buddyx-trail-items,.buddyx-trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0}.buddyx-trail-items li:not(.trail-end):after{padding:0 .3em;content:"\00bb"}.wp-editor-container button{background-color:inherit!important;border-color:inherit!important}.wp-editor-wrap .wp-switch-editor.switch-html,.wp-editor-wrap .wp-switch-editor.switch-tmce{background:#f5f5f5;border-color:#e2e2e2;color:#555}.wp-editor-wrap.html-active .switch-tmce,.wp-editor-wrap.tmce-active .switch-tmce{border-color:#e2e2e2}.mce-container iframe,.wp-editor-container textarea.wp-editor-area{height:250px!important}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid transparent!important}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{border-color:inherit!important;-webkit-box-shadow:none!important;box-shadow:none!important}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid transparent!important}.mce-toolbar .mce-listbox button:hover{color:#595959}.mce-toolbar .mce-btn-group .mce-btn button{background:inherit;border-color:inherit;border:1px solid transparent!important}button.media-menu-item{color:#72777c!important}.media-router .media-menu-item:hover{background:0 0!important;border:0!important}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-theme-primary);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video{margin:0 0 1.5em}p{margin:0 0 15px}.entry-content ol.wp-block-list li,.entry-content ul.wp-block-list li{margin-bottom:10px}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}.entry-content>.wp-block-code{padding:.8em 1em}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--default .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article .entry-content{margin-top:0}.buddyx-article .entry-content p{margin:0}.buddyx-article-col{position:relative;margin-top:2rem;margin-top:var(--el-spacing);margin-bottom:2rem;margin-bottom:var(--el-spacing)}.buddyx-article-col .entry-title{margin-bottom:0}@media (min-width:992px){.buddyx-article--default .buddyx-article-col{margin-top:2rem;margin-top:calc(var(--el-spacing)*1);margin-bottom:2rem;margin-bottom:calc(var(--el-spacing)*1)}}.buddyx-article-col:first-child{margin-top:0}.buddyx-article-col:last-child{margin-bottom:0}.buddyx-article-col .meta-category__item:not(:first-child),.buddyx-article-col .meta-category__item span{display:none}.buddyx-article:after{content:" ";display:block;clear:both}.buddyx-article--default .buddyx-article>*{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.buddyx-article--default .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--default a.post-thumbnail{display:block}.buddyx-post-thumbnail p{margin:0}.buddyx-article--default .post-thumbnail img{width:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article--list .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box)}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:Font Awesome\ 6 Free;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;background:var(--color-theme-white-box);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-article--masonry.without-masonry a.post-thumbnail{position:relative;overflow:hidden;padding-top:52.56%;display:block;border-radius:4px;border-radius:calc(var(--global-border-radius) - 4px)}.buddyx-article--masonry.without-masonry a.post-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-quote-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:Font Awesome\ 6 Free;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .gallery a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid hsla(0,0%,100%,.45);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.single-post .post-thumbnail img{width:100%;margin:0 auto}@media (min-width:768px){.single-post .buddyx-section-title-above .post-thumbnail img,.single-post .buddyx-section-title-below .post-thumbnail img{max-height:640px;-o-object-fit:contain;object-fit:contain}}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:calc(var(--container-xl));position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}.post-meta-tags .post-meta-tag__item{display:inline-block}.post-meta-tags .post-meta-tag__item>a{color:#ef5455;color:var(--color-theme-primary)}.post-meta-tags.badge{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;grid-gap:10px;gap:10px}.post-meta-tags.badge .post-meta-tag__item>a{background-color:#ef5455;background-color:var(--color-theme-primary);color:#fff;display:inline-block;padding:4px 8px;font-size:13px;line-height:1.2;font-weight:400;border-radius:3px}.post-meta-tags.underline .post-meta-tag__item>a{text-decoration:underline}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:80%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}#wp-idea-stream a.button,#wp-idea-stream button:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:not(.ed_button),#wp-idea-stream input[type=reset],#wp-idea-stream input[type=submit]:not(.search-submit),a.wpis-title-button,body.single-ideas #comments .comment-reply-link{font-family:inherit;font-size:inherit;color:#fff;color:var(--button-text-color);background-color:#ef5455;background-color:var(--button-background-color);border-radius:3px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button-border-color);outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}#wp-idea-stream a.button:focus,#wp-idea-stream a.button:hover,#wp-idea-stream button:hover:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:hover:not(.ed_button),#wp-idea-stream input[type=reset]:hover,#wp-idea-stream input[type=submit]:hover:not(.search-submit),a.wpis-title-button:focus,a.wpis-title-button:hover,body.single-ideas #comments .comment-reply-link:hover{background-color:#f83939;background-color:var(--button-background-hover-color);border:1px solid #f83939;border:1px solid var(--button-border-hover-color);color:#fff;color:var(--button-text-hover-color)}#wp-idea-stream div#pag-top{margin-bottom:2em;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream div#pag-bottom{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream ul.idea-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}#wp-idea-stream ul.idea-list>li+li{margin-top:2em}.idea-footer{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}#wp-idea-stream .idea-list li .has_featured_image div.idea-footer{margin-bottom:0}#wp-idea-stream ul.idea-list .idea-content.has_featured_image{margin:0}ul#ideas-main-nav form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#wp-idea-stream ul#ideas-main-nav li form input{height:38px}#wp-idea-stream ul#ideas-main-nav li form input[type=submit]{line-height:1.1}#wp-idea-stream ul.idea-comments-list .idea-comment-avatar img,#wp-idea-stream ul.idea-list .idea-avatar img{border-radius:3px}.css-events-list table.events-table td{padding:1rem}.single .type-event .entry-taxonomies{display:none}.single .type-event ul.event-categories{margin:0;padding:0;list-style:none}.single .type-event ul.event-categories li{display:inline-block}.single .type-event ul.event-categories li a{margin:0;padding:4px 8px;border:1px solid} \ No newline at end of file diff --git a/inc/Post_Thumbnails/Component.php b/inc/Post_Thumbnails/Component.php index 17312e1..7c72ec8 100644 --- a/inc/Post_Thumbnails/Component.php +++ b/inc/Post_Thumbnails/Component.php @@ -11,6 +11,7 @@ use function add_action; use function add_theme_support; use function add_image_size; +use function apply_filters; /** * Class for managing post thumbnail support. @@ -24,7 +25,7 @@ class Component implements Component_Interface { * * @return string Component slug. */ - public function get_slug() : string { + public function get_slug(): string { return 'post_thumbnails'; } @@ -32,27 +33,64 @@ public function get_slug() : string { * Adds the action and filter hooks to integrate with WordPress. */ public function initialize() { - add_action( 'after_setup_theme', [ $this, 'action_add_post_thumbnail_support' ] ); - add_action( 'after_setup_theme', [ $this, 'action_add_image_sizes' ] ); + add_action( 'after_setup_theme', array( $this, 'action_add_post_thumbnail_support' ) ); + add_action( 'after_setup_theme', array( $this, 'action_add_image_sizes' ) ); } /** * Adds support for post thumbnails. */ public function action_add_post_thumbnail_support() { - add_theme_support( 'post-thumbnails' ); + /** + * Filter whether to add support for post thumbnails. + * + * @since 1.0.0 + * @param bool $enable_post_thumbnails Whether to enable post thumbnails. Default true. + */ + $enable_post_thumbnails = apply_filters( 'buddyx_enable_post_thumbnails', true ); + + if ( $enable_post_thumbnails ) { + add_theme_support( 'post-thumbnails' ); + } } /** * Adds custom image sizes. */ public function action_add_image_sizes() { - add_image_size( 'buddyx-featured', 900, 515, true ); - add_image_size( 'buddyx-thumbnail', 150, 150, true ); - add_image_size( 'buddyx-medium', 300, 300, true ); - add_image_size( 'buddyx-large', 1024, 508, true ); - add_image_size( 'buddyx-list', 300, 250, true ); - add_image_size( 'buddyx-col-two', 450, 300, true ); - add_image_size( 'buddyx-col-three', 350, 250, true ); + + // Add 'buddyx-featured' size dynamically. + $featured_width = apply_filters( 'buddyx_featured_width', 900 ); + $featured_height = apply_filters( 'buddyx_featured_height', 515 ); + $featured_crop = apply_filters( 'buddyx_featured_crop', true ); + add_image_size( 'buddyx-featured', $featured_width, $featured_height, $featured_crop ); + + add_image_size( + 'buddyx-large', + apply_filters( 'buddyx_large_width', 1024 ), + apply_filters( 'buddyx_large_height', 508 ), + apply_filters( 'buddyx_large_crop', false ) + ); + + add_image_size( + 'buddyx-list', + apply_filters( 'buddyx_list_width', 300 ), + apply_filters( 'buddyx_list_height', 250 ), + apply_filters( 'buddyx_list_crop', true ) + ); + + add_image_size( + 'buddyx-col-two', + apply_filters( 'buddyx_col_two_width', 450 ), + apply_filters( 'buddyx_col_two_height', 300 ), + apply_filters( 'buddyx_col_two_crop', true ) + ); + + add_image_size( + 'buddyx-col-three', + apply_filters( 'buddyx_col_three_width', 350 ), + apply_filters( 'buddyx_col_three_height', 250 ), + apply_filters( 'buddyx_col_three_crop', true ) + ); } } diff --git a/inc/Styles/Component.php b/inc/Styles/Component.php index 2dcb38b..65fe90e 100755 --- a/inc/Styles/Component.php +++ b/inc/Styles/Component.php @@ -421,7 +421,7 @@ protected function get_css_files(): array { ), 'buddyx-content' => array( 'file' => 'content.min.css', - 'preload_callback' => '__return_true', + 'preload_callback' => '__return_false', ), 'buddyx-sidebar' => array( 'file' => 'sidebar.min.css', diff --git a/inc/extra.php b/inc/extra.php index 1b7ac83..7db5f28 100644 --- a/inc/extra.php +++ b/inc/extra.php @@ -305,27 +305,13 @@ function buddyx_404_redirect() { * Add Elementor Locations Support */ if ( ! function_exists( 'buddyx_register_elementor_locations' ) ) { - /** - * Registers custom locations for Elementor templates, such as header and footer. - * This function checks if Elementor's functions are available before attempting to register - * custom theme locations like 'header' and 'footer'. These locations can be used in Elementor - * to replace the default theme parts. - * - * @param \ElementorPro\Modules\ThemeBuilder\Classes\Locations_Manager $elementor_theme_manager Elementor theme manager instance. - * - * @return void - */ - function buddyx_register_elementor_locations( $elementor_theme_manager ) { - // Check if Elementor plugin is active. - if ( function_exists( 'elementor_load_plugin_textdomain' ) ) { - // Register custom theme locations with Elementor. - $elementor_theme_manager->register_location( 'header' ); - $elementor_theme_manager->register_location( 'footer' ); - } - } + function buddyx_register_elementor_locations( $elementor_theme_manager ) { + + $elementor_theme_manager->register_location( 'header' ); + $elementor_theme_manager->register_location( 'footer' ); - // Hook into Elementor's theme locations registration. - add_action( 'elementor/theme/register_locations', 'buddyx_register_elementor_locations' ); + } + add_action( 'elementor/theme/register_locations', 'buddyx_register_elementor_locations' ); } /** diff --git a/languages/buddyx.pot b/languages/buddyx.pot index 21619ac..a5462f9 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-11-18 08:37+0000\n" +"POT-Creation-Date: 2024-11-29 12:06+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" @@ -597,87 +597,87 @@ msgstr "" msgid "Edit" msgstr "" -#: ../buddyx/inc/extra.php:403 +#: ../buddyx/inc/extra.php:389 msgid "Post Settings" msgstr "" -#: ../buddyx/inc/extra.php:412 +#: ../buddyx/inc/extra.php:398 msgid "Post Format Settings" msgstr "" -#: ../buddyx/inc/extra.php:431 +#: ../buddyx/inc/extra.php:417 msgid "Overwrite Title Customizer settings" msgstr "" -#: ../buddyx/inc/extra.php:436 +#: ../buddyx/inc/extra.php:422 msgid "Title Style" msgstr "" -#: ../buddyx/inc/extra.php:486 +#: ../buddyx/inc/extra.php:472 msgid "Enter Youtube, Vimeo and etc video url." msgstr "" -#: ../buddyx/inc/extra.php:489 +#: ../buddyx/inc/extra.php:475 msgid "Video URL" msgstr "" -#: ../buddyx/inc/extra.php:492, ../buddyx/inc/extra.php:505, ../buddyx/inc/extra.php:734 +#: ../buddyx/inc/extra.php:478, ../buddyx/inc/extra.php:491, ../buddyx/inc/extra.php:720 msgid "Add Media" msgstr "" -#: ../buddyx/inc/extra.php:499 +#: ../buddyx/inc/extra.php:485 msgid "Enter audio url." msgstr "" -#: ../buddyx/inc/extra.php:502 +#: ../buddyx/inc/extra.php:488 msgid "Audio URL" msgstr "" -#: ../buddyx/inc/extra.php:512 +#: ../buddyx/inc/extra.php:498 msgid "Input your quote." msgstr "" -#: ../buddyx/inc/extra.php:515 +#: ../buddyx/inc/extra.php:501 msgid "Quote Text" msgstr "" -#: ../buddyx/inc/extra.php:521 +#: ../buddyx/inc/extra.php:507 msgid "Quote Author" msgstr "" -#: ../buddyx/inc/extra.php:528 +#: ../buddyx/inc/extra.php:514 msgid "Input your link." msgstr "" -#: ../buddyx/inc/extra.php:531 +#: ../buddyx/inc/extra.php:517 msgid "Link Title" msgstr "" -#: ../buddyx/inc/extra.php:537 +#: ../buddyx/inc/extra.php:523 msgid "Link URL" msgstr "" -#: ../buddyx/inc/extra.php:544 +#: ../buddyx/inc/extra.php:530 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:566, ../buddyx/inc/extra.php:673 +#: ../buddyx/inc/extra.php:552, ../buddyx/inc/extra.php:659 msgid "Delete image" msgstr "" -#: ../buddyx/inc/extra.php:580, ../buddyx/inc/extra.php:650 +#: ../buddyx/inc/extra.php:566, ../buddyx/inc/extra.php:636 msgid "Add images gallery" msgstr "" -#: ../buddyx/inc/extra.php:652 +#: ../buddyx/inc/extra.php:638 msgid "Add to gallery" msgstr "" -#: ../buddyx/inc/extra.php:736 +#: ../buddyx/inc/extra.php:722 msgid "Add to Media" msgstr "" -#: ../buddyx/inc/extra.php:901 +#: ../buddyx/inc/extra.php:887 msgid " Read more" msgstr "" diff --git a/readme.txt b/readme.txt index 7001147..60a6bb7 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.7.0 +Tested up to: 6.7.1 Requires PHP: 7.4 Stable tag: trunk License: GNU General Public License v3.0 (or later) @@ -97,6 +97,13 @@ Copyright 2013 Klaus Hartl Released under the MIT license == Changelog == + += 4.7.6 = +* Fixed issue with `content.min.css` being called twice. +* Added apply filter for post thumbnails to enhance customization. +* [Enhancement] Added filters for post thumbnail support and custom image sizes for better developer flexibility. +* Fixed issue with Elementor header and footer not working. + = 4.7.5 = * Fixed a fatal error when BuddyPress template was changed to Legacy. * Displayed the user's full name in the cover image header template when the BuddyPress Activity component is disabled. diff --git a/style.css b/style.css index 9ef98dc..7e7ae85 100644 --- a/style.css +++ b/style.css @@ -4,9 +4,9 @@ Theme URI: https://wbcomdesigns.com/downloads/buddyx-theme/ Author: wbcomdesigns,vapvarun Author URI: https://github.com/vapvarun/buddyx Description: BuddyX is an ideal theme for community and membership websites. It provides a solution to all kinds of communities. Thanks to its BuddyPress support, your website can now have member profiles, send private messages, create groups, and more. It is a lightweight, fully responsive, SEO-optimised RTL and translation-ready theme. BuddyX supports WooCommerce, WC Vendors, LearnDash, LearnPress, and Gamipress plugins. It is highly customizable and works perfectly with page builders like Elementor and Gutenberg. BuddyX is perfect for creating social learning, marketplace, and blogging websites using BuddyPress integration. BuddyX uses the latest best practices for progressive web content and optimization. It is well-tested with the latest BuddyPress version and popular BuddyPress add-ons. Wbcom Designs is responsible for developing, maintaining, and supporting it. -Version: 4.7.5 +Version: 4.7.6 Requires at least: 4.8 -Tested up to: 6.7.0 +Tested up to: 6.7.1 Requires PHP: 7.4 License: GNU General Public License v3.0 (or later) License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/template-parts/content/entry_thumbnail.php b/template-parts/content/entry_thumbnail.php index 543e011..0e15fae 100755 --- a/template-parts/content/entry_thumbnail.php +++ b/template-parts/content/entry_thumbnail.php @@ -58,7 +58,7 @@ global $wp_query; if ( 0 === $wp_query->current_post ) { the_post_thumbnail( - 'post-thumbnail', + $thumbnail_size, array( 'class' => 'skip-lazy', 'alt' => the_title_attribute( @@ -70,7 +70,7 @@ ); } else { the_post_thumbnail( - 'post-thumbnail', + $thumbnail_size, array( 'alt' => the_title_attribute( array(