/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/*.widget_vantage-social-media .social-media-icon .social-media-icon-xing {}*/


a.social-media-icon.social-media-icon-xing {
	background: -moz-linear-gradient(top,#135353 0,#006464 100%);
	background: -webkit-linear-gradient(top,#135353 0,#006464 100%);
	background: -webkit-gradient(linear,top,bottom,color-stop(0%,#135353),color-stop(100%,#006464));
	background: -o-linear-gradient(top,#135353 0,#006464 100%);
	background: -ms-linear-gradient(top,#135353 0,#006464 100%);
	background: linear-gradient(to bottom,#135353 0,#006464 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135353',endColorstr='#006464',GradientType=0);
	border: 1px solid #135353;
}
