/* Jetpack */
.wn-jetpack.breadcrumb-area.breadcrumbs-w nav span {
    padding-right: 4px;
}

.wn-jetpack.breadcrumb-area.breadcrumbs-w nav span:not(:first-child):before {
    content: "\f105";
    font-family: 'WnFontAwesome';
    font-weight: 900;
    margin-right: 6px;
    vertical-align: middle;
    color: #437df9;
}

.wn-featured-content>h3 {
    color: #252525;
    margin-bottom: 33px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.wn-featured-content>h3:before {
    content: "";
    width: 76px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    background: #437dfa;
}

.wn-jeptpack-socials {
    margin-top: 25px;
    display: block;
}

.wn-jeptpack-socials a {
    color: #437df9;
    display: inline-block;
    margin-right: 13px;
}

.wn-jeptpack-socials a:hover {
    color: #222;
}