.hidden {
    display: none !important;
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src],
.lazyload__other {
    /* we set the opacity to 0 */
    /*opacity: 0;*/
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded,
.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}
.u-tleft {
    text-align: left;
}
.u-tcenter {
    text-align: center;
}
.u-tright {
    text-align: right;
}

.bypostauthor {}
.wp-caption,
.gallery-caption {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 1em;
    width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    margin: 0.5em 0;
}
.sticky {
    position: relative;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 14px;
    font-size: 0.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;
    outline: #fff;
}
.alignleft,
.alignright {
    display: inline;
}
.alignleft,
.alignright,
.aligncenter {
    margin-top: 2em;
    margin-bottom: 2em;
}
.alignright {
    float: right;
    margin-left: 2em;
}
.alignleft {
    float: left;
    margin-right: 2em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.size-full {
    width: 100%;
    height: auto;
    /*margin: 0 0 2em;*/
}
