/* Themify Icons for Printable Calendar */
@font-face {
	font-family: 'themify';
	src: url('themify.eot?-fvbane');
	src: url('themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('themify.woff?-fvbane') format('woff'),
		url('themify.ttf?-fvbane') format('truetype'),
		url('themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/* Basic styling for icons in buttons */
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: middle;
}

/* Calendar Icons */
.ti-calendar:before {
	content: "\e572";
}

/* Close/Remove Icon */
.ti-close:before {
	content: "\e646";
}

/* Print Icon */
.ti-printer:before {
	content: "\e681";
}

/* Download Icon */
.ti-download:before {
	content: "\e6a7";
}

/* Share Icon */
.ti-share:before {
	content: "\e72e";
}

/* Settings Icon */
.ti-settings:before {
	content: "\e60f";
}

/* Plus Icon (for Add) */
.ti-plus:before {
	content: "\e61a";
}

/* Check Icon */
.ti-check:before {
	content: "\e64c";
}

/* Arrow Icons for Navigation */
.ti-arrow-left:before {
	content: "\e629";
}

.ti-arrow-right:before {
	content: "\e628";
}

/* Social Media Icons for Sharing */
.ti-facebook:before {
	content: "\e741";
}

.ti-twitter:before {
	content: "\e72a";
}

.ti-instagram:before {
	content: "\e73d";
}

.ti-linkedin:before {
	content: "\e735";
}

.ti-email:before {
	content: "\e75a";
}

.ti-link:before {
	content: "\e62d";
}

/* WordPress icon */
.ti-wordpress:before {
	content: "\e749";
} 