/**
 * @package		SP Flickr Gallery
 * @copyright	Copyright (C) 2010 - 2015 JoomShaper. All rights reserved.
 * @license		GNU General Public License version 2 or later; 
 */


.sp-features .sp-feature i{
 	font-size: 24px;
 	  margin: 20px 0;
 }
.sp-features .sp-feature h3{
 	font-size: 24px;
	text-align: center;
 }
.sp-features .sp-feature p{
  	font-size: 14px;
  }
.sp-features .sp-feature a{
	font-size: 14px;
}
.feature-img-wrapper a img {
  border-radius: 50%;
  box-shadow: 10px 10px 10px #333;
  margin: 0 auto 3px;
  overflow: hidden;
  text-align: center;
}
.feature-img-wrapper {
  margin-top: 24px;
}
.feature-img-wrapper a:hover img {
  border-radius: 50%;
  /*box-shadow: 5px 5px 5px #333;*/
  margin: 3px auto 0;
  overflow: hidden;
  text-align: center;
}