/** change inherit to default selected **/
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color) {
    color: var(--basis-blocks-heading);
}

.wp-block-cover p:not(.has-text-color) {
    color: var(--basis-blocks-text);
}

/** Weird bbPress search results pagination fix */
.bbp-pagination-links {display: flex !important;}

.progo-share .btn {color: #fff;font-weight: 700;text-transform: uppercase;font-size: 13px;}
.progo-share svg {width:16px;height:16px;}
.progo-share .facebook {background: #3B5998;}
.progo-share .twitter {background: #18ADE5;}
.progo-share .linkedin {background: #0077B5;}
.progo-share .pinterest {background: #CC2127;}

/** **/

.wp-block-cover.alignwide {margin-left: -80px;margin-right: -80px;}

.wp-block-cover.alignfull {width:100vw;left:50%;margin-left:-50vw;}

/** **/

img.wp-post-image,
article img,
figure,
#secondary img {margin-bottom: 10px;}

.wp-caption-text {margin-bottom: 10px;}

.widget-area aside {padding-bottom: 10px;padding-top: 10px;}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {max-width: 100%;height: auto;}

#page {word-wrap: break-word;width:100%;overflow: hidden;}

.category-blog img.wp-post-image, .archive img.wp-post-image, .archive article img, .blog article img.wp-post-image {border-radius: 14px;width: 100%;}