.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky,
.bypostauthor{position: relative;}

/*gutenberg*/
p[class*="-font-size"],
p[style*="font-size"] {
    line-height: 1.3em;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
    margin-top: .5em;
}
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
    margin-top: 0;
}

.wp-block-button a.wp-block-button__link {
    color: #fff;
    border: 2px solid #32373c;
}
.wp-block-button .wp-block-button__link:hover {
    background-color: transparent;
    color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #32373c;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #32373c;
    color: #fff;
}

ul.wp-block-gallery.alignwide {
    width: 100%;
}

.wp-block-columns.alignwide.has-3-columns blockquote.wp-block-quote {
    margin-top: 0;
    padding-top: 0;
}

.wp-block-table.is-style-stripes td {
    border-color: lightgrey;
}

.wp-block-archives.wp-block-archives-dropdown select {
    width: 100%;
    margin-bottom: 15px;
}

.widget.widget_nav_menu li {
    min-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.widget.widget_nav_menu a {
    min-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.widget.widget_calendar tfoot td {
    top: 3px;
}

#post-1158 #attachment_612[style="width:650px;"],
#post-1158 #attachment_612[style="width:650px;"] + p{
    display: none;
}

.page-links > span.theme_button.disabled {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: not-allowed;
}

.trackback .edit-link,
.pingback .edit-link {
    float: right;
}

@media (min-width: 992px) {
    .items-nav .media {
        width: 49%;
    }
}

.footer__wrapper .page_footer .widget-theme-wrapper + .widget-theme-wrapper,
.footer__wrapper .page_footer .widget-theme-wrapper + .widget,
.footer__wrapper .page_footer .widget + .widget ,
.footer__wrapper .page_footer .widget + .widget-theme-wrapper {
    margin-top: 60px;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff !important;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: #fff;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
    opacity: 0.8;
}

.format-quote {
    box-shadow: 2px 3.5px 16px 0 rgba(0, 0, 0, 0.07);
}

.gallery-item {
    padding: 3px;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: block !important;
    word-break: break-all;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background .wp-block-media-text__content .has-large-font-size {
    line-height: 1;
}