/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0 !important;
}

.aligncenter,
div.aligncenter {
    display: block !important;
    margin: 5px auto 5px auto !important;
}

.alignright {
    float:right !important;
    margin: 5px 0 20px 20px !important;
}

.alignleft {
    float: left !important;
    margin: 5px 20px 20px 0 !important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px !important;
}

a img.alignnone {
    margin: 5px 20px 20px 0 !important;
}

a img.alignleft {
    float: left !important;
    margin: 5px 20px 20px 0 !important;
}

a img.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-caption {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    max-width: 96% !important; /* Image does not overflow the content area */
    padding: 5px 3px 10px !important;
    text-align: center !important;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px !important;
}

.wp-caption img {
    border: 0 none !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 98.5% !important;
    padding: 0 !important;
    width: auto !important;
}

.wp-caption p.wp-caption-text {
    font-size: 11px !important;
    line-height: 17px !important;
    margin: 0 !important;
    padding: 0 4px 5px !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee !important;
    clip: auto !important;
    clip-path: none !important;
    color: #444 !important;
    display: block !important;
    font-size: 1em !important;
    height: auto !important;
    left: 5px !important;
    line-height: normal !important;
    padding: 15px 23px 14px !important;
    text-decoration: none !important;
    top: 5px !important;
    width: auto !important;
    z-index: 100000 !important;
    /* Above WP toolbar. */
}