
.header_hamburguer .bar {
    width: 16px !important;
    margin-bottom: 3px !important;
    height: 2px !important;
    background-color: #080808 !important;
    border-radius: 1px !important;
}

.icon-search {
    color: #080808;
    font-size: 19px;
}



.story_editor figure.image {
    position: relative;
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
.story_editor figure.image.image-style-align-left, .story_editor img.image-style-align-left {
    float: left;
    margin-right: 10px;
}
.story_editor figure.image.image-style-align-center, .story_editor img.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
.story_editor figure.image.image-style-align-right, .story_editor img.image-style-align-right {
    float: right;
    margin-left: 10px;
}
.story_editor figure.image.image_resized img {
        width: 100%;
}

