body.content-no-sidebar .alignfull,
body.content-no-sidebar .page-cover.alignfull,
body.content-no-sidebar .wp-block-cover-image.alignfull {
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    width: calc(100vw - 95px)
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

body.content-no-sidebar .alignwide,
body.content-no-sidebar .entry-content .alignwide {
    margin-left: -70px;
    margin-right: -70px
}

.left-sidebar .alignfull,
.left-sidebar .page-cover.alignfull,
.left-sidebar .wp-block-cover-image.alignfull,
.right-sidebar .alignfull,
.right-sidebar .page-cover.alignfull,
.right-sidebar .wp-block-cover-image.alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%
}

.left-sidebar .alignwide,
.left-sidebar .entry-content .alignwide,
.right-sidebar .alignwide,
.right-sidebar .entry-content .alignwide {
    margin-left: 0;
    margin-right: 0
}

body .wp-block[data-align=wide] {
    width: 100%;
    padding: 0
}

[class^=wp-block-]:not(.wp-block-gallery) figcaption {
    font-style: italic;
    margin-bottom: 1.5em;
    text-align: left
}

.rtl [class^=wp-block-]:not(.wp-block-gallery) figcaption {
    text-align: right
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #fff
}

p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 80px;
    font-size: 5rem;
    line-height: .6;
    margin: 7px 16px 7px -3px
}

.wp-block-image {
    margin-bottom: 1.5em
}

.wp-block-image figure {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-image figure.alignleft {
    margin-right: 1.5em
}

.wp-block-image figure.alignright {
    margin-left: 1.5em
}

.wp-block-gallery {
    margin-bottom: 1.5em;
    margin-left: 0
}

.wp-block-gallery.aligncenter {
    display: flex;
    margin: 0 -8px
}

[class^=wp-block-]:not(.wp-block-gallery) figcaption {
    background: #f3f1f1;
    color: #2f2f2f;
    font-style: normal;
    padding: 5px 10px
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
    margin-bottom: 0
}

.wp-block-quote.is-style-large {
    padding: 30px 30px 30px 50px;
    margin: 30px 0 0 30px
}

.wp-block-quote cite {
    font-size: 16px
}

.wp-block-quote.is-style-large cite {
    font-size: 20px
}

.wp-block-quote.is-large>p:after,
.wp-block-quote.is-large>p:before {
    content: "''";
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right {
    padding: 30px
}

figure.wp-block-pullquote {
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin: 30px 0;
    padding: 0
}

figure.wp-block-pullquote.has-background blockquote {
    background-color: inherit
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote blockquote:before {
    display: none
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: inherit
}

.wp-block-audio audio {
    display: block;
    width: 100%
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull,
.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2)
}

.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important
}

.no-sidebar .wp-block-audio.alignfull figcaption,
.no-sidebar .wp-block-image.alignfull figcaption {
    text-align: center;
    max-width: 1200px;
    width: 90%;
    padding: 0 15px;
    margin: 5px auto 0
}

.no-sidebar .wp-block-table.alignfull {
    display: table
}

.no-sidebar .wp-block-audio.alignfull {
    padding: 0 20px
}

.no-sidebar .wp-block-categories.alignfull {
    padding: 0 50px
}

.no-sidebar .wp-block-gallery.alignfull {
    padding: 0 25px
}

.wp-block-file .wp-block-file__button {
    background-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    margin-top: 2em;
    padding: .7em 2em;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    white-space: nowrap
}

.wp-block-file .wp-block-file__button:active,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover {
    background-color: #767676;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wp-block-separator {
    border-color: #eee;
    border: 0
}

.wp-block-code {
    background: 0 0;
    border: 0;
    padding: 0
}

.wp-block-table thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: .5em
}

.wp-block-table tr {
    border-bottom: 1px solid #eee
}

.wp-block-table td,
.wp-block-table th {
    border-color: #ccc;
    padding: 15px 25px
}

.rtl .wp-block-table td,
.rtl .wp-block-table th {
    text-align: right
}

.wp-block-button__link {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #656565;
    color: #fff
}

.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover {
    background-color: #32373c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.page article.hentry .post-text a.wp-block-button__link {
    padding: 10px 20px
}

body.page article.hentry .post-text a.wp-block-button__link:active,
body.page article.hentry .post-text a.wp-block-button__link:focus,
body.page article.hentry .post-text a.wp-block-button__link:hover {
    color: #fff
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-media-text {
    margin-bottom: 1.5em
}

.wp-block-media-text :last-child {
    margin-bottom: 0
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-categories.aligncenter ul,
.wp-block-latest-posts.aligncenter {
    list-style-position: inside
}

.wp-block-latest-comments article {
    margin-bottom: 4em
}

.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
    float: none;
    width: 100%
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 0
}

.wp-block-latest-comments a {
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff
}

.wp-block-latest-comments__comment-meta {
    margin-bottom: .4em
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
    font-weight: 700;
    text-decoration: none
}

.wp-block-latest-comments__comment-date {
    color: #767676;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: .1818em;
    margin-top: .4em;
    text-transform: uppercase
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    font-size: .875rem
}

.wc-block-grid .wc-block-components-product-title {
    font-size: 20px;
    font-weight: 600
}

.wc-block-grid__product .wc-block-grid__product-price {
    color: #414141;
    font-size: 16px;
    font-weight: 600
}

.wc-block-grid__product .wc-block-grid__product-price ins.wc-block-components-product-price__value.is-discounted {
    margin-left: 0
}

.wc-block-grid__product .wc-block-grid__product-price del {
    color: #a7a7a7
}

.wc-block-grid__products .wc-block-components-product-sale-badge {
    background-color: #eb5a3e;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    border-radius: 0;
    border: none;
    font-weight: 400;
    line-height: initial;
    padding: 5px 10px;
    right: 0;
    top: 0
}

.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    border-radius: 0;
    padding: 10px 20px 10px;
    color: #fff;
    border: none;
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
    -ms-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5
}

.has-tan-background-color {
    background-color: #e6dbad
}

.has-yellow-background-color {
    background-color: #fde64b
}

.has-orange-background-color {
    background-color: #ed7014
}

.has-red-background-color {
    background-color: #d0312d
}

.has-pink-background-color {
    background-color: #b565a7
}

.has-purple-background-color {
    background-color: #a32cc4
}

.has-blue-background-color {
    background-color: #3a43ba
}

.has-green-background-color {
    background-color: #3bb143
}

.has-brown-background-color {
    background-color: #231709
}

.has-grey-background-color {
    background-color: #6c626d
}

.has-black-background-color {
    background-color: #000
}

.has-tan-color {
    color: #e6dbad
}

.has-yellow-color {
    color: #fde64b
}

.has-orange-color {
    color: #ed7014
}

.has-red-color {
    color: #d0312d
}

.has-pink-color {
    color: #b565a7
}

.has-purple-color {
    color: #a32cc4
}

.has-blue-color {
    color: #3a43ba
}

.has-green-color {
    color: #3bb143
}

.has-brown-color {
    color: #231709
}

.has-grey-color {
    color: #6c626d
}

.has-black-color {
    color: #000
}

@media screen and (min-width:992px) {
    .has-larger-font-size {
        font-size: 36px
    }
    .has-huge-font-size {
        font-size: 48px
    }
}