/** GENERAL **/
.link-effect a span::before {
    font-weight: normal;
}
.caption-lg figcaption { 
    font-size: 16px !important;
}

/** SLIDER IMAGES **/
@media (min-width: 865px) {
    #slide_holder .featured-thumbnail {
        height: 100%;
    }
    #slide_holder .featured-thumbnail img {
        width: auto;
        max-width: 100%;
        height: 100%;
    }
}
/** WIDGETS **/
.widget-content {
    margin: 0;
    padding: 0;
}
.widget-content .before-title {
    background: #0a3d5a;
    top: 0;
}
.widget-content .before-title .widget-title-background {
    padding: 0;
}
.widget-content .before-title h3 {
    color: #fff !important;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 0;
}
.widget-content a {
    display: block;
    background: #eee !important;
    border: 1px solid #ccc !important;
}
.widget-content a:hover {
    padding-left: 0 !important;
}
.widget-content img {
    width: 90%;
}

/** HOME PAGE **/
.home .entry-content img {
    box-shadow: none;
    border: none;
    padding: 0;
}