/* 
 Theme Name:   GarbageDreamz
 Theme URI:    
 Description:  
 Author:       Mr. Garbage
 Author URI:   https://liberalgarbage.com
 Template:     buddyx
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
	box-shadow: 0px;
}

.site-header-wrapper {
    position: relative;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 0;
	border-bottom: 2;
    background: #fff;
    min-height: 51px;
    z-index: 999;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}

.login h1 a {
  background-image: url('https://liberalgarbage.com/wp-content/uploads/2022/12/Outskirts-guy-no-BG-grtaphic-Large.png');
}

a.read-more.button, button[type="submit"], input[type="button"], input[type="reset"], input[type="submit"] {
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    color: var(--button-text-color);
    background-color: #ef5455;
    background-color: var(--button-background-color);
    border-radius: 0px!important;
    padding: 10px 15px!important;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border: 0px solid #ef5455;
    border: 0px 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;
}
/*--------------------------------------------------------------
## Post Default Layout.
--------------------------------------------------------------*/

.buddyx-article {
    transition: all linear .2s;
}

.buddyx-article:hover {
    box-shadow: 10px 10px 0px 0px rgba(18, 43, 70, .12);
}

.buddyx-article--default {
    margin-bottom: 1rem;
}

.buddyx-article--default .buddyx-article {
    position: relative;
    margin: 0;
    padding: 1em;
    border: 2px solid var(--global-border-color);
    border-radius: var(--global-border-radius);
    background: #fff;
}

.buddyx-article--default .buddyx-article.sticky {
    box-shadow: 0 0 1px 2px #eaeaea, 8px 8px 0 rgb(230, 230, 230, 0.5);
}

.buddyx-article .entry-content {
    margin-top: 0;
}

.buddyx-article--list .buddyx-article {
    position: relative;
    margin: 0;
    padding: 1em;
	box-shadow: 5px 5px 0px 0px #646464;
    border: 2px solid #e8e8e8;
    border: 2px solid var(--global-border-color);
    border-radius: 0px;
    border-radius: var(--global-border-radius);
    background: #fff;
}

.buddyx-article .entry-content p {
    margin: 0;
}

.buddyx-article-col {
    position: relative;
    margin-top: var(--el-spacing);
    margin-bottom: var(--el-spacing);
}

.buddyx-article-col .entry-title {
    margin-bottom: 0;
}

@media (min-width: 400px) {

.buddyx-article--default .buddyx-article-col {
        margin-top: calc(var(--el-spacing) * 1);
        margin-bottom: calc(var(--el-spacing) * 1);
		
}

.buddyx-article-col:first-child {
    margin-top: 0;
}

.buddyx-article-col:last-child {
    margin-bottom: 0;
}

.buddyx-article-col .meta-category__item span {
    display: none;
}

.buddyx-article-col .meta-category__item:not(:first-child) {
    display: none;
}

.buddyx-article:after {
    content: " ";
    display: block;
    clear: both;
}

.buddyx-article--default .buddyx-article>* {
    margin-bottom: calc(var(--el-spacing) / 2);
}

.buddyx-article--default .buddyx-article>*:last-child {
    margin-bottom: 0;
}

.buddyx-article--default a.post-thumbnail {
    display: block;
}

.buddyx-post-thumbnail p {
    margin: 0;
}

.buddyx-article--default .post-thumbnail img {
    border-radius: var(--global-border-radius);
}

.buddyx-article--default {
    margin-bottom: 1rem;
}

.buddyx-article--default .buddyx-article {
    position: relative;
    margin: 0;
    padding: 1em;
    border: 2px solid var(--global-border-color);
	box-shadow: 5px 5px 0px 0px #646464;
    border-radius: var(--global-border-radius);
    background: #fff;
}

.buddyx-article--default:hover .buddyarticle {
    box-shadow: 10px 10px 0px 0px #e8e8e8;
}

.buddyx-article--default .buddyx-article.sticky {
    box-shadow: 10px 10px 0px 0px #646464;
}

.buddyx-article .entry-content {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    margin: -1rem -.8rem 1rem!important;
    padding: 1rem;
    border-bottom: 1px solid var(--global-border-color);
}
	
.widget-area .widget {
    position: relative;
    margin: 1rem 0 30px;
    padding: 1em;
    border: 2px solid!important;
    -webkit-box-shadow: 10px 10px 0px 0px #646464!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
    background: #fff;
}

.site-header-wrapper {
    position: relative;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px #000000;
    background: #fff;
    min-height: 51px;
    z-index: 999;
}

.site-sub-header {
    position: relative;
    color: #505050;
    margin-bottom: 1rem;
    padding: 12px 0;
    background: #f9fbff;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
	
#bbpress-forums {
    background: 0 0;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
	
}
	
	
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 14px;
	border: 1px solid!important;
    box-shadow: 0px 0px 0px 0px #646464!important;
    border-radius: 0px!important;
    width: 500px;
    align-items: center!important;
    display: contents!important;
}

