.blog-wrapper .row.row-large {
    max-width: 1100px;
}

.post-sidebar .widget .widget-title {
    border-top: 4px solid #f05656;
}

.post-sidebar .widget .widget-title {
    /*background: #f9f9f9;*/
    padding: 8px;
    width: 100%;
    display: block;
}

.post-sidebar .widget .is-divider {
    display: none;
}

.post-sidebar .wpp-thumbnail {
    object-fit: cover;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.post-sidebar .wpp-post-title {
    padding-top: 15px;
    position: relative;
    display: block;
    line-height: 1.4;
    font-size: 16px;
    color: #828282;
}

.post-sidebar .widget .block-title-widget h2 {
    background-color: #fff;
    display: inline-block;
    padding: 6px 15px;
    position: relative;
    z-index: 1;
    border-top-color: #ededed;
    transition: all 300ms ease-in-out;
}

.post-sidebar .widget .block-title-widget h2 span {
    font-weight: normal !important;
    color: #999;
    transition: all 300ms ease-in-out;
}

.post-sidebar .widget .block-title-widget:hover h2 span {
    color: #444;
}

.post-sidebar .widget .block-title-widget:hover h2 {
    border-top-color: #f05656;
}

.post-sidebar .widget>*:nth-child(3) {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
}

.post-sidebar .widget form#mc4wp-form-1 {
    padding-left: 8px;
    margin-top: 0px;
}

.post-sidebar .widget form#mc4wp-form-1 p.info {
    color: #ea4b9a;
    line-height: 25px;
}