.entry-content a img
/* .widget a img */ {
  border: 2.5pt ridge darkgray;
  border-radius: 4px;
  box-shadow: 4px 4px 10px grey;
-webkit-box-shadow: 4px 4px 10px grey; 

  -webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.entry-content a:hover img,
.entry-content a:focus img {
	opacity: 0.6;
}

.entry-content a
{
  box-shadow: none !important;
  -webkit-box-shadow: none;
}


.no-image-border
{
  border: none !important;
 	box-shadow: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
}

.watch-action img
{
  border: none !important;
 	box-shadow: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
}

.recent-posts-flexslider-class.widget li
{
  border-bottom: none;
  border-top: none;

}

.recent-posts-flexslider-class a 
{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}