 @import url('../../../../../wp-includes/css/dashicons.min.css');  /* hacky? */
 @import url('font-awesome.min.css');  /* hacky? */

a.fasc-button
{
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	margin: 3px 0;
	border:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
}
a.fasc-button:hover, a.fasc-button:focus,  a.fasc-button:visited,  a.fasc-button:active 
{
	text-decoration:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*a.fasc-button.fasc-ico:before, */
a.fasc-button.fasc-ico-before:before,
a.fasc-button.fasc-ico-after:after
{
	vertical-align:middle;
    display: inline-block;	
    -webkit-font-smoothing: antialiased;
	margin-top:-2px;
}
a.fasc-button.fasc-ico-after:before
{
	display: none;
	content: none;
}
/* before icons */
a.fasc-size-xsmall.fasc-ico-before:before {   
    font:400 12px/1 dashicons;
	padding-right:4px;
}
a.fasc-size-small.fasc-ico-before:before
{   
    font:400 14px/1 dashicons;
	padding-right:4px;
}
a.fasc-size-medium.fasc-ico-before:before
{
    font:400 16px/1 dashicons;
	padding-right:5px;
}
a.fasc-size-large.fasc-ico-before:before
{
	font:400 20px/1 dashicons;
	padding-right:6px;
	line-height:22px;
}
a.fasc-size-xlarge.fasc-ico-before:before
{
	font:400 28px/1 dashicons;
	padding-right:6px;
	line-height:22px;
}


a.fasc-but