@charset "UTF-8";
/* CSS Document */

.featured-widget {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} 
.read-more {
    position: relative;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
}
.page-box__title { font-size: 20px; margin-top: 24px; margin-bottom: 20px; }
.page-box__title a { color: #444444; }
.page-box__content { font-size: 14px; line-height: 1.6; }
.read-more { position: relative; font-weight: bold; text-transform: uppercase; }
.read-more:after { content: "\f0da"; font-family: "FontAwesome"; font-size: 10px; position: absolute; right: -11px; top: calc(50% - 9px); } 
.page-box .read-more::after { position: absolute; content: "\f0da"; font-family: "FontAwesome"; right: -11px; top: calc(50% - 9px); font-size: 10px; }
.widget-title { font-weight: bold; }
.page-box .wp-post-image { width: 100%; }