#bbpress-forums fieldset.bbp-form {
    clear: auto;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 2px solid!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
}
	
#bbpress-forums .bbp-reply-form fieldset.bbp-form {
    background: #ececec!important;
    border: 0!important;
    margin: 0!important;
    padding: 5!important;
}

.bbp-reply-form {
    background: #ececec!important;
    border: 2px solid #000000!important;
    padding: 15px!important;
    border-radius: 0px!important;
}
#bbpress-forums .bsp-topic-rules {
    border-color: #000000;
	text-align: center!important;
	letter-spacing: 5px!important;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
	margin-bottom: 10px!important;
	background-color: #fff;
	border: 1px solid!important;
    box-shadow: 0px 0px 0px 0px #646464!important;
    border-radius: 0px!important;
    width: 500px;
    align-items: center;
    display: contents;
}
	
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums li.bbp-footer, #bbpress-forums ul.forum {
	border: 1px solid!important;
    -webkit-box-shadow: 10px 10px 0px 0px #646464!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
	
}
	

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-topics, #bbpress-forums .bbp-reply-header, #bbpress-forums div.odd, #bbpress-forums div.even, #bbpress-forums ul.bbp-replies {
    Border: 0px #505050!important;	
}

#bbpress-forums fieldset.bbp-form {
    clear: auto;
    padding: 10px 20px;
    margin-bottom: 10px;
	border: 2px solid!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.odd, #bbpress-forums fieldset.bbp-form, #bbpress-forums li.bbp-header, #bbpress-forums ul.odd, .widgetable .bbp-logged-in, .widgetable .bbp-login-form {
    background-color: #505050;
	border: 2px solid!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
}

.mobile-menu-heading, .nav--toggle-sub .dropdown {
    display: none;
}

.mobile-menu-heading {
    margin-bottom: 20px;
    padding: 28px 20px;
    background-color: #e7c8d7!important;
    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;
}

#bbpress-forums {
    font-size: inherit;
}

.page-header .archive-description {
    display: none;
}

.bbpress .entry-content {
    margin-top: 1em;
}

.forum-archive .bbp-breadcrumb {
    display: none;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    font-size: 14px;
    margin-bottom: 0;
}

#bbpress-forums fieldset.bbp-form {
    min-width: calc(100% - 2px);
	border: 2px solid!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
}

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
    min-width: 100px;
    min-height: 35px;
	background-color: #fff;
	border: 2px solid!important;
    box-shadow: 5px 5px 0px 0px #646464!important;
    border-radius: 0px!important;
}

#bbpress-forums fieldset.bbp-form input[type=text] {
    width: 100%;
}

#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
    border: 0;
    border-radius: 0%;
}

.bbp-pagination-count {
    margin: 15px 0;
}

#bbpress-forums div.bbp-search-form {
    float: right;
    margin-bottom: 15px;
}

.bbp-search-form #bbp_search_submit {
    vertical-align: top;
}

#bbpress-forums li.bbp-header ul {
    font-size: 14px;
	background-color: #fff;
	border: 1px solid!important;
	padding-left: 0px
    box-shadow: 0px 0px 0px 0px #646464!important;
    border-radius: 0px!important;
    width: 500px;
    align-items: center!important;
    display: contents!important;
}
	
li.bbp-forum-info, li.bbp-topic-title {
    float: left;
    text-align: center;
    width: 50%;
}
#bbpress-forums li.bbp-header {
	background-color: #ececec!important;
}
	
#bbpress-forums fieldset.bbp-form {
	background-color: #fff!important;
	border: 2px solid!important;
    box-shadow: 0px 0px 0px 0px #646464!important;
    border-radius: 0px!important;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header,
.widgetable .bbp-login-form,
.widgetable .bbp-logged-in,
#bbpress-forums li.bbp-header,
#bbpress-forums fieldset.bbp-form {
    background-color: #ececec!important;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    padding: 20px 35px !important;
	background-color: #ececec!important;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    padding: 10px 35px;
}

