@font-face {
	font-family: 'vgsd';
	src:url('/wp-content/themes/vgsd/css/fonts/vgsd.eot');
	src:url('/wp-content/themes/vgsd/css/fonts/vgsd.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/vgsd/css/fonts/vgsd.woff') format('woff'),
		url('/wp-content/themes/vgsd/css/fonts/vgsd.ttf') format('truetype'),
		url('/wp-content/themes/vgsd/css/fonts/vgsd.svg#vgsd') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'vgsd';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-megaphone, .icon-heart, .icon-mail, .icon-new, .icon-cake, .icon-group, .icon-info, .icon-ticket, .icon-thumbs-up, .icon-list-ul, .icon-th-list, .icon-signup, .icon-ok, .icon-broadcast, .icon-badge, .icon-bubbles, .icon-star, .icon-compass, .icon-compass-2, .icon-meetup, .icon-vgsd {
	font-family: 'vgsd';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-megaphone:before {
	content: "\e000";
}
.icon-heart:before {
	content: "\e001";
}
.icon-mail:before {
	content: "\e002";
}
.icon-new:before {
	content: "\e003";
}
.icon-cake:before {
	content: "\e006";
}
.icon-group:before {
	content: "\e007";
}
.icon-info:before {
	content: "\e008";
}
.icon-ticket:before {
	content: "\e009";
}
.icon-thumbs-up:before {
	content: "\e00b";
}
.icon-list-ul:before {
	content: "\e00c";
}
.icon-th-list:before {
	content: "\e00d";
}
.icon-signup:before {
	content: "\e00e";
}
.icon-ok:before {
	content: "\e00f";
}
.icon-broadcast:before {
	content: "\e010";
}
.icon-badge:before {
	content: "\e011";
}
.icon-bubbles:before {
	content: "\e012";
}
.icon-star:before {
	content: "\e013";
}
.icon-compass:before {
	content: "\e014";
}
.icon-compass-2:before {
	content: "\e015";
}
.icon-meetup:before {
	content: "\e016";
}
.icon-vgsd:before {
	content: "\e017";
}
