@shamwow: Please don’t add email signatures and reply here. This is public forum.
I just check in your links and found that is added from css of wolfnet-idx-for-wordpress plugin. The only image shadow in your logo soflims is added from our theme. You can remove that by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .entry-content img { box-shadow: none; }
For that listing you need to contact plugin author to fix the css issues. They have following CSS which is giving issue.
.wolfnet_widget.wolfnet_featuredListings .wolfnet_listing .wolfnet_listingImage img, .wolfnet_widget.wolfnet_listingGrid .wolfnet_listing .wolfnet_listingImage img {
border: 1px solid #EBEBEB;
box-shadow: 0 5px 10px rgba(153, 153, 153, 0.25);
height: 95px;
}
If you look that the css, it’s height is fixed 95px. So, as per this plugin your email should be of same proposant.