.after-entry .widget, .sidebar .widget {
    background-color: #fff;
    border-left: 0 solid #e44a3c;
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 10px;
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	margin-top: -35px;
}

.rpwe-block h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    clear: none;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
}