#bbp-cancel-reply-to-link {
    margin-right: 15px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding: 25px 35px !important;
    line-height: 1;
	border: 2px solid!important;
    box-shadow: 0px 0px 0px 0px #646464!important;
    border-radius: 0px!important;
	background-color: #fff!important;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
    background: #fff !important;
}

.mc4wp-form input,
a.bbp-forum-title,
a.bbp-topic-permalink {
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

#bbpress-forums .bbp-forum-info div.bbp-forum-content {
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    margin: 15px 0;
}

#bbpress-forums li.bbp-footer {
    display: none;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
    border-radius: 0%;
}

	

/* Search Form */

#bbpress-forums #bbp-search-form>div {
    display: flex;
}

@media only screen and (max-width: 1400px) {
    ul li.bbp-forum-info,
    ul li.bbp-topic-title {
        width: 75%
    }
    .bbp-header ul li.bbp-forum-freshness,
    .bbp-body ul li.bbp-forum-freshness,
    .bbp-header ul li.bbp-topic-freshness,
    .bbp-body ul li.bbp-topic-freshness,
    .bbp-header ul li.bbp-forum-reply-count,
    .bbp-body ul li.bbp-forum-reply-count,
    .bbp-header ul li.bbp-topic-voice-count,
    .bbp-body ul li.bbp-topic-voice-count {
        display: none
    }
    .bbp-header ul li.bbp-topic-reply-count,
    .bbp-body ul li.bbp-topic-reply-count,
    .bbp-header ul li.bbp-forum-topic-count,
    .bbp-body ul li.bbp-forum-topic-count {
        border: none
    }
    .bbp-header ul li.bbp-forum-topic-count,
    .bbp-body ul li.bbp-forum-topic-count,
    .bbp-header ul li.bbp-topic-reply-count,
    .bbp-body ul li.bbp-topic-reply-count {
        width: 25%
    }
    #bbpress-forums div.bbp-search-form {
        float: none;
    }
    #bbpress-forums #bbp-search-form #bbp_search {
        width: 100%;
    }
    #bbpress-forums div.bbp-search-form input,
    #bbpress-forums div.bbp-search-form button {
        font-size: inherit;
        padding: 10px 20px;
		text-decoration-color: #fff!important;
    }
}

@media only screen and (max-width: 320px) {
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-header li.bbp-topic-title {
        text-align: left;
    }
    #bbpress-forums li.bbp-header li.bbp-forum-info,
    #bbpress-forums li.bbp-body li.bbp-forum-info,
    #bbpress-forums li.bbp-header li.bbp-topic-title,
    #bbpress-forums li.bbp-body li.bbp-topic-title {
        width: 75%;
    }
	
}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
    background-color: #e7c8d7!important;
    background-image: none;
    border: 0px solid #0a0a0a;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: #e9c8d7 !important;
	border: 1px solid #000000 !important;
}
.ai-wrap {
    padding: 20px;
    background-color: #e9c8d7;
    color: #fff;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
    background-color: #641968; !important
    color: #fff;
}
.ai-wrap .ai-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 0 1px;
    padding: 0;
    list-style: none;
    height: 40px;
    cursor: pointer;
    background-color: #3e3e3e;
    -webkit-transition: background-color .18s ease;
    transition: background-color .18s ease;
}
ai-wrap .ai-audio-control {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    vertical-align: middle;
    color: #fff;
    background-color: #641968;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    padding: 0;
    position: relative;
}
ai-volume-bar ai-volume-bar-active {
		color: 641968;
}
	
.wpstream_player_container {
    max-width: 1080px!important;
    margin: 0px auto;
    margin-bottom: 30px;
}
	: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-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-link:#111;--color-link-hover:#fff;--color-link-active:#ef5455;--global-border-color:#000;--button_background_color:#ef5455;--button_background_hover_color:#e9c8d7;--button_border_color:#ef5455;--button_border_hover_color:#0000;--color-quote-border:#111;--color-quote-citation:#6c7781;--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:1000px;--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:0px;--button-border-radius:0px;--form-border-radius:0px;--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((100% - var(--content-width))/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc((100% - 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-link-active);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:FontAwesome;font-style:normal;font-weight:400;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}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}}.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)}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:10px 10px 0px 0px rgba(18,43,70,.12);box-shadow:10px 10px 0px 0px rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:1em;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:0px;border-radius:var(--global-border-radius);background:#fff}.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}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:FontAwesome;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0;margin-top:auto}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-quote-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:FontAwesome;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .gallery a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid hsla(0,0%,100%,.45);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:var(--container-xl);position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:100%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3);margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}

