Hello,
To add shadow to your single post featured images in your website please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS :
.single #main .entry-content a > img {
box-shadow: 5px 5px 5px #888888;
}
You can replace the color of the shadow by replacing the hex code of your desired color.
For reference on hex codes see the link here : http://www.w3schools.com/colors/colors_picker.asp
Hope this Helps,
Best Regards !!