.font-family-inherit {
    font-family: inherit !important;
    font-weight: normal !important;
}

.author .avatar {
    border-radius: 4px;
}

.author .author-name {
    padding-top: 0;
}

.social-widget ul > li {
    display: inline-block;
    border: none;
    line-height: 22px;
    margin: 0 2px 6px;
    padding-top: 0;
}

.social-widget > ul > li > a {
    display: block;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: #9d8243;
    transition: all .4s ease;
}

.social-widget > ul > li > a:hover {
    color: #fff;
    background-color: #413524;
}

.widget-latest-post {
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.widget-latest-post:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.widget-latest-post.no-image {
    padding-bottom: 10px;
}

.latest-post-image {
	float: left;
    max-width: 22%;
}

.widget-latest-post.has-image .latest-post-body {
    float: left;
    padding-left: 4%;
    width: 74%;
}

.widget-latest-post .latest-post-body h5 {
    margin-top: 0;
    margin-bottom: 4px;
}

.widget-latest-post .latest-post-meta {
    font-size: 1em;
}

.widget-latest-post .latest-post-meta span:last-child {
    margin-left: 6px;
}

.widget-featured-post {
    position: relative;
    padding: 20px;
    background-color: #413524;
    background-position: center;
    background-size: cover;
    height: 360px;
}

.widget-featured-post:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(73,73,73,0.34);
    outline: solid 1px rgba(255,255,255,0.25);
    outline-offset: -10px;
}

.widget-featured-post .featured-post-body {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.widget-featured-post .featured-post-body a {
	color: #fff;
}

.widget-featured-post .featured-post-body h5 {
    margin-top: 10px;
    margin-bottom: 4px;
}

.widget-featured-post .featured-post-meta {
    font-size: 1em;
}

.widget-featured-post .featured-post-meta span:last-child {
    margin-left: 6px;
}