#sidebar { float: right; width: 23.076%; }

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-top: 36px;
}

#sidebar .widget ul {
    margin: 0;
    list-style: none;
}

#sidebar .widget .widget-title {
    font-size: 28px;
    padding-bottom: 12px;
    margin: 0 0 31px 0;
    z-index: 1;
    position: relative;
}

#sidebar .widget .widget-title>span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    z-index: 1;
}

#sidebar .widget .widget-title>span::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 70px;
    height: 3px;
    background: #778891;
    z-index: 2;
}

.widget.widget_categories ul li,
.widget.widget_categories ul li:first-child,
.widget.widget_categories ul li:last-child,
.widget.widget_categories ul li a,
.widget.widget_categories ul li a:hover,
.widget.widget_categories ul li {
    position: relative;
    text-align: right;
    font-size: 16px;
}

.widget.widget_categories ul li a {
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 18px;
}

.widget.widget_categories ul li a:after {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f105";
    font-size: 18px;
    font-family: "FontAwesome";
}

.hentry .post-meta {
    margin-bottom: 18px;
}

.hentry .post-meta .meta {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    margin-right: 20px;
    font-style: italic;
    font-size: 13px;
}

.hentry .post-meta .meta.category {
    padding-left: 24px;
}

.hentry .post-meta .meta.date {
    margin-right: 8px;
}

.hentry .post-meta .meta:after {
    position: absolute;
    top: 2px;
    left: 0;
    color: #778891;
    content: "";
    line-height: normal;
    font-family: "Fontawesome";
    font-size: 17px;
    font-style: normal;
}

.hentry .post-meta .meta.author:after {
    content: "\f007";
}

.hentry .post-meta .meta.date:after {
    content: "\f017";
}

.hentry .post-meta .meta.comment:after {
    content: "\f086";
}

.hentry .post-meta .meta.category:after {
    content: "\f07c";
}

.hentry .post-read-more {
    float: left;
}

.hentry .post-meta-share-icon {
    float: right;
}

.hentry .post-read-more a {
    display: inline-block;
    padding: 0 22px;
    background-color: #778891;
    border-radius: 3px;
    line-height: 40px;
    color: #fff;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.hentry .post-read-more a:hover {
    background-color: #303030;
}

.hentry .post-meta-share-icon a {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background: #e7e7e7;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.hentry .post-meta-share-icon a:hover {
    background: #778891;
}

.hentry {
    margin-top: 50px;
    background-color: #fff;
    border-bottom: solid 1px #e7e7e7;
}

.hentry:first-child {
    margin-top: 0;
}

.hentry .post-content-wrap {
    padding: 32px 0 48px 0;
}

.hentry .post-media {
    position: relative;
}

.hentry .post-media .post-day {
    position: absolute;
    bottom: -35px;
    left: 40px;
    width: 70px;
    height: 70px;
    padding-top: 7px;
    background-color: #778891;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.hentry .post-media .post-day p {
    font-family: 'Hind', sans-serif;
    margin: 0;
    font-size: 16px;
}

.hentry .post-media .post-day .day {
    margin-bottom: 3px;
    font-size: 24px;
}

.hentry .post-media .post-day .month {
    font-size: 16px;
}

.hentry .post-title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.hentry .post-title a {
    color: #181818;
}

.hentry .post-title a:hover {
    color: #778891;
}

.hentry .post-content {
    margin-bottom: 36px;
}