/**
 * Thrust Icon Styles
 * Replaces FontAwesome with inline SVGs
 */

.thrust-icon {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* Color variants */
.thrust-icon.white { fill: #ffffff; }
.thrust-icon.blue { fill: #0066cc; }
.thrust-icon.pink { fill: #e91e63; }
.thrust-icon.black { fill: #000000; }
.thrust-icon.grey { fill: #666666; }

/* Size variants */
.thrust-icon-lg { width: 1.5em; height: 1.5em; }
.thrust-icon-xl { width: 2em; height: 2em; }

/* Button icon spacing */
.btn-theme .thrust-icon {
	margin-left: 0.5em;
}

/* See more/up button icons */
.see-more-btn .thrust-icon,
.see-up-btn .thrust-icon {
	width: 24px;
	height: 24px;
}
