/*Changes shadow colour of Page title to theme*/

/*media all*/
.header-post-title-container {
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
    box-shadow: inset 0px 0px 30px rgba(255,155,0,0.05);
}

/*Changes font size of the Featured widget title*/
 
/*media all*/
.widget_featured_single_post .widget-title {
    font-size: 26px;
}